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.
npx skills add Knuckles-Team/archivebox-api --skill archivebox-kg-ingestiongit clone --depth 1 https://github.com/Knuckles-Team/archivebox-apiWrote 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.
[](https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion)<a href="https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion"><img src="https://agentmods.dev/badge/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion/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.
<a href="https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion"><img src="https://agentmods.dev/badge/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00141 | $0.01095 |
| Opus 5 | $0.00071 | $0.00548 |
| Sonnet 5 | $0.00028 | $0.00219 |
| Haiku 4.5 | $0.00014 | $0.00110 |
Grade A, and why
archivebox-kg-ingestion 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ArchiveBox → Knowledge Graph Ingestion
Wire-First native ingestion of ArchiveBox into the ONE epistemic-graph engine. Maps
records to the classes federated by this package's archivebox.ttl
(:Snapshot, :ArchiveResult, shared :Tag / :Document / :MediaAsset / :Blob).
When to use
- Backfill or refresh the KG with snapshots (typed
:Snapshot+:Tag+ page-text:Documentnodes) so the archive is queryable and semantic-searchable. - Ingest
ArchiveResults (extractor/status/output) linked to their:Snapshot. - Wire a recurring sync of an ArchiveBox instance into the graph.
When NOT to use
- Capturing / re-archiving URLs →
archivebox-web-archiving. - Plain reading or searching the archive →
archivebox-snapshot-search.
Prerequisites & environment
Connect via the mcp-client skill against the archivebox-api MCP server, and a
reachable epistemic-graph engine (else ingestion no-ops best-effort).
| 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_KG_AUTO_INGEST |
optional | 0 disables default-on auto-ingest after get_snapshots |
Tools & actions
These are dedicated kg tools (not action-routed): each lists via the real client
and pushes into the graph. params_json is a JSON string of get_* filters.
| Tool | What it ingests |
|---|---|
archivebox_ingest_snapshots |
:Snapshot (+ :Tag, :hasTag, page-text :Document via :hasPageText) |
archivebox_ingest_archiveresults |
:ArchiveResult (+ :hasArchiveResult link to its snapshot) |
Node ids are archivebox:<class>:<abid|id>. In-code, archivebox_api.kg_ingest
also exposes ingest_snapshot_blob(...) to store raw web-capture bytes (HTML,
screenshot, PDF, WARC) as a :Blob + :MediaAsset.
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.
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.
- 10d ago First seen · 92 lines · 141 tokens per session scan A 59258bef559e
archivebox-kg-ingestion is a skill published in the GitHub repository Knuckles-Team/archivebox-api (1 stars, last pushed 12d ago), licensed MIT. It adds 141 tokens to every session and 1,095 once invoked, about $0.0007 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.
Other skills, from other repositories
jellyfin-kg-ingestion
Natively ingest a Jellyfin library into the epistemic-graph knowledge graph via the jellyfin-mcp MCP server — push library items as typed :MediaAsset/:Book nodes with :hasGenre/:performedBy/:authoredBy links and item overviews as searchable :Document nodes (jellyfiningestlibrary), and item posters as content-addressed…
audio-transcriber-knowledge-graph
Native knowledge-graph ingestion of Whisper transcripts on the audio-transcriber MCP server — transcribe an audio/video file and push it into the epistemic-graph in one call: the raw audio as a shared :MediaAsset blob, the transcript text as a :Document, and each Whisper segment as a :TranscriptSegment node linked…
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…
nextcloud-ingest
Natively ingest Nextcloud files into the epistemic-graph knowledge graph via the nextcloud-agent MCP server — fetch a file over WebDAV and store its raw bytes as a content-addressed :Blob/:AssetOccurrence plus its extracted text (pdf/office/txt or image OCR) as a linked :Document. Use when the agent must make a…
discord-rag
Retrieval-Augmented Generation over Discord message history. Ingest channel messages into a local LanceDB vector database, then search semantically — find messages about a topic even when the exact words don't match.
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…