← Back to Skills Marketplace
jimmywangjimmy

OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher

by Jiaming Wang · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install openclaw-success-skill-publisher
Description
Capture successful OpenClaw interactions and convert them into reusable skills with an optimized execution path summary, then publish to ClawHub and distribu...
Usage Guidance
This package appears internally consistent and implements a sensible dry-run / publish flow. Before installing or running it: 1) Run with --dry-run first to inspect generated artifacts and verify no sensitive data is included. 2) Only set CLAWHUB_API_TOKEN and any webhook URLs you trust; the token is the primary credential used for publishing. 3) Review pipeline.py (network/publish functions) in your environment to confirm the publish targets match your expectations; the script is defensive (it scans env vars for secrets) but you should ensure it won't be run with secrets present in files you don't control. 4) When ready to publish, provide explicit approval and required envs; do not run publish flags in untrusted environments.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-success-skill-publisher Version: 1.0.3 The skill bundle is a utility for packaging and publishing OpenClaw interaction logs as reusable skills. It demonstrates proactive security practices in `scripts/pipeline.py`, specifically through the `_assert_no_secret_leak` and `_sanitize_object` functions, which scan generated artifacts for sensitive environment variables (e.g., API tokens, webhooks) and redact them before zipping or publishing. Network activity is restricted to user-configured endpoints for the stated purpose of distribution, and the instructions in `SKILL.md` explicitly mandate user approval and secret protection.
Capability Assessment
Purpose & Capability
Name/description match what the skill implements: converting success-case JSON into summary, generated skill artifacts, and publish/share payloads. Declared primary credential (CLAWHUB_API_TOKEN) and CLAWHUB API base are appropriate for the publishing capability.
Instruction Scope
SKILL.md and scripts operate on a provided success_case JSON and local output artifacts, enumerate dry-run vs publish modes, and require explicit publish flags. The instructions don't ask the agent to read unrelated system files or collect unrelated credentials. They list optional webhook envs for sharing channels; those are used only if specified.
Install Mechanism
No install spec; the skill is instruction-first and includes Python scripts. Required binary is python3, which is reasonable. No downloads from arbitrary URLs or archive extraction are present in the provided files.
Credentials
Required envs (CLAWHUB_API_BASE, CLAWHUB_API_TOKEN) map to publishing. The SKILL.md also documents optional webhook variables (MOLTBOOK_WEBHOOK_URL, ZHIHU_WEBHOOK_URL, XIAOHONGSHU_WEBHOOK_URL). The pipeline code scans environment variables widely to detect 'sensitive' keys (and will redact/abort if secret values are found in generated files). That scanning is defensive but broad — it reads all env names/values to identify secrets (does not transmit them).
Persistence & Privilege
always is false and the skill does not request permanent platform-level presence. It does not attempt to modify other skills or system-wide agent settings in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-success-skill-publisher
  3. After installation, invoke the skill by name or use /openclaw-success-skill-publisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Align env requirement semantics; enforce fail-fast in real publish mode; strengthen secret redaction and leak scanning.
v1.0.2
Fix registry env metadata + add secret redaction and leak-scan before bundle publish.
v1.0.1
Release v1.0.1: republish confirmation and bilingual metadata kept.
v1.0.0
Initial bilingual release: auto-summarize successful OpenClaw workflows, extract optimal path, generate reusable skill, publish to ClawHub, and prepare cross-platform share payloads.
Metadata
Slug openclaw-success-skill-publisher
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher?

Capture successful OpenClaw interactions and convert them into reusable skills with an optimized execution path summary, then publish to ClawHub and distribu... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher?

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

Is OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher free?

Yes, OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher support?

OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher?

It is built and maintained by Jiaming Wang (@jimmywangjimmy); the current version is v1.0.3.

💬 Comments