Skip to content

openfinance-tech/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

openfinance-tech/skills

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.

Install

# 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-code

Requires the CLI from vercel-labs/skills.

Skills included

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

Backend prerequisites

Skills assume a running OpenFinance backend with Privy-backed wallets. See openfinance-tech docs for deployment and environment setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors