archivebox-kg-ingestion

archivebox-kg-ingestion is a skill for Claude Code, Codex from Knuckles-Team/archivebox-api. It costs 141 tokens per session (1,095 once invoked), scanned A, original, MIT.

A skill for importing ArchiveBox records into an epistemic-graph knowledge graph, a connected data store used for structured queries and semantic search.

In plain words
What is it for?
Use it to backfill or refresh the graph, add snapshot and archive-result nodes, connect tags and page documents, or set up recurring synchronisation.
Why use it?
It turns archived snapshots, tags, page text, and capture results into linked graph data that can be queried together.

Skill for Claude CodeCodex

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

Good fit Use it to backfill or refresh the graph, add snapshot and archive-result nodes, connect tags and page documents, or set up recurring synchronisation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/archivebox-api/archivebox-kg-ingestion
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-kg-ingestion
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-kg-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion/github.svg)](https://agentmods.dev/skills/knuckles-team/archivebox-api/archivebox-kg-ingestion)
Your own site
<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.

agentmods 80×15 button for archivebox-kg-ingestion

Your own site · 80×15
<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>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,095 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.00141 $0.01095
Opus 5 $0.00071 $0.00548
Sonnet 5 $0.00028 $0.00219
Haiku 4.5 $0.00014 $0.00110

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

Security

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.

archivebox_api/skills/archivebox-kg-ingestion/SKILL.md · 92 lines

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 :Document nodes) 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.

Read the full file on GitHub · 92 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. 10d ago First seen · 92 lines · 141 tokens per session scan A 59258bef559e

Subscribe to this mod's changes

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.

Related

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…

Knuckles-Team/jellyfin-mcp · 158 tokens

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…

Knuckles-Team/audio-transcriber · 121 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

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…

Knuckles-Team/nextcloud-agent · 122 tokens

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.

sandraschi/discord-mcp · 0 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