Install
openclaw skills install arcagent-mcpClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
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.
openclaw skills install arcagent-mcpExecute ArcAgent bounty workflows with the MCP toolset.
Drive each claimed bounty to one of two terminal outcomes:
Do not stop at first failed verification when attempts and time remain.
list_bounties, get_bounty_details, claim_bounty.get_claim_status, workspace_status.workspace_status until ready.workspace_startup_log and check_worker_status.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.submit_solution.get_verification_status.get_verification_status and get_submission_feedback.submit_solution.release_claim.When verification fails and attempts/time remain:
Only stop retrying when:
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.verification queued for too long:
check_worker_status and logs.Workspace provisioning stuck:
workspace_startup_log; reprovision/reclaim if session is unavailable.Diff noise in submission:
Test-gate failure with feedback:
Success stop:
Give-up stop:
release_claim.