← 返回 Skills 市场
graceqx

trouble-shooting

作者 Gracie ♡ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install trouble-shooting
功能描述
问题排查与上下文隔离。用户说报错了/遇到问题时,创建隔离环境(worktree/subagent)专门排查,当前主线上下文保持不变。解决后回到主线继续。触发词:报错了、有问题、排查。
安全使用建议
Before installing or running this skill: 1) Be aware it expects git to be available (scripts call git commands) though git is not declared; install git if needed. 2) The scripts will create a .trouble-shooting directory, temporary worktree folders, and temporary git branches (named trouble/<id>), and may merge changes into your current branch or delete branches — back up or commit/uncommitted-work stash before using. 3) Review the three included Python scripts (start/finish/list) — they run local subprocesses and modify the repo; ensure you trust them in your environment. 4) During 'apply' the tool attempts an automatic merge (git merge --no-edit) and will fail if conflicts exist; be prepared to resolve conflicts manually. 5) If you need stricter safety, run start_troubleshoot.py in 'subagent' mode (no worktree) or run the scripts in a disposable clone first. If you want higher assurance, ask the author to declare git as a required binary and to add explicit confirmation prompts before destructive operations.
功能分析
Type: OpenClaw Skill Name: trouble-shooting Version: 1.0.0 The 'trouble-shooting' skill is a developer productivity tool designed to isolate debugging tasks using Git worktrees or sub-agents. The Python scripts (start_troubleshoot.py, finish_troubleshoot.py) use safe subprocess calls with list-based arguments to manage Git operations, and the SKILL.md instructions clearly define a helpful workflow for context isolation without any signs of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The skill's name/description match what the included scripts do: create isolated troubleshooting environments, save snapshots, apply/discard changes, and archive results. However, the package metadata declares no required binaries while the scripts call git heavily (git worktree, git merge, git branch, git checkout). Git is a legitimate dependency for this purpose but is not declared.
Instruction Scope
SKILL.md stays on-topic describing worktree vs subagent flows. The runtime scripts operate on the local repository and filesystem: writing .trouble-shooting/active.json and archive files, creating/removing worktrees, merging branches, and deleting temporary branches. There are no network endpoints or secret exfiltration steps. The instructions give the agent discretion to create and apply changes in the repo, so user consent/confirmation before applying merges is important.
Install Mechanism
This is instruction-only with bundled scripts and no install spec; nothing is downloaded or executed from remote URLs. That is a low-risk install profile.
Credentials
The skill requests no environment variables or external credentials and the scripts do not attempt to read secrets or external configs. The local file writes are limited to a .trouble-shooting directory and git operations on the repository.
Persistence & Privilege
always is false and the skill does not request system-wide persistent privileges. It creates local state (.trouble-shooting) inside the working directory and manipulates git branches, which is appropriate for a troubleshooting helper but does modify repository state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trouble-shooting
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trouble-shooting 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the trouble-shooting skill. - Provides problem isolation using worktree or subagent for error investigation. - Main conversation context remains unchanged during troubleshooting. - Supports switching in and out of isolated environments seamlessly. - Trigger phrases include: 报错了、有问题、排查.
元数据
Slug trouble-shooting
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

trouble-shooting 是什么?

问题排查与上下文隔离。用户说报错了/遇到问题时,创建隔离环境(worktree/subagent)专门排查,当前主线上下文保持不变。解决后回到主线继续。触发词:报错了、有问题、排查。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 trouble-shooting?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trouble-shooting」即可一键安装,无需额外配置。

trouble-shooting 是免费的吗?

是的,trouble-shooting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

trouble-shooting 支持哪些平台?

trouble-shooting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 trouble-shooting?

由 Gracie ♡(@graceqx)开发并维护,当前版本 v1.0.0。

💬 留言讨论