← Back to Skills Marketplace
soponcd

Git Worktree Ops

by soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install git-worktree-ops
Description
并行开发环境管理技能
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install git-worktree-ops
  3. After installation, invoke the skill by name or use /git-worktree-ops
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug git-worktree-ops
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Git Worktree Ops?

并行开发环境管理技能. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Git Worktree Ops?

Run "/install git-worktree-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Git Worktree Ops free?

Yes, Git Worktree Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Git Worktree Ops support?

Git Worktree Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Git Worktree Ops?

It is built and maintained by soponcd (@soponcd); the current version is v1.0.0.

💬 Comments