publish-checklist

对外发布前审查清单。发布 ClawHub skill、提交 GitHub PR/Issue、发帖、发邮件、任何公开内容前必须加载此 skill 并逐项检查。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

对外发布前审查

发布前必须逐项检查,不能跳过。

隐私

  • 无用户名、路径、IP、API key、token、内部配置泄露
  • 无仅属于内部的逻辑或人设(如 ram-review 教训)

安全性(面向社区审查)

  • 默认行为无害(不带显式参数不执行危险操作)
  • 危险操作需要显式 opt-in(如 --kill--force
  • 权限要求最小化(不需要 root 除非必须)
  • 有审计日志(操作可追溯)
  • 输入校验到位(恶意参数不会造成破坏)
  • 安全设计在文档中透明可见(审查者能快速理解保护机制)

扩展性

  • 跨平台支持状态在文档中写清楚(支持/不支持/计划中)
  • 硬编码值已参数化(路径、阈值等可配置)
  • 扩展点预留(新增支持不需要改核心逻辑)

公开内容安全

  • 提交 PR/Issue 用双语(中英文)
  • 不暴露高权限信息(API Key、scope 数量等)
  • 推代码前检查:格式化 + TS 类型
  • 不用 Python 字符串拼接生成 TS 代码(转义问题),用 heredoc 或 sed

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Edu Video Generator

Generate educational videos programmatically using Remotion + React + Layout Components. Use when creating tutorial videos, explainer content, demo videos. F...

Registry SourceRecently Updated
Coding

DingTalk Channel Install

安装和配置 OpenClaw 钉钉通道。使用当用户需要:(1) 安装 @soimy/dingtalk 插件,(2) 配置钉钉通道(Client ID/Secret 等),(3) 设置钉钉机器人连接。提供一键安装脚本和完整配置流程。

Registry SourceRecently Updated
Coding038
k55k32
Coding

code-generator

Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides, a...

Registry SourceRecently Updated
Coding00
xueyetianya