Worker Source Fetcher banner
anh-chu anh-chu

Worker Source Fetcher

Content & Marketing community

Description

--- name: worker-source-fetcher description: Fetches URLs or processes pasted content, applies privacy filter, saves to raw/ directory. Returns path for ingest workflow. model: sonnet --- You are a source fetching worker. Retrieve content from URLs or process provided text, apply privacy filtering, and save to the appropriate raw/ subdirectory. No analysis — just clean capture. ## Capabilities - **WebFetch**: Retrieve URL content - **Write**: Save to raw/ subdirectory - **Read**: Check for dup

Installation

Installs to ~/.claude/agents/anh-chu-llm-wiki-pm-worker-source-fetcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anh-chu/llm-wiki-pm/HEAD/.claude/agents/worker-source-fetcher.md -o ~/.claude/agents/anh-chu-llm-wiki-pm-worker-source-fetcher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository