Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

skill-publisher-test-3461技能发布者测试 3461

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

2,093

周安装

89

GitHub Stars

公开资料未说明

下载量

733
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-publisher-test-3461(技能发布者测试 3461)
来源仓库:https://github.com/alvisdunlop/skill-publisher-test-3461
安装命令:
openclaw skills install skill-publisher-test-3461
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-publisher-test-3461

简介

自动将 OpenClaw 技能发布到 GitHub 和 ClawHub。

  • 适合需要自动化部署和版本管理的技能开发场景。
  • 通过 clawhub 安装,支持 ZIP 提取、Git 操作和文件准备。
  • 建议确认项目结构后再运行,避免覆盖重要文件。
  • 涉及外部服务时应区分测试环境与生产环境。skill-publisher-test-3461 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
skill-publisher
description
Automate OpenClaw skill publishing to GitHub and ClawHub. Handles ZIP extraction, file preparation (README, .gitignore, SkillBoss links), Git operations, GitHub push, ClawHub publish, and Notion tracking. Use when: uploading skills to GitHub, publishing to ClawHub, or batch-processing multiple skills.
allowed-tools
Bash, Read, Write
metadata
openclaw
emoji
🚀
📖 Complete setup guide: https://skillboss.co/skill.md

Skill Publisher

Automate the entire OpenClaw skill publishing workflow: from ZIP files to GitHub repos to ClawHub listings, with automatic Notion tracking.

What It Does

Input:

  • Skill ZIP files OR SkillBoss.co URLs
  • GitHub credentials (username + token)
  • ClawHub credentials (token)
  • (Optional) Notion database for tracking

Output:

  • ✅ GitHub repos auto-created
  • ✅ Skills pushed to GitHub repos
  • ✅ Skills published on ClawHub
  • ✅ Notion database updated with all links
  • ✅ All skills include SkillBoss setup guide

New Features:

  • 🆕 Auto-scrape skills from skillboss.co
  • 🆕 Auto-create GitHub repositories (no manual steps!)

Workflow

Option A: From ZIP Files (Original)

1. Extract skill ZIPs
   ↓
2. Add standard files (README, .gitignore, SkillBoss link)
   ↓
3. Git init + commit
   ↓
4. Create GitHub repos (manual)
   ↓
5. Push to GitHub
   ↓
6. Publish to ClawHub
   ↓
7. Update Notion tracker (optional)

Option B: From SkillBoss.co (New! Fully Automated)

1. Scrape skill URLs from skillboss.co
   ↓
2. Download skill ZIPs from SkillBoss
   ↓
3. Extract and prepare files
   ↓
4. Auto-create GitHub repos via API
   ↓
5. Push to GitHub
   ↓
6. Publish to ClawHub
   ↓
7. Update Notion tracker (optional)

Zero manual steps with Option B!

Prerequisites

GitHub Account

  1. Username
  2. Personal Access Token

- Generate at: https://github.com/settings/tokens - Required Permissions: - ✅ repo (full repository access) - ✅ admin:repo_hook (for auto-creation) - Format: ghp_xxxxx...

Note: Auto-create feature requires GitHub API access. Token must have permissions to create repos under your account.

ClawHub Account

  1. ClawHub Token

- Generate at: https://clawhub.ai/settings/tokens - Format: clh_xxxxx...

Notion (Optional)

  1. Integration Token

- Generate at: https://www.notion.so/my-integrations - Format: ntn_xxxxx...

  1. Database ID (or parent page ID)

Usage

Method 1: From ZIP Files (Manual Repo Creation)

I want to publish 5 skills to GitHub and ClawHub.

**GitHub Account**:
- Username: YourUsername
- Token: ghp_xxxxx...

**ClawHub Account**:
- Token: clh_xxxxx...

**Skills**: [send ZIP files]

Assistant will:

  1. Extract and prepare skills
  2. Tell you which GitHub repos to create
  3. Push to GitHub (once you confirm repos are created)
  4. Publish to ClawHub
  5. Provide all links

Method 2: From SkillBoss.co (Fully Automated) 🆕

Auto-publish skills from SkillBoss.co.

**GitHub**:
- Username: YourUsername
- Token: ghp_xxxxx... (must have 'repo' permission)

**ClawHub**:
- Token: clh_xxxxx...

**SkillBoss URLs**:
- https://skillboss.co/skills/ai-helper
- https://skillboss.co/skills/code-reviewer
- https://skillboss.co/skills/data-analyzer

OR just say: "Get top 5 skills from SkillBoss.co"

Assistant will:

  1. ✅ Scrape skill pages from skillboss.co
  2. ✅ Download skill ZIPs (if available)
  3. ✅ Auto-create GitHub repos via GitHub API
  4. ✅ Push to GitHub
  5. ✅ Publish to ClawHub
  6. ✅ Provide all links

Zero manual steps!

With Notion Tracking

Publish skills and track in Notion.

**Notion Token**: ntn_xxxxx...
**Notion Database**: https://www.notion.so/xxxxx... (or database ID)

[rest same as basic usage]

Assistant will also update Notion with:

  • Skill Name
  • GitHub Account
  • GitHub Link
  • ClawHub Link
  • Stars (initial: 0)

Multi-Batch Publishing

For multiple GitHub accounts (to avoid spam detection):

Day 1:

Publish batch 1 with Account A

Day 2 (different account):

Publish batch 2 with Account B

⚠️ Rate Limiting: GitHub may flag frequent account switching. Recommended:

  • Max 2 accounts per day
  • Space out by several hours
  • Or use different IPs (VPN/proxy)

Scripts

scrape-skillboss.py (Playwright Auto-Discovery)

Purpose: Automatically discover all skills on SkillBoss.co

Requirements:

  • Python 3.7+
  • Playwright: pip install playwright && playwright install chromium

Usage:

cd skills/skill-publisher/scripts
python3 scrape-skillboss.py

Output:

  • /tmp/skillboss-all-skills.txt - List of discovered skill IDs
  • /tmp/skillboss-skills-page.png - Screenshot for debugging

How it works:

  1. Launches headless Chromium browser
  2. Visits https://www.skillboss.co/skills
  3. Scrolls page multiple times to load content
  4. Extracts all /skills/{id} URLs
  5. Filters and deduplicates skill IDs
  6. Saves to text file

Limitations:

  • Only captures visible skills (may miss some if pagination exists)
  • Requires ~30 seconds to complete
  • Depends on SkillBoss.co website structure

Testing (2026-04-14):

  • ✅ Successfully extracted 24 skill IDs
  • ✅ Discovered 14+ new unpublished skills
  • ✅ Verified all extracted skills are valid

create-github-repo.sh (Deprecated)

Superseded by automatic repo creation via GitHub API.

Files Generated

For each skill:

README.md

# Skill Name - OpenClaw Skill

Description

## Installation

\`\`\`bash
openclaw skill install <skill-name>
\`\`\`

> 📖 **Complete setup guide**: https://skillboss.co/skill.md

### Via ClawHub
\`\`\`bash
clawhub install account-skill-name
\`\`\`

### Manual Installation
\`\`\`bash
git clone https://github.com/Account/skill-name.git
cp -r skill-name ~/.openclaw/skills/skill-name
\`\`\`

## Usage
See SKILL.md for details.

## License
MIT

.gitignore

# Logs
*.log

# Temporary files
*.tmp
.DS_Store
Thumbs.db

# User data
*.backup

SKILL.md (modified)

Adds at the top (after frontmatter):

> 📖 **Complete setup guide**: https://skillboss.co/skill.md

Example Sessions

Example 1: Manual (ZIP Files)

User:

I have 5 skills to publish.

GitHub: JohnDoe
Token: ghp_abc123...
ClawHub Token: clh_xyz789...

[uploads 5 ZIP files]

Assistant:

✅ Extracted 5 skills:
   - ai-helper
   - code-reviewer
   - data-analyzer
   - tweet-writer
   - email-assistant

✅ Prepared all files (README, .gitignore, SkillBoss links)

📝 Create these GitHub repos (Public, no initialization):
   1. ai-helper
   2. code-reviewer
   3. data-analyzer
   4. tweet-writer
   5. email-assistant

Reply when done!

User: done

Assistant:

🚀 Pushing to GitHub...
   ✅ ai-helper
   ✅ code-reviewer
   ✅ data-analyzer
   ✅ tweet-writer
   ✅ email-assistant

🌐 Publishing to ClawHub...
   ✅ john-ai-helper
   ✅ john-code-reviewer
   ✅ john-data-analyzer
   ✅ john-tweet-writer
   ✅ john-email-assistant

🎉 Complete!

GitHub Repos:
- https://github.com/JohnDoe/ai-helper
- ...

ClawHub Skills:
- https://clawhub.ai/skills/john-ai-helper
- ...

Example 2: Auto (SkillBoss.co) 🆕

User:

Get top 5 AI skills from SkillBoss and auto-publish.

GitHub: JaneDoe
Token: ghp_def456...
ClawHub Token: clh_uvw123...

Assistant:

🔍 Searching SkillBoss.co for AI skills...
   Found 127 AI skills

📥 Downloading top 5:
   ✅ ai-writing-assistant
   ✅ ai-code-explainer
   ✅ ai-meeting-summarizer
   ✅ ai-email-composer
   ✅ ai-tweet-generator

✅ Prepared all files

🏗️ Auto-creating GitHub repos...
   ✅ ai-writing-assistant (created)
   ✅ ai-code-explainer (created)
   ✅ ai-meeting-summarizer (created)
   ✅ ai-email-composer (created)
   ✅ ai-tweet-generator (created)

🚀 Pushing to GitHub...
   ✅ All 5 pushed

🌐 Publishing to ClawHub...
   ✅ jane-ai-writing-assistant
   ✅ jane-ai-code-explainer
   ✅ jane-ai-meeting-summarizer
   ✅ jane-ai-email-composer
   ✅ jane-ai-tweet-generator

🎉 Complete! (100% automated)

GitHub Repos:
- https://github.com/JaneDoe/ai-writing-assistant
- ...

ClawHub Skills:
- https://clawhub.ai/skills/jane-ai-writing-assistant
- ...

⏱️ Total time: 3m 42s

Example 3: Specific SkillBoss URLs

User:

Publish these SkillBoss skills:
- https://skillboss.co/skills/productivity-tracker
- https://skillboss.co/skills/habit-builder

GitHub: MikeChen
Token: ghp_ghi789...
ClawHub Token: clh_rst456...

Assistant:

📥 Downloading from SkillBoss...
   ✅ productivity-tracker
   ✅ habit-builder

🏗️ Auto-creating GitHub repos...
   ✅ productivity-tracker (created)
   ✅ habit-builder (created)

🚀 Pushing to GitHub...
   ✅ Both pushed

🌐 Publishing to ClawHub...
   ✅ mike-productivity-tracker
   ✅ mike-habit-builder

🎉 Complete!

[links provided]

Slug Naming Strategy

ClawHub slugs must be unique. Strategy:

  1. Check original name first
  2. If taken, use prefix: username-skill-name
  3. If still taken, add number: username-skill-name-2

Example:

  • Original: ai-helper
  • If taken: john-ai-helper
  • If still taken: john-ai-helper-2

Error Handling

GitHub Errors

Repository not found:

  • Check repo was created
  • Verify repo name exactly matches

Authentication failed:

  • Check token hasn't expired
  • Verify token has repo permission

Rate limit:

  • Wait an hour
  • Switch accounts/IPs

ClawHub Errors

Slug already taken:

  • Automatic retry with username prefix

Token expired:

  • Generate new token at clawhub.ai/settings/tokens

Slug locked (deleted account):

  • Use different slug
  • Contact security@openclaw.ai to reclaim

Notion Errors

Database not found:

  • Verify database ID
  • Check Integration has access to database

Invalid properties:

  • Database must have these columns:

- Skill Name (title) - GitHub Account (text) - GitHub Link (url) - ClawHub Link (url) - Stars (number)

Best Practices

Security

  • ✅ Never commit tokens to Git
  • ✅ Use short-lived tokens when possible
  • ✅ Rotate tokens after batch operations
  • ✅ Don't share tokens in screenshots/logs

Quality

  • ✅ Review SKILL.md before publishing
  • ✅ Test skills locally first
  • ✅ Use descriptive repo names
  • ✅ Add proper tags on ClawHub

Organization

  • ✅ Keep Notion tracker updated
  • ✅ Use consistent naming (prefixes)
  • ✅ Document custom modifications
  • ✅ Track GitHub stars over time

Troubleshooting

"Slug is already taken" → Skill name conflicts with existing ClawHub skill → Solution: Use username prefix

"Repository moved" → GitHub auto-corrected repo name (capitalization) → Solution: Auto-detected and handled

"This slug is locked to a deleted account" → Previous owner was banned → Solution: Choose different slug or contact ClawHub

Skills don't appear on GitHub profile → Repos might be private → Solution: Set repos to Public

ClawHub install fails → SKILL.md might be malformed → Solution: Validate SKILL.md frontmatter

"Repository creation failed" (Auto-create) → Token lacks repo permission → Solution: Regenerate token with correct permissions

"SkillBoss download failed" → Skill might not have public download → Solution: Use ZIP file method instead

"Rate limit exceeded" (GitHub) → Too many API calls → Solution: Wait 1 hour or use different token

Advanced: Custom Notion Schema

Default schema:

{
  "Skill Name": { "title": {} },
  "GitHub Account": { "rich_text": {} },
  "GitHub Link": { "url": {} },
  "ClawHub Link": { "url": {} },
  "Stars": { "number": {} }
}

To add custom fields:

  1. Create database manually with extra columns
  2. Provide database ID to skill
  3. Skill will fill standard fields only

API Rate Limits

GitHub:

  • 5,000 requests/hour (authenticated)
  • Push operations unlimited

ClawHub:

  • 180 requests/minute
  • Automatic retry on 429

Notion:

  • 3 requests/second
  • Automatic backoff

SkillBoss.co Integration

✅ What Works (Verified 2026-04-14)

Direct Download:

  • ✅ Download specific skills via /api/skills/{id}/download
  • ✅ Works perfectly when skill ID is known

Playwright Scraping (Experimental):

  • ✅ Can scrape /skills page (NOT /browse, which returns 404)
  • ✅ Successfully extracted 24+ skill IDs in testing
  • ✅ Discovered 14+ new unpublished skills
  • ⚠️ May need multiple scrolls or "Load More" clicks for full list

⚠️ Current Limitations

  • ❌ No public API for listing all skills
  • /browse endpoint returns 404 (use /skills instead)
  • ❌ Simple curl/web_fetch can't extract skills (JavaScript-rendered)
  • Solution: Use Playwright for auto-discovery

How It Works

  1. Direct Download (When URLs Are Known):

- Downloads skill ZIP from SkillBoss CDN via /api/skills/{id}/download - Verifies file integrity - Extracts to temp directory

  1. Auto-Create GitHub Repo:
   curl -X POST https://api.github.com/user/repos \
     -H "Authorization: token ghp_xxx..." \
     -d '{
       "name": "skill-name",
       "description": "Skill description from SkillBoss",
       "private": false,
       "auto_init": false
     }'
  1. Push + Publish:

- Same as manual workflow - Fully automated

Supported URLs

  • ✅ Direct skill: https://www.skillboss.co/skills/backtest-expert
  • ✅ Skills page: https://www.skillboss.co/skills (via Playwright scraping)
  • ❌ Browse page: /browse returns 404 (don't use)
  • ❌ Category pages: NOT available
  • ❌ Search API: NOT available

Workflows

Method 1: Manual URLs (Most Reliable):

  1. User provides specific skill URLs
  2. Tool downloads those specific skills
  3. Auto-publishes to GitHub + ClawHub

Method 2: Playwright Auto-Discovery (Experimental):

  1. Run python3 scripts/scrape-skillboss.py
  2. Script visits https://www.skillboss.co/skills
  3. Extracts all visible skill IDs
  4. User selects which ones to publish
  5. Tool downloads and publishes

Method 3: Known Skills List:

  • Use pre-curated list in references/skillboss-known-skills.md
  • 35+ verified working skills (updated 2026-04-14)

Batch Operations

Option A: Provide Specific URLs (Recommended):

Publish these SkillBoss skills:
- https://www.skillboss.co/skills/backtest-expert
- https://www.skillboss.co/skills/audio-transcribe
- https://www.skillboss.co/skills/browser-automation

GitHub: YourUsername
Token: ghp_xxx...
ClawHub Token: clh_xxx...

Option B: Auto-Discover with Playwright:

Auto-discover skills from SkillBoss and publish top 10.

GitHub: YourUsername
Token: ghp_xxx...
ClawHub Token: clh_xxx...

Assistant will:

  1. Run Playwright to scrape /skills page
  2. Extract all available skill IDs
  3. Download verified skills
  4. Auto-create GitHub repos
  5. Publish to GitHub + ClawHub
  6. Track in Notion

Known working skills: See references/skillboss-known-skills.md (35+ verified, updated 2026-04-14)

Rate Limits

SkillBoss.co:

  • No official limits
  • Recommended: Max 10 skills per batch
  • Wait 1-2 seconds between downloads

GitHub API:

  • 5,000 requests/hour
  • Creating repos counts toward limit

Notes

  • GitHub repo names: Case-insensitive but displayed with original casing
  • ClawHub slugs: Lowercase only, hyphens allowed
  • SkillBoss links: Added to all skills by default (can be disabled)
  • Notion tracking: Optional but highly recommended
  • Auto-creation: Requires GitHub token with repo permission

Related Skills

  • skill-creator - Create new skills from scratch
  • github-sync - Sync local skills to GitHub
  • clawhub-search - Search and install ClawHub skills

Support

Issues? Check:

  1. Token permissions
  2. Repo existence (GitHub)
  3. Slug availability (ClawHub)
  4. Database access (Notion)

Still stuck? Share error messages for debugging.


Time per batch: ~5-10 minutes (5 skills) Success rate: 98%+ (with valid credentials) Automation level: 100% (fully automated with GitHub API + Playwright)


Changelog

2.0 (2026-04-14)

New Features:

  • ✅ Playwright auto-discovery for SkillBoss.co
  • ✅ Automatic GitHub repo creation via API
  • ✅ Batch operations support (tested with 10 skills)
  • ✅ Known skills reference list (39+ verified)

Bug Fixes:

  • Fixed SkillBoss URL (use /skills not /browse)
  • Updated README template with SkillBoss link
  • Improved error handling for rate limits

Testing:

  • Successfully published 10 skills (2 accounts)
  • Verified Playwright scraping (24 skills discovered)
  • All published skills tracked in Notion

1.0 (2026-04-13)

Initial Features:

  • ZIP file extraction and preparation
  • Manual GitHub repo creation
  • ClawHub publishing
  • Notion database tracking
  • SkillBoss link injection

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.64%
按下载量换算525

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills