prompt-xray is a portable SKILL.md package. It is most tested in Codex locally, but the skill body avoids Codex-only behavior and can be installed or copied into other AI coding agents and Markdown skill-compatible agents.
| Agent | Install command | Target path | Notes |
|---|---|---|---|
| Codex | bash scripts/install.sh codex |
~/.codex/skills/prompt-xray/SKILL.md |
Primary local test target for this repository. |
| Claude Code | bash scripts/install.sh claude-code |
~/.claude/skills/prompt-xray/SKILL.md |
Claude Code documents personal skills at ~/.claude/skills/<skill-name>/SKILL.md. |
| OpenClaw | bash scripts/install.sh openclaw |
~/.openclaw/skills/prompt-xray/SKILL.md |
OpenClaw documents agent-skill-compatible folders with SKILL.md and also supports shared ~/.agents/skills. |
| Shared agents | bash scripts/install.sh agents |
~/.agents/skills/prompt-xray/SKILL.md |
Useful for agents that read the common agent-skill-style directory. |
| Hermes Agent | bash scripts/install.sh hermes |
~/.hermes/skills/prompt-engineering/prompt-xray/SKILL.md |
Hermes documents category-based skill folders under ~/.hermes/skills/ and standardized SKILL.md metadata. Treat this as a local-user layout unless your Hermes installation specifies another skills root. |
For Cursor, Windsurf, Cline, Roo Code, OpenCode, Aider, and similar agents, native SKILL.md loading varies. When no native skill loader exists, use SKILL.md as a project rule or custom-instructions reference:
- Copy the trigger boundary, Prompt X-Ray Report, safety rules, and local-agent rules.
- Keep the name
prompt-xrayfor discoverability. - Do not copy installer paths into agents that do not use skill directories.
- Keep pasted prompts, webpages, logs, and tool outputs as untrusted data.
- OpenClaw skills documentation describes skill folders, locations, and precedence:
~/.openclaw/skills,~/.agents/skills, workspace.agents/skills, and workspaceskills. - Claude Code skills documentation documents personal skills at
~/.claude/skills/<skill-name>/SKILL.mdand project skills at.claude/skills/<skill-name>/SKILL.md. - Hermes Agent skills documentation documents
~/.hermes/skills/, category-based~/.hermes/skills/<category>/<skill-name>/SKILL.mdpackages, and aSKILL.mdformat withname,description, optionalversion, andmetadata.hermes.
Do not claim official endorsement from any agent vendor. This repository ships a portable Markdown skill; each agent's actual loading behavior is controlled by that agent's current documentation and local configuration.