Web Ingest banner
dtothefp dtothefp

Web Ingest

Project Management community

Description

--- name: web-ingest description: Ingests a URL into the research wiki. Fetches the page, synthesizes it in 1-4 paragraphs, routes it to the right project and topic, files a dated source-of-truth via wiki-ingest, and mirrors to Notion. Handles articles, blog posts, Substacks, threads (HN, Reddit), paywalled pages, and GitHub raw files. Redirects PDFs to document-ingest and YouTube to youtube-research. Always emits the shared ingest output contract. Use when the user says "ingest this URL", "save

Installation

Installs to ~/.claude/agents/dtothefp-claude-monorepo-web-ingest.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dtothefp/claude-monorepo/HEAD/.claude/agents/web-ingest.md -o ~/.claude/agents/dtothefp-claude-monorepo-web-ingest.md

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

Full documentation available on GitHub

View Source Repository