← 返回 Skills 市场
Publisher
作者
TunaIssaCoding
· GitHub ↗
· v1.0.6
2496
总下载
1
收藏
4
当前安装
5
版本数
在 OpenClaw 中安装
/install publisher
功能描述
Make your skills easy to understand and impossible to ignore
安全使用建议
This tool appears internally consistent and does what it claims, but before running: (1) ensure you have authenticated `gh` and `clawdhub` (it will use your accounts to create repos and publish); (2) be aware it may update SKILL.md frontmatter, overwrite README.md, initialize a git repo, commit, and push — back up files if you want to review changes first; (3) the script prompts before destructive actions, but double-check the chosen one-liner and generated README content before confirming publish; (4) if you lack GitHub/ClawdHub auth, `gh`/`clawdhub` will control what happens (the script will fail rather than exfiltrate secrets).
功能分析
Type: OpenClaw Skill
Name: publisher
Version: 1.0.6
The skill bundle's primary purpose is to generate documentation and publish skills to GitHub and ClawdHub, which involves legitimate but high-privilege actions like creating public GitHub repositories and pushing code. However, the `scripts/publish.sh` file contains code that attempts to set a 'reminder' using `cron` if GitHub repository creation fails. While the `cron` job is not fully implemented in the provided code (it only creates a temporary file and echoes a message), the explicit comment `# Note: In production, this would use the cron tool` indicates an intent to use a persistence mechanism, even if for a benign purpose. This design choice, even if not fully realized, elevates the classification to suspicious due to the potential for misuse of persistence.
能力评估
Purpose & Capability
The name/description (generate README + publish) match the script and SKILL.md: the tool parses SKILL.md and VERSION, generates one-liners, updates SKILL.md frontmatter, initializes git, creates/pushes a GitHub repo with `gh`, and publishes with `clawdhub`. Required CLIs (gh, clawdhub, jq, git) are appropriate for these actions.
Instruction Scope
Runtime instructions and the script stay within the stated scope. The script reads SKILL.md and VERSION, may update SKILL.md description, may prompt to overwrite or require README.md, initializes a git repo if missing, creates/pushes a GitHub repo via `gh`, and runs `clawdhub publish`. These file writes, commits, and remote publishes are expected behavior for a publishing tool; users should be aware it will modify files and push to remotes.
Install Mechanism
No install spec is included; the package is instruction + shell script only. Nothing is downloaded from external URLs or extracted. This low-risk approach is proportionate to the skill's purpose.
Credentials
The skill requests no environment variables and does not embed credential handling. It relies on existing `gh` and `clawdhub` authentication (normal for tools that create repos and publish). There are no unrelated secrets or external credential requests in the files.
Persistence & Privilege
The skill does not request permanent/always-on presence and will not modify other skills or global agent settings. It performs user-triggered actions (file edits, git operations, remote publish) consistent with its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Documentation updated in README.md for improved clarity and detail.
- No code or feature changes; update is limited to documentation enhancements.
v1.0.5
- Documentation only: README.md content updated for clarity and completeness.
- No changes to code or functionality.
v1.0.4
- Updated SKILL.md description to: "Make your skills easy to understand and impossible to ignore"
- No code or functional changes; only documentation (SKILL.md) updated for clarity and impact
v1.0.2
- Improved SKILL.md with clearer documentation and detailed usage instructions
- Outlined one-liner generation patterns and README structure
- Added comprehensive sections on requirements, installation, and troubleshooting
- Clarified workflow phases: analysis, one-liner generation, README generation, and publishing
- Specified expected file structure and zero-configuration usage
v1.0.1
- Improved documentation with detailed usage instructions, workflow steps, and troubleshooting.
- Clearly outlines dependencies, expected file structure, and installation steps.
- Describes one-liner generation patterns and README structure.
- Adds explanations of publishing phases and automation features.
- No functional code changes included; this update focuses on comprehensive, user-friendly documentation.
元数据
常见问题
Publisher 是什么?
Make your skills easy to understand and impossible to ignore. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2496 次。
如何安装 Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install publisher」即可一键安装,无需额外配置。
Publisher 是免费的吗?
是的,Publisher 完全免费(开源免费),可自由下载、安装和使用。
Publisher 支持哪些平台?
Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publisher?
由 TunaIssaCoding(@tunaissacoding)开发并维护,当前版本 v1.0.6。
推荐 Skills