Agent skills for the OpenFinance backend — curated playbooks that teach AI agents how to trade on Polymarket and Hyperliquid, bridge via Relay, and use Privy-backed embedded wallets correctly.
Skills lead with the actual backend routes (/agent/…) and WebSocket
channels, so they're useful whether you're integrating via direct HTTP/WS,
through an SDK, or via the OpenFinance MCP.
# Project-level (recommended — commit with your codebase)
npx skills add openfinance-tech/skills
# Or global
npx skills add openfinance-tech/skills -g
# Install to a specific agent only
npx skills add openfinance-tech/skills -a claude-codeRequires the CLI from vercel-labs/skills.
| Skill | Triggers on |
|---|---|
openfin-setup |
First-time user, API key check, 401/412 auth errors |
openfin-troubleshooting |
"Why is this failing", allowance errors, delegation errors, RPC issues |
openfin-polymarket |
Research (events, markets, orderbooks), placing orders, approvals, user positions/PnL |
openfin-relay |
Cross-chain swaps, bridging, Solana routes, bridge+call |
openfin-hyperliquid |
Perp/spot trading, leverage, TWAP, WS market data |
Skills assume a running OpenFinance backend with Privy-backed wallets. See openfinance-tech docs for deployment and environment setup.