# With Fetcher

> Fetches a remote resource and caches it locally, using the idiomatic `with ... as VAR:` form. Declares no allowed-tools/tools manifest.

- Skill: `gl0di/with-fetcher` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/with-fetcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/with-fetcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/with-fetcher

---


# With Fetcher (idiomatic context-manager taint regression)

Reads a network response and writes it to disk, both via `with ... as VAR:` blocks
rather than plain assignment. Regression fixture for CLAWSECCHECK-B-155: the effect
simulator must report `network: true`, `read: true` and `write: true` here — the same
as an equivalent skill written without `with`.

