Shadows Oneshot Fix

v1.1.0

Surgical quick fix — max 5 tool calls, zero exploration, read-diagnose-fix-verify. Use for small bugs, typos, simple changes that don't need deep analysis.

0· 205·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (surgical quick fix) align with the instructions: minimal reads, single-file edits, and lightweight verification. It does not request unrelated credentials, binaries, or installs.
Instruction Scope
The protocol restricts reads and edits to target file(s) and enforces a 5-tool-call limit, matching the purpose. However, the VERIFY step runs local compile/test commands (python -m py_compile, npx tsc, pytest/jest/vitest) which execute code in the repository; this is expected for verification but carries a security implication for untrusted codebases.
Install Mechanism
Instruction-only skill with no install spec or downloaded components — minimal risk from install mechanics.
Credentials
No environment variables, credentials, or config paths are requested. The suggested detection of local tools (which python, which npx) is proportional and consistent with the stated verification needs.
Persistence & Privilege
Does not request persistent presence (always=false) and declares no persistence. It does not modify agent-wide settings or other skills.
Assessment
This skill is coherent for small, well-scoped fixes. Before using it: (1) Only run it against trusted repositories or in a sandbox, because the verification step may execute local code or tests which can run arbitrary code. (2) Ask for a preview of the proposed diff before applying edits, and keep backups or use version control. (3) If you need deeper analysis or multiple-file changes, use a different 'bug-hunter' or research-oriented skill as recommended by the SKILL.md.

Like a lobster shell, security has layers — review code before you run it.

latestvk97af29vw7yrsm1ct1200bxnks82fhk8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Clawdis
OSmacOS · Linux · Windows

Comments