Sandbox approval policy blocks execute_code and python3 -c; use read_file/write_file + manual transforms instead of retrying both runners.
npx skills add https://github.com/ashutoshsinghpr7/wikiskill --skill script-exec-blocked
execute_code and python3 -c fail with "BLOCKED … single-query mode (-q)
runs without a user present to approve it". Plain terminal commands (grep,
ls, file, xxd) and file tools (read_file, write_file) still work.
python3 -c then execute_code before falling back.
deliverable with write_file; verify by re-reading it.
was a spec-interpretation bug, not a tooling problem.
Take ashutoshsinghpr7/script-exec-blocked from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.