download-docs

Download and filter documentation from GitHub or URL sources into local packages.

67|4|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/olorehq/olore --skill download-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: download-docs
Source: https://github.com/olorehq/olore/tree/main/.claude/skills/download-docs
Command: npx skills add https://github.com/olorehq/olore --skill download-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Download Docs eliminates manual, ad-hoc copying of library documentation by programmatically pulling and filtering docs from source configs into a local package for AI agents.

Core Features & Use Cases

  • Download docs from GitHub or URL sources into vault/packages.
  • Filter out non-useful files and generate a finalized contents set.
  • Update the olore-lock.json with final contents and version info.

Quick Start

Run the tool to fetch and filter docs for a given config, then install or reference the resulting package in your agent.

Frequently Asked Questions about download-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download documentation from GitHub for offline AI use?

To download documentation for offline AI use, the tool reads source configurations and programmatically pulls docs from GitHub URLs into a local package directory. It filters non-useful files and generates a finalized contents set for your agent.

Can I filter out non-essential files when downloading docs locally?

Yes, you can filter out non-essential files when downloading docs locally. The tool applies filtering rules defined in your source config to remove unnecessary files and produce a curated documentation package.

How do I force re-download an existing documentation package?

You can force re-download an existing documentation package by using the optional --force flag. This bypasses existing local caches and overwrites the current package directory with the latest source files.

What is a documentation lockfile and how does versioning work?

A documentation lockfile tracks final contents and version info for offline access. The tool updates the olore-lock.json file with counts and version data, ensuring your AI agent references a stable, curated documentation set.

Does this tool support downloading documentation from arbitrary URLs or only GitHub?

The tool supports downloading documentation from both GitHub repositories and arbitrary URL sources. It reads the source type from your JSON configuration file and applies the appropriate fetching logic for each platform.

How do I configure source URLs for automated documentation downloads?

You configure source URLs by defining them within a JSON configuration file located in the vault/configs directory. The tool reads this config to determine where to fetch documentation and how to apply filters.