archivebox-snapshot-search

archivebox-snapshot-search is a skill for Claude Code, Codex from Knuckles-Team/archivebox-api. It costs 128 tokens per session (1,096 once invoked), scanned A, original, MIT.

A skill for browsing and searching an ArchiveBox archive, where saved web pages are stored as snapshots with capture results and tags.

In plain words
What is it for?
Use it to filter snapshots by URL, title, tag, text, or date; read a snapshot and its capture results; list results by extractor or status; and read tags.
Why use it?
It lets an agent find and inspect saved pages through structured archive records instead of searching raw responses.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to filter snapshots by URL, title, tag, text, or date; read a snapshot and its capture results; list results by extractor or status; and read tags.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/archivebox-api/archivebox-snapshot-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Knuckles-Team/archivebox-api --skill archivebox-snapshot-search
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/archivebox-api

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for archivebox-snapshot-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/archivebox-api/archivebox-snapshot-search/github.svg)](https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-snapshot-search)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-snapshot-search"><img src="https://agentmods.dev/badge/skills/knuckles-team/archivebox-api/archivebox-snapshot-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for archivebox-snapshot-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-snapshot-search"><img src="https://agentmods.dev/badge/skills/knuckles-team/archivebox-api/archivebox-snapshot-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,096 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.01096
Opus 5 $0.00064 $0.00548
Sonnet 5 $0.00026 $0.00219
Haiku 4.5 $0.00013 $0.00110

Measured 9d ago against content hash 1aee07ee5c3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

archivebox-snapshot-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

archivebox_api/skills/archivebox-snapshot-search/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Domain-typed read access to an ArchiveBox archive: snapshots, their per-extractor archive results, and tags. Prefer these over raw HTTP — they return archive-shaped records.

When to use

  • Find / filter snapshots by search, url, tag, title, or date window.
  • Read one snapshot by snapshot_id (id or abid), optionally with archive results.
  • List ArchiveResults filtered by extractor, status, snapshot_url, etc.
  • Read tags, or resolve any object (snapshot/result/tag) by its abid.

When NOT to use

  • Adding, updating, or scheduling captures → archivebox-web-archiving.
  • Loading snapshots/results into the epistemic-graph KG → archivebox-kg-ingestion.

Prerequisites & environment

Connect via the mcp-client skill against the archivebox-api MCP server.

Variable Required Notes
ARCHIVEBOX_BASE_URL Instance URL (alias ARCHIVEBOX_URL)
ARCHIVEBOX_TOKEN one of Bearer API token (alias ARCHIVEBOX_API_KEY)
ARCHIVEBOX_USERNAME / ARCHIVEBOX_PASSWORD one of Basic-auth → token exchange
ARCHIVEBOX_SSL_VERIFY optional TLS verification toggle (default off)

MCP_TOOL_MODE (condensed|verbose|both) selects the condensed surface (used below) vs. the one-to-one verbose tools.

Tools & actions

Prefer the condensed tool; it takes action + a params_json JSON string.

Condensed tool Actions
archivebox_core get_snapshots, get_snapshot, get_archiveresults, get_tag, get_any
archivebox_cli cli_list (JSON/CSV export of the index)

Key parameters

  • search — matches url, title, tags, id, abid, timestamp (get_snapshots).
  • tag, url, title, timestamp — exact/icontains/startswith filters.
  • created_at__gte / created_at__lt, bookmarked_at__gte / __lt — date windows.
  • with_archiveresults — include per-extractor results on a snapshot read.
  • snapshot_id — id or abid for get_snapshot; abid for get_any.
  • extractor, status, snapshot_url, snapshot_tagget_archiveresults filters.
  • limit, offset, page — pagination.

Read the full file on GitHub · 95 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 95 lines · 128 tokens per session scan A 1aee07ee5c3d

Subscribe to this mod's changes

archivebox-snapshot-search is a skill published in the GitHub repository Knuckles-Team/archivebox-api (1 stars, last pushed 11d ago), licensed MIT. It adds 128 tokens to every session and 1,096 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

searxng-web-search

Privacy-respecting web metasearch via the searxng-mcp MCP server. Use when the agent needs current, open-web results for a query and must NOT leak the query to a single tracking engine — SearXNG aggregates many engines (Google, Bing, DuckDuckGo, Wikipedia, …) behind one JSON tool. Use for general lookups…

Knuckles-Team/searxng-mcp · 138 tokens

searxng-settings-editor

Inspect and edit the EMBEDDED SearXNG instance's settings.yml (the private, loopback-only, zero-config search fallback the searxng-mcp server can own end to end when no external SEARXNGURL is configured). Use when the agent or operator wants to change what the embedded instance does — enable/ disable formats, flip…

Knuckles-Team/searxng-mcp · 152 tokens

documentdb-collection-admin

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

Knuckles-Team/documentdb-mcp · 106 tokens

documentdb-document-crud

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

Knuckles-Team/documentdb-mcp · 126 tokens

searxng-kg-ingestion

Persist SearXNG search results into the epistemic-graph knowledge graph via the searxng-mcp MCP server. Use when the agent must turn a web search into durable, semantically-searchable KG memory — each result becomes a :Document (plus :SearchQuery and :SearchEngine typed nodes with :resultOf / :fromEngine links) so…

Knuckles-Team/searxng-mcp · 126 tokens

searxng-news-research

Time-sensitive news and topic monitoring via the searxng-mcp MCP server. Use when the agent must gather what multiple news/social engines are currently reporting on a topic — breaking events, product/security announcements, or ongoing coverage — by scoping websearch to the news/socialmedia categories and paging for…

Knuckles-Team/searxng-mcp · 109 tokens