data-archivist

data-archivist is a skill for Claude Code from ehurrn/newsroom-extension. It costs 58 tokens per session (5,711 once invoked), scanned B, original, no licence file.

A skill that turns open-source intelligence, or OSINT, into searchable databases. It structures PDFs, CSV files, scraped records, and court filings in BigQuery, PostgreSQL, or SQLite while preserving evidence history.

In plain words
What is it for?
Use it to ingest investigative records, define database schemas, run repeatable queries, and maintain a record of where evidence came from.
Why use it?
It replaces scattered summaries and one-off searches with structured data that can be queried and reproduced.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the newsroom plugin — 8 skills, 7 commands shipped together

Good fit Use it to ingest investigative records, define database schemas, run repeatable queries, and maintain a record of where evidence came from.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ehurrn/newsroom-extension/data-archivist
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 ehurrn/newsroom-extension --skill data-archivist
Clone the repo
git clone --depth 1 https://github.com/ehurrn/newsroom-extension

Made for: Claude Code.

Or install newsroom, the plugin that ships this one along with the rest of its 8 skills, 7 commands.

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 data-archivist

README.md
[![agentmods](https://agentmods.dev/badge/skills/ehurrn/newsroom-extension/data-archivist/github.svg)](https://agentmods.dev/skills/ehurrn/newsroom-extension/data-archivist)
Your own site
<a href="https://agentmods.dev/skills/ehurrn/newsroom-extension/data-archivist"><img src="https://agentmods.dev/badge/skills/ehurrn/newsroom-extension/data-archivist/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 data-archivist

Your own site · 80×15
<a href="https://agentmods.dev/skills/ehurrn/newsroom-extension/data-archivist"><img src="https://agentmods.dev/badge/skills/ehurrn/newsroom-extension/data-archivist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,711 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00058 $0.05711
Opus 5 $0.00029 $0.02856
Sonnet 5 $0.00012 $0.01142
Haiku 4.5 $0.00006 $0.00571

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

Security

Grade B, and why

data-archivist scanned grade B with 1 finding 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt-get install postgresql postgresql-contrib
skills/data-archivist/SKILL.md · 614 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 614 lines · 58 tokens per session scan B 64cd753d9d5a

Subscribe to this mod's changes

data-archivist is a skill published in the GitHub repository ehurrn/newsroom-extension (8 stars, last pushed 2mo ago), with no licence file. It adds 58 tokens to every session and 5,711 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

mongodb-natural-language-querying

Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help with…

fcakyon/claude-codex-settings · 162 tokens

supabase-cli

This skill should be used when user asks to "use supabase CLI", "supabase init", "supabase start", "run migrations", "deploy edge functions", "manage Supabase project", or works with the supabase command-line tool for local development and project management.

fcakyon/claude-codex-settings · 60 tokens

supabase-js

This skill should be used when user asks to "use supabase-js", "query Supabase database", "supabase auth", "supabase storage", "supabase realtime", "supabase edge functions", or works with the @supabase/supabase-js JavaScript/TypeScript SDK.

fcakyon/claude-codex-settings · 64 tokens

durable-objects

Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

fcakyon/claude-codex-settings · 22 tokens

mongodb-atlas-stream-processing

Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for…

fcakyon/claude-codex-settings · 82 tokens

mongodb-connection

Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling connect()), configuring connection pools, troubleshooting connection errors…

fcakyon/claude-codex-settings · 122 tokens