/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nerua1-publishing-guide - After installation, invoke the skill by name or use
/nerua1-publishing-guide - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.
How do I install Publishing Guide — Universal Skill Release Checklist?
Run "/install nerua1-publishing-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publishing Guide — Universal Skill Release Checklist free?
Yes, Publishing Guide — Universal Skill Release Checklist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publishing Guide — Universal Skill Release Checklist support?
Publishing Guide — Universal Skill Release Checklist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publishing Guide — Universal Skill Release Checklist?
It is built and maintained by nerua1 (@nerua1); the current version is v2.0.0.