This skill should be used when executing Bankr requests, submitting prompts to Bankr API, polling for job status, checking job progress, using Bankr MCP tools, or understanding the submit-poll-complete workflow pattern. Provides the core asynchronous job pattern for all Bankr API operations.
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:
npx skills add BankrBot/Bankr Agent - Job Workflow下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer