Install OnFRA for agents
Add the OnFRA skill so AI agents know how to analyze wallets, handle x402 payments, and verify REP passports.
Skills CLI
Run from your project root:
npx skills add jeffIshmael/onfra-skillWorks with Cursor, Claude Code, Antigravity, and other agents that support the Skills CLI. The skill installs into your project's .agents/skills/ directory.
MCP discovery
For tool-based discovery without installing files, point your MCP client at the live manifest:
https://wallet-profile-orpin.vercel.app/.well-known/mcp.jsonSee MCP & ERC-8004 for tool names, input schemas, and routing.
What the skill teaches
POST /api/agent/analyze— full wallet reputation analysisGET /api/wallet/{address}/signals/{signal}— free cached signal readsPOST /api/lender/screen— lender underwriting screenGET /api/agent/verify/{reportId}— verify REP passports- x402
X-PAYMENTheader handling for external wallet queries
