← 返回 Skills 市场
OpenClaw CWS Publisher
作者
Zakhar Pashkin
· GitHub ↗
· v0.2.4
· MIT-0
180
总下载
1
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install openclaw-cws-publisher
功能描述
OpenClaw CWS Publisher is a public ClawHub Chrome Web Store publisher skill. Use it when the user says "chrome web store publisher", "extension release publi...
安全使用建议
This skill appears to do what it says: package an extension, scan the specified repo for obvious leaked tokens/paths, detect a reviewer gate, and render publish commands. Before installing/using it: (1) run it only on the repository path you control and review produced JSON/Markdown outputs before running any generated gh or npx publish commands (the rendered commands would perform network actions if you execute them); (2) understand the scan reads all tracked text files — it will surface token-shaped strings but cannot guarantee detection of all secrets, so remove any sensitive data from the repo first; (3) inspect the bundled scripts yourself if you have concerns (they are small and local); (4) avoid granting unrelated credentials to this skill — none are required by the package itself. If you plan to allow the agent to invoke the skill autonomously, be comfortable with it running local git/python commands against user-specified repos and producing commands that, if executed, could push or publish to remote services.
功能分析
Type: OpenClaw Skill
Name: openclaw-cws-publisher
Version: 0.2.4
The openclaw-cws-publisher skill is a utility for packaging Chrome extensions and preparing GitHub/ClawHub release metadata. It includes scripts for creating ZIP archives (build_extension_zip.py), scanning for sensitive data leaks like tokens or local paths (scan_publish_surface.py), and generating deployment commands. The code uses standard subprocess calls for Git operations and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the requested binaries and bundled Python scripts. git/gh are used for repo metadata and suggested GitHub commands; npx is used in the rendered ClawHub publish command. Requiring python and these tools is proportionate to packaging, scanning, and rendering publish commands.
Instruction Scope
The SKILL.md and scripts operate on the repo path supplied by the user and explicitly scan tracked files (git ls-files) for leak patterns and build a ZIP of the extension. This is expected for a leak-auditing publisher tool, but the scanner reads repository files (including any secrets accidentally checked in). The scripts do not transmit findings to external endpoints; they write local JSON/MD outputs and print paths/commands.
Install Mechanism
Install spec only suggests installing the GitHub CLI via Homebrew (formula: gh). No arbitrary downloads or archive extraction are present. The skill is mostly instruction + small Python scripts bundled with the skill.
Credentials
The skill declares no required environment variables or credentials. It optionally reads CWS_PUBLIC_SITE_BASE if set (documented). No secret-shaped env vars are requested by the skill itself; scanning looks for token-like patterns in repo files but does not access external credential stores.
Persistence & Privilege
The skill is not set to always:true and does not modify other skills or system-wide agent settings. It writes output artifacts where the user directs (ZIP, JSON, markdown). Autonomous invocation is allowed by platform default but is not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-cws-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-cws-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.4
Fix runtime requirement metadata so Git, GitHub CLI, npx, and Python alternatives are represented correctly.
v0.2.3
Refresh public skill metadata for GitHub and ClawHub release sync.
v0.2.2
Add reviewer-gate preflight and pending-review safeguards.
v0.2.1
Add public-site-base support for reviewer-facing support, privacy, and test-instructions links.
v0.2.0
Split LocalLens out and narrow the public release kit.
v0.1.2
Add GitHub metadata defaults and explicit ClawHub tags.
v0.1.1
Fix inventory matching, stale asset invalidation, and publish metadata.
v0.1.0
Initial public release.
元数据
常见问题
OpenClaw CWS Publisher 是什么?
OpenClaw CWS Publisher is a public ClawHub Chrome Web Store publisher skill. Use it when the user says "chrome web store publisher", "extension release publi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。
如何安装 OpenClaw CWS Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-cws-publisher」即可一键安装,无需额外配置。
OpenClaw CWS Publisher 是免费的吗?
是的,OpenClaw CWS Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw CWS Publisher 支持哪些平台?
OpenClaw CWS Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw CWS Publisher?
由 Zakhar Pashkin(@zack-dev-cm)开发并维护,当前版本 v0.2.4。
推荐 Skills