← Back to Skills Marketplace
199
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install publish-to-clawhub
Description
Prepare and publish a local skill to ClawHub and GitHub using a workflow that keeps the local publish directory clean. Use this skill when the user wants to...
Usage Guidance
This skill is an instruction-only publishing workflow and appears coherent and low-risk. Before using it, ensure you have local backups, confirm the target GitHub repo and visibility, have the clawhub CLI and git available and authenticated (prefer SSH or a credential manager), review the skill folder for secrets or private data, and explicitly confirm any destructive actions (force-push or deleting the local README). Because it can run publish and git commands, only allow the agent to proceed when you’ve reviewed the planned steps and given explicit approval.
Capability Analysis
Type: OpenClaw Skill
Name: publish-to-clawhub
Version: 2.2.0
The skill bundle is a legitimate utility designed to help users clean, prepare, and publish OpenClaw skills to ClawHub and GitHub. It includes explicit safety instructions for the AI agent to identify and remove sensitive information (API keys, PII) before publishing, and it prioritizes secure authentication methods like SSH and browser-based login over manual token entry (SKILL.md, references/publish-checklist.md).
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md: it is a publish workflow for ClawHub and GitHub. The instructions reference only tools and actions you would expect (clawhub CLI, git, README handling). There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to inspect and clean the skill folder, run `clawhub whoami` / `clawhub publish`, and perform git clone/commit/push workflows. These actions stay within the publishing/repo-management scope. The file-sweep guidance is limited to the skill folder and common extensions and explicitly warns about not exfiltrating secrets.
Install Mechanism
There is no install spec and no code files. As an instruction-only skill, it does not write code to disk or download executables. This is the lowest-risk install profile and matches the skill's purpose.
Credentials
The skill declares no required environment variables or credentials. It sensibly recommends using SSH, browser login, or credential helpers rather than pasting tokens. There is no request for unrelated secrets or broad credential access.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills' configs. Note: the agent may execute publish and git commands when invoked — confirm actions before allowing autonomous runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install publish-to-clawhub - After installation, invoke the skill by name or use
/publish-to-clawhub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.0
Documented the validated clean-local workflow: improve skill, publish to ClawHub first, then add a temporary README for GitHub and remove it locally after sync.
v2.1.0
Refined the public-release workflow, clarified safety rules, and added publishing checklists and interface metadata.
v2.0.0
v2.0.0: SKILL.md only, no README, no .git, clean git history
v1.0.2
Security update: remove auto force-push, require explicit user confirmation, add security risk notes
v1.0.1
Security hardening: fix token-in-URL (use SSH or credential helper instead), add credential handling section, add force-push warnings before destructive git operations, update metadata declarations
v1.0.0
Initial release: end-to-end workflow for publishing OpenClaw skills to GitHub and ClawHub
Metadata
Frequently Asked Questions
What is Publish To ClawHub?
Prepare and publish a local skill to ClawHub and GitHub using a workflow that keeps the local publish directory clean. Use this skill when the user wants to... It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install Publish To ClawHub?
Run "/install publish-to-clawhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publish To ClawHub free?
Yes, Publish To ClawHub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publish To ClawHub support?
Publish To ClawHub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publish To ClawHub?
It is built and maintained by Zack (@zackz2025); the current version is v2.2.0.
More Skills