← 返回 Skills 市场
jcools1977

Phantom Limb

作者 John DeVere Cooley · GitHub ↗ · v1.0.0
darwinlinuxwin32 ✓ 安全检测通过
269
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install phantom-limb
功能描述
Detects phantom dependencies — references to things that no longer exist, ghost state that lives in the gaps between modules, and invisible wires that connec...
安全使用建议
This skill is coherent for repository/static analysis and does not request extra credentials or install software, but it will scan source code, .env files, CI/CD configs, and deployment manifests — files that often contain secrets. Before installing or running it: (1) restrict which repositories/paths the agent can access, (2) avoid scanning production credential stores or highly sensitive manifests, (3) run initially on a copy of the repo or a subset to see what it reports, and (4) confirm whether the skill will fetch external API schemas (and whether those lookups require authentication). If you need stricter guarantees, ask the skill author to document exact file/path whitelists and any outgoing network endpoints used during analysis.
功能分析
Type: OpenClaw Skill Name: phantom-limb Version: 1.0.0 The 'phantom-limb' skill is a static analysis tool designed to detect 'phantom dependencies' in codebases. The `SKILL.md` clearly outlines its diagnostic purpose, detailing methods like scanning source files, environment variables, and configuration files (e.g., `.env`, CI/CD configs, deployment manifests). Crucially, it explicitly states 'Zero external dependencies. Zero API calls' and `requires_api: false`, indicating no intent for data exfiltration or unauthorized network communication. There is no evidence of malicious instructions, obfuscation, or attempts to manipulate the AI agent for harmful purposes; all described actions are consistent with its stated code health diagnostic function.
能力评估
Purpose & Capability
The name/description (detecting stray/ghost references, env/config mismatches, deprecated endpoints, etc.) match the SKILL.md content: it describes static analysis techniques (scanning source files, building reference graphs, comparing env reads against .env/CI manifests, checking API contracts). Nothing requested (no binaries, no env creds, no installs) appears out of place for a repo-scanning diagnostic.
Instruction Scope
SKILL.md explicitly instructs scanning source files, .env/.env.example, CI/CD configs, and deployment manifests and comparing payloads against API schemas. That scope is consistent with its goal, but it also means the agent will read potentially sensitive files (secrets, tokens, deployment manifests). The instructions are high-level and could permit broad discretionary scanning or external lookups (e.g., fetching 'latest API schema/docs') — the SKILL.md does not set limits on which paths or external endpoints are allowed.
Install Mechanism
This is instruction-only with no install spec and no code files. That is the lowest-risk pattern for installation (nothing is downloaded or written to disk by an installer).
Credentials
The skill declares no required environment variables or credentials, which fits a read-only analyzer. However, it intends to inspect config and deployment files that often contain secrets; the SKILL.md does not declare or constrain any credentials or external access, so users should assume the analyzer will see any secrets present in scanned files unless explicitly restricted.
Persistence & Privilege
always is false and there is no install-time persistence. The skill may be invoked autonomously (platform default), which is normal. There is no indication it modifies other skills or agent-wide config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install phantom-limb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /phantom-limb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Detects phantom dependencies and ghost references across the codebase
元数据
Slug phantom-limb
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Phantom Limb 是什么?

Detects phantom dependencies — references to things that no longer exist, ghost state that lives in the gaps between modules, and invisible wires that connec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 Phantom Limb?

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

Phantom Limb 是免费的吗?

是的,Phantom Limb 完全免费(开源免费),可自由下载、安装和使用。

Phantom Limb 支持哪些平台?

Phantom Limb 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Phantom Limb?

由 John DeVere Cooley(@jcools1977)开发并维护,当前版本 v1.0.0。

💬 留言讨论