← 返回
未分类 中文

Skill Publisher

Prepare and publish an OpenClaw AgentSkill to ClawHub. Use when a skill directory is ready and needs to be published, or when upgrading an already-published...
准备并发布 OpenClaw AgentSkill 到 ClawHub。适用于技能目录已就绪需发布,或升级已发布的技能...
ham-5on ham-5on 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 320
下载
💾 0
安装
1
版本
#clawhub#latest#publish#release#skill

概述

Skill Publisher

End-to-end workflow for publishing an AgentSkill directory to ClawHub.


Pre-publish Checklist

☐ 1. Content Internationalization

  • SKILL.md: use English (Agent can handle any language, but English description/tags improve search matching on ClawHub)
  • Remove hardcoded local paths, usernames (e.g., /mnt/e/Users/...)
  • Replace user-specific config with generic placeholders or discovery methods

☐ 2. Meta Verification

cat <skill-dir>/_meta.json

Check:

  • name matches the --slug you'll publish with
  • version is updated (semver)
  • tags are accurate (affects ClawHub search)
  • description is concise (this is what agents match against)

☐ 3. Slug Conflict Check

clawhub inspect <slug>
  • Returns skill info → slug is taken
  • Yours → publish will overwrite/upgrade
  • Someone else's → rename slug, e.g. my-skillmy-skill-v2
  • Errors "not found" → slug is available

☐ 4. Login

clawhub whoami

If not logged in:

clawhub login

Opens a browser for authorization.


Publish

Prerequisites: clawhub CLI must be installed (npm i -g clawhub)

clawhub publish ~/.openclaw/skills/<skill> \
  --slug <slug> \
  --name "Display Name" \
  --version x.y.z \
  --tags "tag1,tag2" \
  --changelog "Release notes"

Parameters

ParamDescriptionExample
---------
pathSkill directory~/.openclaw/skills/my-skill
--slugUnique identifiermy-skill
--nameDisplay nameMy Skill
--versionSemver version1.0.0
--tagsComma-separated search tagslogseq,notes
--changelogRelease notesInitial release

Post-publish Verification

# New versions may be hidden by security scan, wait ~60s
sleep 60

# Check published info
clawhub inspect <slug>

# Confirm search
clawhub search <slug>

Common Errors

ErrorCauseFix
---------
Not logged inNot authenticatedclawhub login
Slug is already takenSlug occupied by another skillRename slug or check ownership
Skill is hiddenSecurity scan in progressWait 60s and retry
CTX_MAX_EXCEEDEDContent too largeTrim SKILL.md, move details to references/

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 20:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,486 📥 548,865
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 323,993
knowledge-management

Logseq Bridge

ham-5on
纯文件方式与本地 Logseq 图谱交互,通过直接操作 `.md` 文件读取、写入、搜索和管理日志与页面,无需插件。
★ 0 📥 390