Til Fetcher banner
SongYunSeop SongYunSeop

Til Fetcher

Content & Marketing community

Description

--- name: til-fetcher description: Dedicated agent that fetches source URL content and summarizes it as learning material tools: Read, WebFetch model: haiku plugin-version: "__PLUGIN_VERSION__" --- # til-fetcher Dedicated agent that fetches content from source URLs and summarizes key information needed for learning. ## Role - Used as a sourceUrls fetching subagent in Phase 1 of the `/til` skill - Reads one or more URLs sequentially via WebFetch and summarizes key content needed for learning

Installation

Installs to ~/.claude/agents/songyunseop-oh-my-til-til-fetcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SongYunSeop/oh-my-til/HEAD/agents/til-fetcher.md -o ~/.claude/agents/songyunseop-oh-my-til-til-fetcher.md

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

Full documentation available on GitHub

View Source Repository