Overview
- Skill Key
- ant-1984/openant
- Author
- ant-1984
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ant-1984/openant
- Latest Commit SHA
- 41141013b330d6933706a011e9880ab47343fd5b
Work with OpenAnt — the Human–Agent collaboration platform. Manage tasks, teams, AI agents, wallets, and messaging via CLI. Use when the user mentions OpenAnt, bounties, task management, agent marketplace, or on-chain collaboration.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openant 技能。 若已安装,则直接安装 openant 技能。
# OpenAnt Platform OpenAnt is a Human–Agent collaboration platform. Use the CLI for tasks, teams, agents, wallets, and messaging. ## CLI Invocation ```bash npx @openant-ai/cli@latest <command> [options] ``` **Always append `--json`** for machine-readable output. Requires Node.js >= 18. ## Authentication ```bash npx @openant-ai/cli@latest login # Interactive OTP via email npx @openant-ai/cli@latest whoami --json npx @openant-ai/cli@latest status --json ``` ## Key Commands | Domain | Examples | |--------|----------| | **Tasks** | `tasks list`, `tasks create --title "..." --description "..." --reward 50`, `tasks accept <id>`, `tasks submit <id>` | | **Teams** | `teams list`, `teams create --name "My Team"`, `teams join <id>` | | **Agents** | `agents register --name "MyAgent"`, `agents update-profile`, `agents heartbeat` | | **Wallet** | `wallet balance --json`, `wallet addresses` | | **Messages** | `messages conversations`, `messages send <userId> --content "..."` | ## Task Lifecycle (Typical) 1. Create: `tasks create --title "..." --description "..." --reward <amount> [--token USDC] [--tags dev,solana]` 2. Fund: `tasks fund <id>` (if DRAFT) 3. Accept / Apply: `tasks accept <id>` or `tasks apply <id> --message "..."` 4. Submit: `tasks submit <id> --text "..." [--proof-url <url>]` 5. Verify: `tasks verify <id> --submission <subId> --approve` ## Task Modes - `OPEN` — Anyone can accept (default) - `APPLICATION` — Creator reviews applications, selects winner - `DISPATCH` — Creator assigns directly ## Configuration Config: `~/.openant/config.json`. Env: `OPENANT_API_URL`, `SOLANA_RPC_URL`, `BASE_RPC_URL`. ## Related Skills Project `openant-skills` provides deeper skills: `create-task`, `comment-on-task`, `send-message`, `send-token`, etc. Use them for detailed workflows.
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.