/install nerua1-publishing-guide
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\x3Cworkspace>,\x3Cconfig>, 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
| Suffix | When to use | Example |
|---|---|---|
-loop |
Iterative feedback loop | ralph-wiggum-loop |
-bridge |
Cross-agent/system communication | openclaw-bridge, acp-bridge |
-stack |
Architecture / tech stack | shared-memory-stack |
-guide |
Documentation / setup / onboarding | openclaw-setup-guide |
-guard |
Security / audit / verification | skill-vetter |
-agent |
Autonomous agent | proactive-agent |
-crawler |
Scraping / data fetching | news-crawler |
-monitor |
Monitoring / observability | lm-studio-monitor |
-orchestrator |
Model orchestration | lm-studio-orchestrator |
Agent-specific prefixes: openclaw-, claude-, hermes-. Universal skills: no prefix.
Anti-Duplicate Check
# ClawHub
npx clawhub search \x3Cskill-name>
# GitHub
gh repo list nerua1 --limit 100 | grep -i "\x3Cskill-name>"
# Local OpenClaw
ls \x3Cworkspace>/skills/ | grep -i "\x3Cskill-name>"
# Local Claude Code
ls \x3Cagent-home>/skills/vault/ | grep -i "\x3Cskill-name>"
# Local Hermes
ls \x3Cagent-home>/skills/ | grep -i "\x3Cskill-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
| Platform | How | Reach |
|---|---|---|
| ClawHub | npx clawhub publish . --slug \x3Cslug> |
OpenClaw users |
| GitHub | Public repo, README.md | Developers, search engines |
| Dev.to | Article: "How I built X" | Developer community |
| r/LocalLLaMA, r/selfhosted, r/OpenAI | Enthusiasts | |
| Twitter/X | Thread with screenshots | Broader reach |
| Claude Code | PR to claude-plugins-official | Claude 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 \x3Cslug>works - Skill loads correctly in a new session
If this saved you time: ☕ PayPal.me/nerudek GitHub: github.com/nerua1
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nerua1-publishing-guide - 安装完成后,直接呼叫该 Skill 的名称或使用
/nerua1-publishing-guide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。
如何安装 Publishing Guide — Universal Skill Release Checklist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nerua1-publishing-guide」即可一键安装,无需额外配置。
Publishing Guide — Universal Skill Release Checklist 是免费的吗?
是的,Publishing Guide — Universal Skill Release Checklist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Publishing Guide — Universal Skill Release Checklist 支持哪些平台?
Publishing Guide — Universal Skill Release Checklist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publishing Guide — Universal Skill Release Checklist?
由 nerua1(@nerua1)开发并维护,当前版本 v2.0.0。