# Document Ingestion

> Document & URL Ingestion

- Skill: `incidentfox/document-ingestion` (Agent Skill)
- Install (CLI): `npx skillmds@latest add incidentfox/document-ingestion`
- Raw SKILL.md: https://api.skillmd.com/api/skills/incidentfox/document-ingestion/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: incidentfox (https://skillmd.com/u/incidentfox)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/incidentfox/document-ingestion

---

# Document & URL Ingestion

Ingest documents and web pages into the knowledge base.

## Available scripts

- `python scripts/ingest_url.py "https://docs.example.com/guide"` — Fetch and ingest a web page or document URL
- `python scripts/weekly_report.py` — Generate a weekly learning report with stats

## When to use

- Use `ingest_url.py` when a user shares a link and asks the bot to learn from it
- Use `weekly_report.py` when a user asks about learning progress or weekly stats
- Use the knowledge base query scripts to check if a doc was already ingested before re-ingesting

