← 返回 Skills 市场
nerua1

Publishing Guide — Universal Skill Release Checklist

作者 nerua1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
60
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nerua1-publishing-guide
功能描述
Universal skill publishing checklist and rules — ClawHub, GitHub, Claude Code, Hermes, OpenClaw. Pre-publish vetting, anti-duplicate, naming conventions, pro...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nerua1-publishing-guide
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nerua1-publishing-guide 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug nerua1-publishing-guide
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论