← 返回 Skills 市场
OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher
作者
Jiaming Wang
· GitHub ↗
· v1.0.3
· MIT-0
144
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-success-skill-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-success-skill-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-success-skill-publisher」即可一键安装,无需额外配置。
OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher 是免费的吗?
是的,OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher 支持哪些平台?
OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw 成功流程沉淀发布器 / OpenClaw Success Skill Publisher?
由 Jiaming Wang(@jimmywangjimmy)开发并维护,当前版本 v1.0.3。
推荐 Skills