Help us improve
Share bugs, ideas, or general feedback.
From bankr-agent
Executes Bankr API operations via MCP tools using submit-poll-complete pattern: submit prompts, poll status every 2s, handle results for trades, prices, and analysis.
npx claudepluginhub bankrbot/claude-plugins --plugin bankr-agentHow this skill is triggered — by the user, by Claude, or both
Slash command
/bankr-agent:bankr-job-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute Bankr API operations using MCP tools with the asynchronous job pattern.
Documents Bankr Agent API endpoints, async submit-poll-complete job pattern, TypeScript examples, and response schemas for crypto trading and market analysis.
Manages async jobs in Bankr x402 SDK: submit prompts, poll status, check completion, cancel jobs, batch process, handle retries and timeouts.
Resolves Bankr API errors including 401 authentication, invalid API keys, job failures, and rate limits with setup instructions, troubleshooting checklists, and resolution tables.
Share bugs, ideas, or general feedback.
Execute Bankr API operations using MCP tools with the asynchronous job pattern.
bankr_agent_submit_prompt, receive job IDbankr_agent_get_job_status every 2 secondsbankr_agent_submit_promptSubmit a natural language prompt to start a job.
bankr_agent_get_job_statusCheck job status. Response includes:
status: pending | processing | completed | failed | cancelledresponse: Text answer (when completed)transactions: Array of executed transactionsstatusUpdates: Progress messages during executionerror: Error message (when failed)bankr_agent_cancel_jobCancel a running job.
| Status | Action |
|---|---|
pending | Keep polling |
processing | Keep polling, report statusUpdates |
completed | Read response and transactions |
failed | Check error field |
cancelled | No further action |
| Query Type | Output Format |
|---|---|
| Price queries | State price clearly (e.g., "ETH is $3,245.67") |
| Trades | Confirm amounts and transaction details |
| Market analysis | Summarize key insights concisely |
| Polymarket | State odds with context |
| Balances | List holdings with USD values |
| Errors | Explain clearly, suggest alternatives |
If polling fails: