← Back to Skills Marketplace
nerua1

Publishing Guide — Universal Skill Release Checklist

by nerua1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
60
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nerua1-publishing-guide
Description
Universal skill publishing checklist and rules — ClawHub, GitHub, Claude Code, Hermes, OpenClaw. Pre-publish vetting, anti-duplicate, naming conventions, pro...
README (SKILL.md)

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
Reddit 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

Usage Guidance
This appears safe as a checklist. Before using it, review any files you plan to publish, run commands manually, and replace the template's PayPal, GitHub, and author fields with your own information.
Capability Analysis
Type: OpenClaw Skill Name: nerua1-publishing-guide Version: 2.0.0 The skill bundle serves as a documentation and checklist tool for publishing AI skills. It promotes security best practices by instructing users to scan for hardcoded credentials and remove local file paths before publication. The included shell commands in SKILL.md are standard utilities (npx, gh, ls) used for searching existing repositories to prevent duplication, and no malicious intent or data exfiltration behaviors were found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The skill coherently provides release-checklist guidance, naming conventions, and publishing steps. It also includes author-specific PayPal/GitHub links in a supposedly universal template, so users should customize those before reuse.
Instruction Scope
The instructions are user-directed examples rather than automatic execution, but they encourage broad publication across ClawHub, GitHub, Dev.to, Reddit, and Twitter/X.
Install Mechanism
No install spec, code files, required binaries, environment variables, or credentials are declared; this is an instruction-only skill.
Credentials
The local search and publish commands are proportionate for a publishing guide, but users should run them only in the intended directory after reviewing what will be published.
Persistence & Privilege
The artifacts show no persistence, background process, credential use, privileged access, or stored memory behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nerua1-publishing-guide
  3. After installation, invoke the skill by name or use /nerua1-publishing-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
**Major update: Universalizes and modernizes the skill publishing guide, focusing on cross-platform support and actionable checklists.** - Fully rewritten as a universal publishing guide (English language, cross-agent scope) - Condensed pre-publish checklist with emphasis on anti-duplicate checks, no secrets, and proper YAML frontmatter - Stronger naming conventions and simplified suffix table - Provides templated SKILL.md and recommended usage of PayPal/GitHub links - Expands on where/how to publish and post-publish validation steps - Removes Polish content, platform-specific quirks, and outdated repository/status lists
v1.0.0
Initial release. Contains the central publishing ruleset for AI skills under the nerua1 account. - Defines mandatory naming conventions with descriptive suffixes and prefix rules. - Requires an anti-duplicate check across GitHub, ClawHub, and local directories before publishing. - Outlines step-by-step procedures for publishing skills on GitHub, ClawHub (OpenClaw), and Claude Code vault. - Provides a comprehensive pre-publish checklist to ensure quality and compliance. - Includes current repository statuses (public and WIP) for transparency. - Offers quick command references and contact/support information.
Metadata
Slug nerua1-publishing-guide
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments