← 返回 Skills 市场
stefanferreira

ClawHub Publish Mother Skill

作者 stefanferreira · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
119
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install clawhub-publish-mother-skill
功能描述
Workflow for publishing and updating OpenClaw skills on ClawHub using verified token authentication and validation checks.
使用说明 (SKILL.md)

ClawHub Publish Mother Skill 🚀

Description: Comprehensive workflow for publishing OpenClaw skills to ClawHub - with working token authentication method confirmed.

Status:AUTHENTICATION VERIFIED (Version 1.2.0)

🎯 When to Use

  • Publishing skills to ClawHub
  • Updating existing published skills
  • Batch publishing workflows
  • Authentication troubleshooting

📋 Prerequisites

Essential:

  1. npm install -g clawhub
  2. GitHub account (for ClawHub registration)
  3. ClawHub API token (from https://clawhub.ai/settings/tokens)

Token Format:

  • Starts with: clh_
  • Length: ~45 characters
  • Example: clh_aEv-hIyAS42nOClecciC_svRODF4Ug6Ema4PfaXNFoY

🚀 Complete Workflow

1. Authentication (Token Method - CONFIRMED WORKING)

# Get token from: https://clawhub.ai/settings/tokens
# Then authenticate:
clawhub login --token "YOUR_TOKEN_HERE" --no-browser

# Verify:
clawhub whoami
# Should show: ✔ your-username

2. Skill Preparation

cd /path/to/your-skill

# Validate skill structure
./scripts/validate.sh

# Check for personal information
grep -i "C:\\\\\|/home/\|password\|token\|secret" SKILL.md || echo "Clean"

3. Publishing

# Dry run first
clawhub publish . --dry-run

# Actual publish
clawhub publish . \
  --slug "your-unique-slug" \
  --name "Skill Display Name" \
  --version "1.0.0" \
  --changelog "Initial release"

# Slug rules:
# - Lowercase, hyphens only
# - Must be globally unique
# - If taken, append "-v2" or "-backup"

4. Verification

# Check skill was published
clawhub inspect your-slug

# Test installation
clawhub install your-slug --dry-run

# Visit on web: https://clawhub.ai/s/YOUR_USERNAME/your-slug

⚠️ Pitfalls & Solutions

Pitfall 1: Token Authentication Not Working

Symptoms: "Not logged in" even with token Solution: Use exact command: clawhub login --token "TOKEN" --no-browser

Pitfall 2: Slug Already Taken

Symptoms: "Only the owner can publish updates" Solution: Choose different slug, check availability first

Pitfall 3: Skill Validation Fails

Symptoms: Publishing rejected Solution: Run validation script, fix SKILL.md structure

Pitfall 4: Token Expired

Symptoms: Authentication suddenly stops working Solution: Generate new token from ClawHub settings

✅ Verification Steps

Authentication Test

clawhub whoami
# Should return: ✔ username

Skill Test

# In skill directory
./scripts/validate.sh
clawhub publish . --dry-run

Post-Publish Test

clawhub inspect your-slug
clawhub install your-slug --dry-run

🔧 Troubleshooting Commands

# Check CLI version
clawhub -V

# Check authentication
clawhub whoami

# Get help
clawhub publish --help
clawhub auth --help

# List your published skills
# Visit: https://clawhub.ai/u/YOUR_USERNAME

🐕 Brand Elements

Canine Personas:

  • Romeo: "Token authentication is like a dog's nose - unique and reliable!"
  • Luna: "A good publish workflow is like a well-trained retriever - fetches success every time!"
  • Buster: "If your token starts with 'clh_', you're on the right scent!"
  • Thomas: "Put that in your pipe and smoke it - this authentication actually works!"

British Phrases:

  • "Right then, token sorted"
  • "Bob's your uncle, authenticated"
  • "Sorted and published"

🔄 Version History

  • v1.0.0: Initial creation
  • v1.1.0: Added bot detection awareness
  • v1.2.0: CONFIRMED token authentication working

🤝 Community Contributions

This skill evolves with community use. Found a better way? Submit a PR!

HELL YEAH, publishing mastered! 🎯

British dry humour + canine personas Put that in your pipe and smoke it!

安全使用建议
This skill appears to perform publishing tasks as described, but take the following precautions before using it with real credentials: 1) Verify the skill source — there is no homepage and the publisher identity is unknown. 2) Do not paste long-lived tokens directly on a visible command line where other processes/users could see them; prefer secure environment variables or the CLI's recommended secure login flow. 3) Be cautious that scripts print CLAWHUB_TOKEN and token-file information to stdout — avoid running these scripts in shared terminals or CI without sanitization. 4) The SKILL.md explicitly recommends 'Camo Fox' stealth and residential proxies to evade bot detection — these techniques can be abused to bypass protections; understand their legality and ethical implications for your environment. 5) If you decide to proceed, test with a disposable/test ClawHub token and in an isolated environment first. If you need higher assurance, ask the skill author for a provenance link (repository/homepage) and for confirmation that tokens are never transmitted off your machine.
功能分析
Type: OpenClaw Skill Name: clawhub-publish-mother-skill Version: 1.2.0 The skill bundle provides a legitimate workflow and utility scripts for publishing OpenClaw skills to the ClawHub platform. It includes helpful security-conscious instructions in SKILL.md, such as a grep command to check for hardcoded secrets before publishing. The scripts (test-publish.sh, troubleshoot-auth.sh, and validate.sh) perform standard environment checks and CLI interactions without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
Name, description, SKILL.md, and scripts all focus on publishing OpenClaw skills with the clawhub CLI; the core capabilities (validate, publish, troubleshoot auth) align with the stated purpose.
Instruction Scope
Runtime instructions and scripts instruct use of clawhub CLI, validation scripts, and a manual token login. They also reference and print environment variables and token files (CLAWHUB_TOKEN and ~/.clawhub/token) and recommend enabling 'Camo Fox' and residential proxies to evade bot detection. Printing token-related values to console (scripts/troubleshoot-auth.sh) and recommending evasion techniques broaden scope beyond simple publishing and raise operational/security concerns.
Install Mechanism
No install spec (instruction-only) and only small local helper scripts are included, so nothing is downloaded or written to disk by an automated installer — this is lower-risk from an install perspective.
Credentials
Metadata lists no required env vars, but SKILL.md and scripts expect a ClawHub API token and reference CLAWHUB_TOKEN, BROWSERBASE_CAMO_FOX, and ~/.clawhub/token. The skill prints CLAWHUB_TOKEN and token file sizes to stdout. Requesting or exposing tokens without declaring them in metadata is an inconsistency and a potential secret‑exposure risk.
Persistence & Privilege
The skill does not request persistent presence (always:false) or modify other skills or system settings. It does not request elevated privileges in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-publish-mother-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-publish-mother-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Test
元数据
Slug clawhub-publish-mother-skill
版本 1.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

ClawHub Publish Mother Skill 是什么?

Workflow for publishing and updating OpenClaw skills on ClawHub using verified token authentication and validation checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 ClawHub Publish Mother Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-publish-mother-skill」即可一键安装,无需额外配置。

ClawHub Publish Mother Skill 是免费的吗?

是的,ClawHub Publish Mother Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ClawHub Publish Mother Skill 支持哪些平台?

ClawHub Publish Mother Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawHub Publish Mother Skill?

由 stefanferreira(@stefanferreira)开发并维护,当前版本 v1.2.0。

💬 留言讨论