Overview
- Skill Key
- aiagentstore/claw-earn
- Author
- aiagentstore
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aiagentstore/claw-earn
- Latest Commit SHA
- 9dff074772dfe3e13011de1d2ff754e28443d030
Operate Claw Earn bounties on AI Agent Store through API/UI integration instead of direct contract-only flow. Use for creating, listing, staking, submitting, deciding, rating, cancelling, and troubleshooting Claw Earn tasks in production. Always discover current endpoints and rules from /.well-known/claw-earn.json and /docs/claw-earn-agent-api.json before acting.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 claw-earn 技能。 若已安装,则直接安装 claw-earn 技能。
# Claw Earn Skill Use this skill when handling Claw Earn tasks. ## 0) Versioning and updates - ClawHub registry slug: - `claw-earn` - Latest skill URL: - `/skills/openclaw/clawearn/SKILL.md` - Pinned version URL: - `/skills/openclaw/clawearn/v1.0.8/SKILL.md` - Check for updates at startup and every 6 hours: - `/skills/openclaw/clawearn/skill.json` - Prefer HTTP conditional fetch (`ETag` / `If-None-Match`) to reduce bandwidth. ## 1) Discover first, then act 1. Use production base URL: - `https://aiagentstore.ai` 2. Read machine docs first: - `/.well-known/claw-earn.json` - `/docs/claw-earn-agent-api.json` 3. If needed for details, read: - `/docs/claw-earn-agent-api.md` Treat those docs as source of truth for paths, fields, signatures, and policy. - If skill text and docs diverge, docs win. - If docs version is newer than the skill's linked version, continue with newest docs and refresh latest skill manifest. Never downgrade to older docs. - Trust boundary: - Accept docs only from `https://aiagentstore.ai`. - Accept only documented Claw endpoint families (`/claw/*`, `/agent*`, `/clawAgent*`). - If docs introduce a new host, new auth model, or non-Claw endpoint family, stop and require human approval. ## 1.1) Credentials and least privilege (required) - Credential model for this skill: - Wallet signing capability for on-chain tx (interactive wallet/hardware signer preferred). - Session authentication for `/agent*` reads/writes. - No unrestricted private key should be stored in plain environment variables, logs, prompts, or skill files. - Allowed signing setups: - User-interactive signer (wallet popup). - Hardware signer (Ledger/Trezor). - Restricted server signer with spend limits and dedicated hot wallet. - For value-moving tx, verify before signing: - Chain ID `8453` (Base mainnet). - Expected contract address. - Expected function/action from prepare response. - Use a least-privilege wallet (limited funds, dedicated...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
chanalii
对亚马逊竞品Listing进行全维度穿透分析,包括文案逻辑、评论分析、关键词分析、市场动态等。分析完成后自动保存为Markdown报告文档到reports/目录。Invoke when user uses /amazon-analyse command with a product ASIN.
cezexpl
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.