indexandria
Crawl web documentation directly into coding context
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Indexandria?โผ
Run `npx skills add alicankiraz1/indexandria --all -g -y` in your terminal to install it globally. It requires Python 3.10+ and uv.
How to pull web docs into Claude Code?โผ
Just ask in plain language, for example: crawl the FastAPI tutorial and build an API. The crawl_docs tool fetches the pages and returns clean markdown directly into the conversation.
What is the difference between quick mode and deep mode?โผ
Quick mode (crawl_docs) fetches 1-15 pages straight into context for single lookups. Deep mode (index_docs) indexes up to 100 pages and lets you search and read only the pages you need.
Does Indexandria store my data anywhere?โผ
No. Everything lives in memory for the session only โ nothing is written to disk, no database, and no external services are used.
Can I crawl only part of a documentation site?โผ
Yes. Use include_patterns and exclude_patterns with URL globs, such as */reference/*, to limit crawling to a specific docs section.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core