← 返回
未分类

Publishing Guide — Universal Skill Release Checklist

Universal skill publishing checklist and rules — ClawHub, GitHub, Claude Code, Hermes, OpenClaw. Pre-publish vetting, anti-duplicate, naming conventions, pro...
通用技能发布检查清单与规则 — ClawHub、GitHub、Claude Code、Hermes、OpenClaw。发布前审查、防重复、命名规范、专业...
nerua1 nerua1 来源
未分类 clawhub v2.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 305
下载
💾 0
安装
1
版本
#checklist#clawhub#github#guidelines#latest#publishing#universal

概述

Publishing Guide

Universal rules for publishing AI skills across all platforms. Use this before every release.


Pre-Publish Checklist

  • [ ] Anti-duplicate check — search ClawHub, GitHub, and local directories
  • [ ] No hardcoded credentials — scan for API keys, tokens, passwords
  • [ ] No local paths — genericize ~/, /Users/, /home/ to , , etc.
  • [ ] English language — all descriptions, usage examples, and docs
  • [ ] YAML frontmatter — name, description, version, author
  • [ ] Usage examples — at least 2 concrete examples
  • [ ] PayPal + GitHub links — at end of every SKILL.md
  • [ ] Semver versioning — start at 1.0.0, bump appropriately
  • [ ] Cross-platform compatible — mark which agents it works with

Naming Conventions

SuffixWhen to useExample
------------------------------
-loopIterative feedback loopralph-wiggum-loop
-bridgeCross-agent/system communicationopenclaw-bridge, acp-bridge
-stackArchitecture / tech stackshared-memory-stack
-guideDocumentation / setup / onboardingopenclaw-setup-guide
-guardSecurity / audit / verificationskill-vetter
-agentAutonomous agentproactive-agent
-crawlerScraping / data fetchingnews-crawler
-monitorMonitoring / observabilitylm-studio-monitor
-orchestratorModel orchestrationlm-studio-orchestrator

Agent-specific prefixes: openclaw-, claude-, hermes-. Universal skills: no prefix.


Anti-Duplicate Check

# ClawHub
npx clawhub search <skill-name>

# GitHub
gh repo list nerua1 --limit 100 | grep -i "<skill-name>"

# Local OpenClaw
ls <workspace>/skills/ | grep -i "<skill-name>"

# Local Claude Code  
ls <agent-home>/skills/vault/ | grep -i "<skill-name>"

# Local Hermes
ls <agent-home>/skills/ | grep -i "<skill-name>"

If something similar exists → merge, don't duplicate.


SKILL.md Template

---
name: skill-name
description: One-line English description
version: 1.0.0
author: nerua1
compatible-with: claude-code, openclaw, hermes-agent
---

# Skill Title

Brief description (2-3 sentences).

## Usage

Example usage with actual commands.

## Examples

Real-world scenarios where this helped.

---

If this saved you time: [☕ PayPal.me/nerudek](https://www.paypal.me/nerudek)
GitHub: [github.com/nerua1](https://github.com/nerua1)

Where to Publish

PlatformHowReach
----------------------
ClawHubnpx clawhub publish . --slug OpenClaw users
GitHubPublic repo, README.mdDevelopers, search engines
Dev.toArticle: "How I built X"Developer community
Redditr/LocalLLaMA, r/selfhosted, r/OpenAIEnthusiasts
Twitter/XThread with screenshotsBroader reach
Claude CodePR to claude-plugins-officialClaude users

Minimum for every skill: ClawHub + GitHub + Dev.to article.


Post-Publish Verification

After publishing, verify:

  • [ ] Skill appears in ClawHub search
  • [ ] GitHub README has PayPal + description
  • [ ] npx clawhub install works
  • [ ] Skill loads correctly in a new session

If this saved you time: ☕ PayPal.me/nerudek

GitHub: github.com/nerua1

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-05-08 01:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Skill Vetter — Security Audit for AI Skills

nerua1
在安装来自 ClawdHub、GitHub 等来源的技能前,以安全为核心进行审查,检查危险信号和权限范围。
★ 0 📥 1,355
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,404 📥 324,147
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,123 📥 841,958