This handles Bankr's async job pattern for crypto operations through Claude. You submit a natural language prompt like "Buy $50 of ETH on Base", get back a job ID, then poll status every couple seconds until completion. It's essentially a three step flow: submit via bankr_agent_submit_prompt, poll with bankr_agent_get_job_status, report when done. Useful if you're building anything that needs to kick off blockchain transactions through conversation without blocking. The pattern is straightforward but you'll be writing polling logic, so factor that into your implementation time.
npx -y skills add bankrbot/claude-plugins --skill "Bankr Agent - Job Workflow" --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot