diff options
| author | main <main@swarm.moe> | 2026-03-24 13:19:18 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-24 13:19:18 -0400 |
| commit | 57205cd29c41afe85c78a3b5c1962bb3d1f1b27c (patch) | |
| tree | 3b6336cb705eea622cbdc4f9eb32a5ed3c72bcaf /assets/codex-skills/phone-opus | |
| parent | 53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2 (diff) | |
| download | phone_opus-57205cd29c41afe85c78a3b5c1962bb3d1f1b27c.zip | |
Disable Claude web search in consults
Diffstat (limited to 'assets/codex-skills/phone-opus')
| -rw-r--r-- | assets/codex-skills/phone-opus/SKILL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md index 3750531..3d307a2 100644 --- a/assets/codex-skills/phone-opus/SKILL.md +++ b/assets/codex-skills/phone-opus/SKILL.md @@ -32,6 +32,7 @@ should be taken as authoritative or final. It is a pure consultant. - Prepends a fixed consult prefix before your prompt so Opus knows it is advising another model in read-only mode and should return a prioritized actionable report. - Uses `--dangerously-skip-permissions`, but wraps Claude in an external `systemd-run --user` sandbox. - The sandbox keeps the filesystem globally read-only, gives Claude a separate persistent home under phone-opus state, leaves `/tmp` and `/var/tmp` writable, and forces the consulted `cwd` read-only when that tree would otherwise be writable. +- Web search is disabled; keep Opus focused on local inspection, reasoning, and any direct web fetches that are truly necessary. - Previous consult outputs can be found in `/tmp/phone_opus-consults`. - For related follow-ups on the same repository, keep using the same `cwd`; phone-opus will reuse that remembered context by default, which is much cheaper than cold-starting Opus. - This surface is consultative only. Edit tools are unavailable. |