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-agentThis skill uses the workspace's default tool permissions.
Execute Bankr API operations using MCP tools with the asynchronous job pattern.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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: