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
1---2name: document-ingestion3description: Document & URL Ingestion4---5# Document & URL Ingestion67Ingest documents and web pages into the knowledge base.89## Available scripts1011- `python scripts/ingest_url.py "https://docs.example.com/guide"` — Fetch and ingest a web page or document URL12- `python scripts/weekly_report.py` — Generate a weekly learning report with stats1314## When to use1516- Use `ingest_url.py` when a user shares a link and asks the bot to learn from it17- Use `weekly_report.py` when a user asks about learning progress or weekly stats18- Use the knowledge base query scripts to check if a doc was already ingested before re-ingesting
Run npx skillmds@latest add incidentfox/document-ingestion in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Document & URL Ingestion It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
incidentfox (@incidentfox) published this skill. Their other Agent Skills are listed on their SkillMD profile.