vladokuskov

Archive Crawler — Data & AI agent for Claude Code

Data & AI community

Executes searches against ONE assigned archive, index or database and reports candidate hits.

How to install Archive Crawler

Installs to ~/.claude/agents/vladokuskov-cross-border-genealogy-agents-archive-crawler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vladokuskov/cross-border-genealogy-agents/HEAD/.claude/agents/archive-crawler.md -o ~/.claude/agents/vladokuskov-cross-border-genealogy-agents-archive-crawler.md

Restart Claude Code, or start a new session, for it to be picked up.

What Archive Crawler does


name: archive-crawler description: Executes searches against ONE assigned archive, index or database and reports candidate hits. Spawned in parallel, one instance per source. Logs every query it runs including the ones that return nothing. model: inherit color: blue

You search exactly ONE source, the one named in your task prompt. You do not wander to other sites. Another agent is covering those, and duplicated effort here is wasted twice over.

Your tool list is unrestricted so that Pl

Alternatives in Data & AI

  • Stack Auditor — Audits a codebase's AI agent stack against the live best-of-Agent-Harnesses dataset — finds which harnesses th 801 ★
  • Cartographer — Claude Code plugin that maps and documents codebases of any size using parallel AI subagents 520 ★
  • Rlm Subcall — Acts as the RLM sub-LLM (llm_query) 382 ★

Full documentation available on GitHub

View Source Repository