/SKILL.md
Explain visible skill invocation behavior for the current task. Use when the user asks how a skill was triggered, why Codex chose it, which skill files or bundled resources were read, what steps will be executed, or wants a transparent audit trail for skill usage. Also use when demonstrating skill mechanics without claiming access to hidden chain-of-thought or internal model internals.
npx skillsauth add kkxjerry/skill-invocation-trace skill-invocation-traceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Make skill usage observable. Report only what is visible from the current task, loaded skill files, and actual actions taken.
SKILL.md file paths before describing behavior.SKILL.md that was read.Observed: directly seen in the prompt, files, commands, or tool resultsInferred: reasonable conclusion based on those observationsSKILL.md: primary instructionsreferences/: documents loaded for clarificationscripts/: executable helpers used to generate or validate outputscripts/render_trace.py instead of hand-writing long repetitive traces.Use this structure unless the user asks for a different format:
Skill invocation trace
Target skill
- <skill name or "none">
Why it triggered
- Observed: <user wording or session rule that matches the skill>
- Inferred: <optional short inference>
Files read
- <absolute path to SKILL.md>
- <absolute path to any references/scripts actually read>
Execution plan
- <step 1>
- <step 2>
- <step 3>
Limits
- <what is observable>
- <what is not observable>
If the user says "show me how you are using skill-creator here", read that skill file and answer like this:
Skill invocation trace
Target skill
- skill-creator
Why it triggered
- Observed: the user asked to create a new skill
- Inferred: the request matches the skill-creator description
Files read
- /absolute/path/to/skill-creator/SKILL.md
Execution plan
- Read the skill instructions
- Initialize the new skill from the provided template
- Edit SKILL.md and validate the result
Limits
- Observable: the declared workflow, files read, commands run, and the final plan
- Not observable: hidden chain-of-thought or any undisclosed internal routing signal
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.