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

publisherpublisher 开发

Agent Skill

publisher 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

80,568

周安装

3,357

GitHub Stars

1

下载量

26,856
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install publisher

简介

publisher 用于补充开发相关能力,适合在 OpenClaw 中让 Agent 承接开发任务。

  • 适用于需要快速集成开发工具或扩展代码生成、调试等功能的场景。
  • 通过 clawhub 安装,命令为 openclaw skills install publisher,支持查看原始 README 获取详细用法。
  • 安装前需确认权限范围、维护状态,并评估是否会触发联网、命令执行或文件读写操作。
  • publisher 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
publisher
description
Make your skills easy to understand and impossible to ignore

publisher

Professional documentation and publishing for Clawdbot skills

Generate adoption-optimized READMEs and publish to GitHub + ClawdHub with one command.


⚠️ Requirements

  • bash
  • jq (for JSON parsing)
  • gh CLI (GitHub operations)
  • clawdhub CLI (publishing)
  • git

📋 What It Does

Automates the complete publishing workflow:

Documentation Generation

  1. Reads your SKILL.md to understand what the skill does
  2. Generates 3 one-liner options using proven patterns
  3. Creates a README following GitHub best practices:

- Problem/solution upfront - Inverted pyramid structure - Emoji headers for scannability - Bold outcomes - Under 15% text highlighting

  1. Updates SKILL.md frontmatter with chosen description

Publishing

  1. Creates GitHub repository (if doesn't exist)
  2. Pushes code to GitHub
  3. Publishes to ClawdHub with auto-detected version

🚀 Installation

clawdhub install skill-publisher

💡 Usage

cd ~/clawd/skills/your-skill
skill-publisher

The script will:

  1. Show 3 one-liner options (choose or write your own)
  2. Generate README preview
  3. Ask for approval
  4. Publish to GitHub + ClawdHub

🎯 One-Liner Generation Patterns

The tool generates options using three proven patterns:

Pattern A: Continuous Benefit

Keep [thing] [desired state] [timeframe]

Example: "Keep your Claude access token fresh 24/7"

Pattern B: Elimination

[Do thing] without [pain point]

Example: "Build cross-device tools without hardcoding paths"

Pattern C: Automation

Automatically [action] [thing] [when]

Example: "Automatically refresh tokens before they expire"


📚 README Structure Generated

Follows the framework from GitHub's documentation best practices:

Essential Sections (above the fold)

  • Title + subtitle
  • The problem: (1 sentence)
  • This tool: (1 sentence)
  • 📋 Requirements
  • ⚡ What It Does (outcome first, then features)
  • 🚀 Installation
  • 🔧 How It Works (result first, then process)

Optional Sections (collapsible)

  • Configuration options
  • Troubleshooting
  • For Developers
  • Implementation details

🔧 How It Works

Phase 1: Analysis

  • Reads SKILL.md frontmatter (if exists)
  • Extracts key information: name, description, requirements
  • Parses scripts for dependencies

Phase 2: One-Liner Generation

Analyzes your SKILL.md description and generates 3 options:

  • Pattern A: Continuous benefit format
  • Pattern B: Pain point elimination format
  • Pattern C: Automation format

Shows you all 3, lets you choose or write custom.

Phase 3: README Generation

Uses the template from ~/clawd/templates/README-template.md:

  • Fills in title, problem, solution
  • Extracts requirements from SKILL.md
  • Generates "What It Does" from description
  • Creates installation steps
  • Builds "How It Works" with examples

Phase 4: Publishing

  1. Checks for gh CLI (guides setup if missing)
  2. Reads VERSION file for version number
  3. Creates GitHub repo (using gh repo create)
  4. Commits and pushes all files
  5. Publishes to ClawdHub with clawdhub publish

📁 File Structure Expected

your-skill/
├── SKILL.md           # Required: skill description
├── VERSION            # Required: version number (e.g., "1.0.0")
├── scripts/           # Optional: your scripts
│   └── main.sh
├── README.md          # Generated by this tool
└── .gitignore         # Optional

⚙️ Configuration

No configuration needed. The tool auto-detects everything from:

  • SKILL.md (name, description, requirements)
  • VERSION (version number)
  • scripts/ (code examples, dependencies)

🐛 Troubleshooting

"gh: command not found"

Install GitHub CLI:

brew install gh
gh auth login

"SKILL.md not found"

Create a minimal SKILL.md:

---
name: your-skill
description: Brief description of what it does
---

# your-skill

More details about your skill here.

"VERSION file not found"

Create a VERSION file:

echo "1.0.0" > VERSION

📖 References

  • GitHub documentation best practices: https://docs.github.com/en/contributing/writing-for-github-docs/best-practices-for-github-docs
  • README template: ~/clawd/templates/README-template.md
  • One-liner formulas: See "One-Liner Generation Patterns" section above

License

MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

94.34%
按下载量换算25,336

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills