Step 1: Add the skill to your agent
Run this command in your terminal from your project directory:Step 2: Verify the skill is loaded
After restarting, ask your AI assistant:- “What does the Aries API offer?”
- “How do I authenticate with the Aries API?”
Step 3: Use the skill to implement your project
With the skill active, your AI can help you implement a project that uses the Aries API. Follow this workflow:3.1 Start with authentication
Ask your AI:- “Set up OAuth2 authentication for the Aries API in my Node.js project”
- “Implement the PKCE flow for my React app to connect to Aries”
3.2 Build API integrations
Use the skill to generate and wire up API calls:- “Create a function to fetch my account balances using the Aries API”
- “Add order placement logic for a limit buy order”
- “Implement a search for market data symbols”
3.3 Add real-time features
For streaming and real-time data:- “Connect to the Aries WebSocket for live quotes”
- “Subscribe to account updates via WebSocket”
3.4 Handle errors and limits
For production-ready code:- “Add retry logic for rate limits (429) when calling the Aries API”
- “Handle OAuth token refresh in my integration”
Supported agents
Skills work with AI coding assistants that support the skills protocol:| Agent | Description |
|---|---|
| Cursor | AI-powered code editor |
| OpenClaw | AI coding agent |
| Claude Code | Anthropic’s coding agent |
| Windsurf | AI pair programmer |
What the AI can do with this skill
- Explain OAuth2 flows (Authorization Code and PKCE)
- Generate code examples in Node.js, Python, or cURL
- Reference endpoint details, request/response formats, and scopes
- Help troubleshoot errors, rate limits, and token handling
Troubleshooting
| Issue | Solution |
|---|---|
| Command not found | Ensure Node.js (v18+) is installed. Run node -v to check. |
| Skill not loading | Restart your AI agent completely after installation. |
| Outdated info | Re-run npx skills add https://finance.dev/docs to refresh the skill. |