← 返回 Skills 市场
ClawHub Publish Official
作者
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawhub-publish-official
功能描述
Publish agent skills to ClawHub marketplace. Search, install, update, and publish skills from clawhub.com.
使用说明 (SKILL.md)
ClawHub Publish
Overview
Use the ClawHub CLI to search, install, update, and publish agent skills to the ClawHub marketplace.
Install CLI
npm i -g clawhub
Authentication (for publishing)
clawhub login
clawhub whoami
Search Skills
clawhub search "postgres backups"
Install Skills
clawhub install my-skill
clawhub install my-skill --version 1.2.3
Update Skills
clawhub update my-skill
clawhub update my-skill --version 1.2.3
clawhub update --all
clawhub update my-skill --force
clawhub update --all --no-input --force
List Installed Skills
clawhub list
Publish Skills
clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
Notes
- Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
- Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR)
- Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
安全使用建议
This skill is a thin wrapper around the ClawHub CLI and looks coherent. Before installing: verify the 'clawhub' npm package source (check the package page, author, and downloads), avoid running batch update/publish commands unattended (e.g., 'update --all --no-input --force'), and be careful what you publish — the publish command uploads local files, so remove secrets or private files from the directory. If you plan to override the registry (CLAWHUB_REGISTRY), only point it at trusted endpoints. Finally, note 'clawhub login' will create stored auth tokens on your machine; review where they are stored and revoke them if needed.
功能分析
Type: OpenClaw Skill
Name: clawhub-publish-official
Version: 1.0.0
The skill bundle provides a standard interface for the ClawHub CLI to manage agent skills on the clawhub.com marketplace. It includes instructions for installation via npm and common commands for searching, installing, and publishing skills. No malicious patterns, data exfiltration, or suspicious execution logic were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match requirements: the skill requires the 'clawhub' CLI and the SKILL.md explains how to search, install, update, and publish via that CLI. The declared npm install for 'clawhub' aligns with the stated purpose.
Instruction Scope
Instructions are limited to running the ClawHub CLI (login, search, install, update, publish). They mention environment overrides (CLAWHUB_REGISTRY, CLAWHUB_WORKDIR) and include potentially destructive CLI flags (e.g., 'update --all --no-input --force') — all expected for a marketplace client but worth noting because they can update or publish many files if run unattended.
Install Mechanism
Install is an npm global install of the 'clawhub' package which creates the 'clawhub' binary. This is a standard, traceable install mechanism for a CLI and matches the requirement that the 'clawhub' binary exist.
Credentials
No required env vars or credentials are declared, which is reasonable. The SKILL.md does reference CLAWHUB_REGISTRY and CLAWHUB_WORKDIR as optional overrides and requires interactive 'clawhub login' for publishing; publishing will require credentials (stored by the CLI) and can upload local directories — so users should ensure they don't accidentally publish sensitive files or point to an untrusted registry.
Persistence & Privilege
The skill is not 'always' enabled and does not request elevated persistence. Autonomous invocation is allowed (platform default) but not combined with other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-publish-official - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-publish-official触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首个正式版本,支持新闻内容抓取总结与技能发布功能
元数据
常见问题
ClawHub Publish Official 是什么?
Publish agent skills to ClawHub marketplace. Search, install, update, and publish skills from clawhub.com. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 ClawHub Publish Official?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-publish-official」即可一键安装,无需额外配置。
ClawHub Publish Official 是免费的吗?
是的,ClawHub Publish Official 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ClawHub Publish Official 支持哪些平台?
ClawHub Publish Official 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawHub Publish Official?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。
推荐 Skills