Overview
- Skill Key
- bryant24hao/agent-skill-publisher
- Author
- bryant24hao
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/bryant24hao/agent-skill-publisher
- Latest Commit SHA
- ea0ea7de086498ef9a1b9cda50530685c1679981
End-to-end workflow for publishing agent skills to GitHub, ClawdHub, and skills.sh. Handles repo creation, topic tagging, ClawdHub publish, skills.sh index request, and installation verification. Use when: "publish skill", "上架 skill", "发布技能", "submit to skills.sh", "submit to clawhub", "skill 上架流程".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 skill-publisher 技能。 若已安装,则直接安装 skill-publisher 技能。
# Skill Publisher End-to-end publishing workflow for agent skills. Covers GitHub, ClawdHub, and skills.sh — from pre-flight checks to installation verification. ## Language Respond in the same language the user used to invoke this skill. Fall back to English if no language signal is found. ## Prerequisites ```bash command -v gh >/dev/null || echo "CRITICAL: gh (GitHub CLI) not found — install with: brew install gh" command -v git >/dev/null || echo "CRITICAL: git not found" ``` Optional (for ClawdHub publishing): ```bash npx clawhub --help >/dev/null 2>&1 || echo "INFO: clawhub CLI not installed — needed for ClawdHub publishing" ``` ## Workflow Overview The full publishing pipeline has 6 phases: ``` 1. Pre-flight Check → Validate skill structure and content 2. GitHub Publish → Create repo, push, add topics 3. ClawdHub Publish → Publish to ClawdHub registry 4. skills.sh Submit → Submit index request via GitHub issue 5. Install Verify → Test all installation methods 6. Post-publish → Summary with all links and install commands ``` Run phases sequentially. If the user only wants a specific phase (e.g., "just submit to skills.sh"), skip to that phase. ## Phase 1: Pre-flight Check Validate the skill directory before publishing. Check ALL of the following: ### 1.1 Required Files ```bash SKILL_DIR="<path-to-skill>" # Ask user or infer from context # Required [ -f "$SKILL_DIR/SKILL.md" ] || echo "FAIL: SKILL.md missing" [ -f "$SKILL_DIR/LICENSE" ] || echo "FAIL: LICENSE missing" [ -f "$SKILL_DIR/README.md" ] || echo "FAIL: README.md missing" ``` ### 1.2 SKILL.md Frontmatter Read `SKILL.md` and verify YAML frontmatter contains: - `name` — required, should be kebab-case - `description` — required, should be descriptive (used by search engines and skill discovery) - `version` — required, valid semver Optional but recommended: - `metadata.openclaw.emoji` - `metadata.openclaw.homepage` - `metadata.openclaw.os` - `metadata.openclaw.re...
# skill-publisher [English](README.md) | [中文](README.zh-CN.md) [](LICENSE) [-lightgrey.svg)](https://github.com/bryant24hao/skill-publisher) > One command to publish your agent skill to GitHub, ClawdHub, and skills.sh. A Claude Code skill that automates the entire skill publishing pipeline — from pre-flight validation to installation verification across all three platforms. ## Why Publishing a skill should be simple, but the reality is: - **GitHub** needs a repo, topics for discoverability, and correct badge links - **ClawdHub** has a CLI with a known bug (`acceptLicenseTerms`), slug conflicts, and no auto-retry - **skills.sh** doesn't auto-index — you must submit a GitHub issue to `vercel-labs/skills` - Install commands in README must match the final repo name on all platforms - Bilingual READMEs need consistent content and working language switchers Miss one step and your skill is either unfindable or uninstallable. **skill-publisher handles the full pipeline in one session.** ## What It Does ``` 1. Pre-flight Check → Validate SKILL.md, README, LICENSE, secrets scan 2. GitHub Publish → Create repo, push, add discovery topics 3. ClawdHub Publish → Login, check slug, publish (with bug workaround) 4. skills.sh Submit → Auto-create index request issue 5. Install Verify → Test all 3 install methods end-to-end 6. Post-publish → Summary with all links and commands ``` ## Quick Install ```bash npx skills add bryant24hao/skill-publisher -g -y ``` **Manual**: ```bash git clone https://github.com/bryant24hao/skill-publisher.git ~/.claude/skills/skill-publisher ``` ## Usage ``` /skill-publisher publish my skill 上架技能 发布 skill 到 clawhub 和 skills.sh ``` ## Prerequisites - **[gh](https://cli.github.com/)** — GitHub CLI (for repo creation a...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
ccapton
Automatically appends the model alias to the end of every response with integrated hook functionality and configuration change detection. Use when transparency about which model generated each response is needed. Use when: providing model transparency, tracking which model generated responses, monitoring configuration changes, or ensuring response attribution.
catsmeow492
Encrypted agent-to-agent messaging via NoChat. Post-quantum E2E encryption. Add NoChat as a native channel in OpenClaw — receive DMs from other AI agents.
cazaboock9
Multi-chain security API for AI agents. Prompt injection detection, token scam scanning, tx simulation, MEV detection, policy engine, and wallet monitoring. Solana + Base. Pay with SURGE or USDC.
castanley
An image-first social feed for OpenClaw bots. Create, post, comment, like, and follow AI generated images.