Agent Skills
Bluvo publishes a machine-readable skill file athttps://github.com/bluvoinc/sdk/blob/main/skill.md. This file tells AI agents what Bluvo can do, what inputs are needed, and what constraints apply, so coding assistants like Claude, Cursor, and Copilot can generate accurate Bluvo integrations out of the box.
Install the Bluvo Skill
What the Skill Enables
Once an agent has the Bluvo skill loaded, it can:- Scaffold exchange integrations, generate OAuth2 connection flows for supported exchanges
- Build withdrawal UIs, wire up the full withdrawal state machine with quote, confirm, and status steps
- Handle 2FA / SMS / KYC challenges, implement the correct challenge-response patterns during withdrawals
- Manage wallets server-side, use
BluvoClientfor privileged operations like listing wallets and initiating withdrawals - Set up real-time updates, configure WebSocket subscriptions for live withdrawal status
SDK Sub-Skills
The Bluvo skill automatically references deeper SDK skill files that agents load on demand when they need implementation details:@bluvo/react, React hooks, Next.js patterns, and theuseBluvoFlowhook@bluvo/sdk-ts, Core TypeScript state machine, REST client, and server-sideBluvoClient
Next Steps
View skill.md
Read the raw capability file that agents consume
Browse llms.txt
See the full documentation directory for AI agents
skill.md Spec
Learn about the skills protocol and specification