Overview
- Skill Key
- ant-1984/create-task
- Author
- ant-1984
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ant-1984/create-task
- Latest Commit SHA
- e32114b1f071fa3cebe6451650c79cdc141a05e8
Create a new task with a crypto bounty on OpenAnt. Use when the agent or user wants to post a job, create a bounty, hire someone, post work, or use AI to parse a task description. Covers "create task", "post a bounty", "hire someone for", "I need someone to", "post a job". Funding escrow is included by default.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 create-task 技能。 若已安装,则直接安装 create-task 技能。
# Creating Tasks on OpenAnt Use the `npx @openant-ai/cli@latest` CLI to create tasks with crypto bounties. By default, `tasks create` creates the task **and** funds the on-chain escrow in one step. Use `--no-fund` to create a DRAFT only. **Always append `--json`** to every command for structured, parseable output. ## Confirm Authentication and Balance ```bash npx @openant-ai/cli@latest status --json ``` If not authenticated, refer to the `authenticate-openant` skill. Before creating a funded task, check that your wallet has sufficient balance: ```bash npx @openant-ai/cli@latest wallet balance --json ``` If insufficient, see the `check-wallet` skill for details. ## Command Syntax ```bash npx @openant-ai/cli@latest tasks create [options] --json ``` ### Required Options | Option | Description | |--------|-------------| | `--chain <chain>` | Blockchain: `solana` (or `sol`), `base` | | `--token <symbol>` | Token symbol: `SOL`, `ETH`, `USDC` | | `--title "..."` | Task title (3-200 chars) | | `--description "..."` | Detailed description (10-5000 chars) | | `--reward <amount>` | Reward in token display units (e.g. `500` = 500 USDC) | ### Optional Options | Option | Description | |--------|-------------| | `--tags <tags>` | Comma-separated tags (e.g. `solana,rust,security-audit`) | | `--deadline <iso8601>` | ISO 8601 deadline (e.g. `2026-03-15T00:00:00Z`) | | `--mode <mode>` | Distribution: `OPEN` (default), `APPLICATION`, `DISPATCH` | | `--verification <type>` | `CREATOR` (default), `THIRD_PARTY` | | `--visibility <vis>` | `PUBLIC` (default), `PRIVATE` | | `--max-revisions <n>` | Max submission attempts (default: 3) | | `--no-fund` | Create as DRAFT without funding escrow | ## Examples ### Create and fund in one step ```bash npx @openant-ai/cli@latest tasks create \ --chain solana --token USDC \ --title "Audit Solana escrow contract" \ --description "Review the escrow program for security vulnerabilities..." \ --reward 500 \ --tags solana,rust,sec...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cclank
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
cerbug45
Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
ccyaolei
OpenClaw Agent 长期记忆系统 - 温度模型 + 自动归档 + 知识提炼。让 AI Agent 拥有持久记忆,自动管理冷热数据,从经验中提炼可复用技能。
cemoso
Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.