Overview
- Skill Key
- araujota/arcagent-mcp
- Author
- araujota
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/araujota/arcagent-mcp
- Latest Commit SHA
- 509f853cb7ef71ed5c76514b543bdba25c3cf363
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 arcagent-mcp 技能。 若已安装,则直接安装 arcagent-mcp 技能。
# ArcAgent MCP Execute ArcAgent bounty workflows with the MCP toolset. ## Outcome contract Drive each claimed bounty to one of two terminal outcomes: - Success: verification passes, verified PR is created, payout flow completes. - Failure: progress is blocked/exhausted, claim is released. Do not stop at first failed verification when attempts and time remain. ## Standard flow 1. Discover and claim. - Use `list_bounties`, `get_bounty_details`, `claim_bounty`. - Confirm claim/workspace state with `get_claim_status`, `workspace_status`. 2. Wait for workspace readiness. - Poll `workspace_status` until `ready`. - If stalled, inspect `workspace_startup_log` and `check_worker_status`. 3. Implement only inside workspace. - Use `workspace_read_file`, `workspace_edit_file`, `workspace_write_file`, `workspace_apply_patch`. - Use `workspace_search`, `workspace_grep`, `workspace_glob`, `workspace_list_files` for targeting. - Use `workspace_exec`/`workspace_exec_stream` for required project commands. 4. Submit and verify. - Submit with `submit_solution`. - Track progress with `get_verification_status`. 5. Retry loop on failure. - Read `get_verification_status` and `get_submission_feedback`. - Apply targeted fixes in workspace. - Resubmit with `submit_solution`. - Repeat until pass or termination condition. 6. Close out. - On pass, ensure PR/payout path is completed. - On unrecoverable/exhausted state, call `release_claim`. ## Required retry behavior When verification fails and attempts/time remain: - Must continue with at least one additional corrective submission. - Must prioritize highest-severity actionable feedback first. - Must keep diffs scoped to the failing behavior. Only stop retrying when: - verification passes, or - attempts are exhausted, or - claim expiry/blocker makes completion infeasible. ## Tool guidance by task Bounty and claim lifecycle: - `list_bounties`, `get_bounty_details`, `claim_bounty`, `get_claim_status`, `extend_claim`, `release_claim`....
capt-marbles
Task Router
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
cartoonitunes
Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).
cassh100k
Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.
camopel
One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.