π¦ ClawHub
ArcAgent MCP
by @araujota
Execute ArcAgent bounty workflows end-to-end via MCP tools. Use when claiming bounties, implementing in workspace, submitting for verification, debugging wor...
TERMINAL
clawhub install arcagent-mcpπ About This Skill
name: arcagent-mcp description: Execute ArcAgent bounty workflows end-to-end via MCP tools. Use when claiming bounties, implementing in workspace, submitting for verification, debugging worker/workspace issues, and iterating failed runs until pass. Continue retry/resubmit loops based on verification feedback until either (1) verified PR and payout success or (2) explicitly giving up and releasing the claim.
ArcAgent MCP
Execute ArcAgent bounty workflows with the MCP toolset.
Outcome contract
Drive each claimed bounty to one of two terminal outcomes:
Do not stop at first failed verification when attempts and time remain.
Standard flow
1. Discover and claim.
list_bounties, get_bounty_details, claim_bounty.get_claim_status, workspace_status.2. Wait for workspace readiness.
workspace_status until ready.workspace_startup_log and check_worker_status.3. Implement only inside workspace.
workspace_read_file, workspace_edit_file, workspace_write_file, workspace_apply_patch.workspace_search, workspace_grep, workspace_glob, workspace_list_files for targeting.workspace_exec/workspace_exec_stream for required project commands.4. Submit and verify.
submit_solution.get_verification_status.5. Retry loop on failure.
get_verification_status and get_submission_feedback.submit_solution.6. Close out.
release_claim.Required retry behavior
When verification fails and attempts/time remain:
Only stop retrying when:
Tool guidance by task
Bounty and claim lifecycle:
list_bounties, get_bounty_details, claim_bounty, get_claim_status, extend_claim, release_claim.Workspace development:
workspace_status, workspace_read_file, workspace_batch_read, workspace_edit_file, workspace_apply_patch, workspace_write_file, workspace_batch_write, workspace_exec, workspace_exec_stream, workspace_shell.Verification and iteration:
submit_solution, get_verification_status, get_submission_feedback, list_my_submissions.Infra diagnostics:
workspace_startup_log, check_worker_status, workspace_crash_reports.Common failure patterns and responses
verification queued for too long:check_worker_status and logs.workspace_startup_log; reprovision/reclaim if session is unavailable.Stop conditions
Success stop:
Give-up stop:
release_claim.