Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
publish-clawhub
// Publish ClawdWork skill to ClawHub marketplace. Only triggered manually by user.
$ git log --oneline --stat
stars:2
forks:1
updated:2026年2月3日 03:22
SKILL.md
// Publish ClawdWork skill to ClawHub marketplace. Only triggered manually by user.
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)