What problem does it solve?
The load-docs skill solves the problem of needing key information from files or URLs available in the main agent’s context, without manually reading and re-summarizing everything yourself.
Core Features & Use Cases
- Full-document ingestion: Reads every specified document end-to-end so later turns can answer questions, summarize, or use the content reliably.
- Supports files, folders, and URLs: Loads single files, recursively loads folders with sensible filtering, and fetches remote content via URL retrieval.
- Chunk-safe reading for large inputs: Continues reading until the entire file or PDF page range is covered, preventing accidental truncation.
- Single-turn workflow: Runs once per invocation and deactivates after the skill completes with DONE.
Quick Start
Ask the skill to load the documents you specify (for example, “Load the folder docs and everything inside it”) and it will read them completely, then respond DONE.