← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install git-worktree-ops
功能描述
并行开发环境管理技能
使用说明 (SKILL.md)
Git Worktree Ops
本技能用于管理 Antigravity 的并行开发环境。通过 git worktree 创建物理隔离的代码工作区。
核心脚本
使用 tools/git_worktree_manager.sh 进行所有操作。
常用命令
- 创建:
./tools/git_worktree_manager.sh create \x3Cagent-name> - 销毁:
./tools/git_worktree_manager.sh remove \x3Cagent-name> - 列表:
./tools/git_worktree_manager.sh list
安全使用建议
Before installing or enabling this skill, verify where tools/git_worktree_manager.sh is supposed to come from and inspect its contents. If you intend to use this skill, ensure the script is from a trusted source (for example, the linked GitHub repo) and review it for destructive commands (rm, curl|sh, ssh, git push --force, access to secrets, etc.). Prefer skills that include the scripts they require or that install them from a verifiable release; if you must run a local script, run it in a sandbox or test repository and back up your work beforehand. If you are unsure whether the script exists in your environment, treat the missing-script behavior as a blocking issue until resolved.
功能分析
Type: OpenClaw Skill
Name: git-worktree-ops
Version: 1.0.0
The skill bundle contains metadata and documentation for managing Git worktrees. No executable scripts (such as the referenced tools/git_worktree_manager.sh) were provided for analysis, and the instructions in SKILL.md are limited to standard development operations without any signs of prompt injection, data exfiltration, or malicious intent.
能力评估
Purpose & Capability
The stated purpose (managing git worktrees for parallel development) matches the kinds of filesystem and git operations described. However, the SKILL.md depends entirely on a script at tools/git_worktree_manager.sh which is not provided in the skill bundle; that missing dependency is an inconsistency (the skill assumes a script will be present in the agent's workspace).
Instruction Scope
Runtime instructions are minimal and simply direct the agent to run a local shell script for create/remove/list operations, but they provide no guardrails, argument validation, or description of what the script does. Because the script is not included, the agent's execution will depend on whatever file exists at that path in the environment — potentially arbitrary and unreviewed commands that can modify the repo, filesystem, or remotes.
Install Mechanism
No install spec and no code files are included. This lowers risk from package installs or remote downloads, but increases importance of verifying local scripts the instructions reference.
Credentials
The skill declares no required environment variables, credentials, or config paths — this is proportional to its stated git-worktree purpose. The main issue is the implicit reliance on a local script rather than additional secrets.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not claim to modify other skills or global agent settings. Autonomous invocation is allowed by default (normal) but does not combine here with other elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git-worktree-ops - 安装完成后,直接呼叫该 Skill 的名称或使用
/git-worktree-ops触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of git-worktree-ops
- Introduces tools for managing parallel development environments using git worktree.
- Central script: tools/git_worktree_manager.sh handles creation, removal, and listing of worktrees.
- Provides simple commands for quickly setting up isolated code workspaces.
元数据
常见问题
Git Worktree Ops 是什么?
并行开发环境管理技能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Git Worktree Ops?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-worktree-ops」即可一键安装,无需额外配置。
Git Worktree Ops 是免费的吗?
是的,Git Worktree Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Git Worktree Ops 支持哪些平台?
Git Worktree Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Git Worktree Ops?
由 soponcd(@soponcd)开发并维护,当前版本 v1.0.0。
推荐 Skills