agentic-search
Installation
SKILL.md
agentic-search
| # | Script | Intent |
|---|---|---|
| 1 | scripts/agentic_search.py |
Research a topic — AI-reasoned answer with citations |
| 2 | scripts/agentic_fetch.py |
Full page → Markdown, no summarization |
| 3 | scripts/agentic_map.py |
Enumerate URLs under a site (Tavily-only) |
| 4 | scripts/agentic_extract.py |
Verbatim title + 2–4 quotes from a URL |
| 5 | scripts/agentic_rank.py |
Rerank session sources by a refined query |
| 6 | scripts/agentic_get_sources.py |
Retrieve or list cached sessions |
How to invoke
All scripts use PEP 723 inline deps — always invoke via uv run. Allow up to 3 minutes per call.