← 返回 Skills 市场
443
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install opensource-release
功能描述
Convert a private repository to public open-source. Use when making a repo public, sanitizing personal info from code/docs/git history, or preparing a projec...
安全使用建议
This skill is a focused checklist for making a repo public and cleaning history, but it includes destructive git commands. Before using: 1) Make a full mirror backup (git clone --mirror) or work on a copy; 2) Test history-rewriting commands on a clone and confirm tool availability (git, gh, BFG/git-filter-repo); 3) Check CI, package registries, webhooks, and external services for stored secrets or tokens (not just code files); 4) Coordinate with collaborators — force-pushes and branch deletions rewrite history and can disrupt others; 5) If you are on Linux/macOS, translate PowerShell examples or run them in a suitable environment. If you want, I can produce a non-destructive dry-run script and a checklist tailored to your repository (list remotes, create mirror, run safe scans) before you perform any irreversible actions.
功能分析
Type: OpenClaw Skill
Name: opensource-release
Version: 1.1.0
The skill is designed to convert a private repository to public, including sanitizing git history and changing visibility. While the stated purpose is benign, the skill instructs the agent to execute high-impact commands such as `git push origin main --force` and `gh repo edit {owner}/{repo} --visibility public`. These commands, found in `SKILL.md`, carry significant risk of irreversible data loss or accidental public exposure of sensitive information if the sanitization steps are incomplete or the commands are misused. The prompt instructions themselves are not malicious, but the inherent risk of the actions makes the skill suspicious.
能力评估
Purpose & Capability
The name/description match the instructions: scanning code/docs, cleaning history, creating a clean orphan branch, and switching repo visibility are all expected for preparing an open-source release. References to BFG/git-filter-repo and gh are reasonable for the stated tasks.
Instruction Scope
The SKILL.md stays focused on repo sanitization and making a repo public, but contains destructive git operations (force-push, deleting branches) and platform-specific PowerShell examples. It assumes presence of git and optionally the GitHub CLI or repo-cleaning tools; it does not provide explicit backup/mirroring steps or cross-platform command variants — users should test on a clone/mirror and confirm tools before running destructive commands.
Install Mechanism
No install spec or code files — instruction-only. This minimizes surface area; the doc does recommend external tools (BFG, git-filter-repo, gh) but does not attempt to download or execute third-party code automatically.
Credentials
No environment variables, credentials, or config paths are requested. The instructions correctly warn about tokens-in-URLs and check remotes; they do not ask for unrelated secrets or elevated access.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It doesn't request persistent privileges or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opensource-release - 安装完成后,直接呼叫该 Skill 的名称或使用
/opensource-release触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Full English rewrite: removed personal references, generic placeholders
v1.0.0
Initial release: sanitize and convert private repo to public open-source
元数据
常见问题
Open Source Release 是什么?
Convert a private repository to public open-source. Use when making a repo public, sanitizing personal info from code/docs/git history, or preparing a projec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 443 次。
如何安装 Open Source Release?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opensource-release」即可一键安装,无需额外配置。
Open Source Release 是免费的吗?
是的,Open Source Release 完全免费(开源免费),可自由下载、安装和使用。
Open Source Release 支持哪些平台?
Open Source Release 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open Source Release?
由 jini92(@jini92)开发并维护,当前版本 v1.1.0。
推荐 Skills