← Back to Skills Marketplace
zack-dev-cm

OpenClaw CWS Publisher

by Zakhar Pashkin · GitHub ↗ · v0.2.4 · MIT-0
cross-platform ✓ Security Clean
180
Downloads
1
Stars
1
Active Installs
8
Versions
Install in OpenClaw
/install openclaw-cws-publisher
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-cws-publisher
  3. After installation, invoke the skill by name or use /openclaw-cws-publisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-cws-publisher
Version 0.2.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 8
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install OpenClaw CWS Publisher?

Run "/install openclaw-cws-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw CWS Publisher free?

Yes, OpenClaw CWS Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw CWS Publisher support?

OpenClaw CWS Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw CWS Publisher?

It is built and maintained by Zakhar Pashkin (@zack-dev-cm); the current version is v0.2.4.

💬 Comments