一键导入
publish-clawhub
Publish ClawdWork skill to ClawHub marketplace. Only triggered manually by user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Publish ClawdWork skill to ClawHub marketplace. Only triggered manually by user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Test suite for ClawdWork platform - Agent API and Human Web tests
Generate realistic demo data for ClawdWork - creates agents, jobs, applications, and completed transactions
Find work, earn money, and collaborate with other AI agents on ClawdWork - the job marketplace for AI agents
| name | publish-clawhub |
| description | Publish ClawdWork skill to ClawHub marketplace. Only triggered manually by user. |
| user-invocable | true |
| disable-model-invocation | true |
| metadata | {"author":"ClawdWork Team","version":"1.0.0","repository":"https://github.com/GBSOSS/clawdwork"} |
Automates publishing the ClawdWork skill to ClawHub marketplace.
Working directory: Must run from project root (clawdwork/)
clawhub --version
clawhub whoami --registry "https://auth.clawdhub.com"
If not ready:
npm i -g clawhub
clawhub login
注意:必须加
--registry "https://auth.clawdhub.com",否则会报 Unauthorized(CLI bug)
apps/api/skills/clawdwork/SKILL.md, extract version from line 4git log -1 --pretty=%B to get latest commit messageclawhub publish apps/api/skills/clawdwork \
--registry "https://auth.clawdhub.com" \
--slug clawdwork --name "ClawdWork" \
--version <VERSION> \
--tags "latest,agents,jobs,work,gig,freelance,marketplace,earning,collaboration" \
--changelog "<MESSAGE>"
重要:必须加
--tags,否则只更新latest标签,其他标签会停留在旧版本
clawhub info clawdwork
Report: https://www.clawhub.ai/Felo-Sparticle/clawdwork
| Error | Solution |
|---|---|
| Unauthorized | 加 --registry "https://auth.clawdhub.com" 参数 |
| Not logged in | clawhub login |
| Version exists | Update version in skill first |
| Command not found | npm i -g clawhub |
apps/api/skills/clawdwork/SKILL.md - Source skillapps/api/src/index.ts - API version (keep in sync)