document-ingestion

document-ingestion is a skill for Claude Code, Codex from binary16labs/prime-silo. It costs 25 tokens per session (219 once invoked), scanned A, original, MIT.

A document-processing workflow that finds people, concepts, systems, and their connections in text, then stores them in a local Neo4j graph database. A graph database stores connected pieces of information as nodes and relationships.

In plain words
What is it for?
Use it to add design documents, requirements, or other unstructured text to the project’s knowledge graph. It analyzes the document and creates the corresponding graph records.
Why use it?
It turns unstructured documents into linked information that the project’s knowledge graph can use. This avoids manually extracting entities and writing database relationships.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/binary16labs/prime-silo/document_ingestion
Any agent
npx skills add binary16labs/prime-silo --skill document_ingestion
Clone the repo
git clone --depth 1 https://github.com/binary16labs/prime-silo

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 document-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/binary16labs/prime-silo/document_ingestion.svg)](https://agentmods.dev/skills/binary16labs/prime-silo/document_ingestion)
Your own site
<a href="https://agentmods.dev/skills/binary16labs/prime-silo/document_ingestion"><img src="https://agentmods.dev/badge/skills/binary16labs/prime-silo/document_ingestion.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.00219
Opus 5 $0.00013 $0.00110
Sonnet 5 $0.00005 $0.00044
Haiku 4.5 $0.00003 $0.00022

Measured 4d ago against content hash 06b39c544828, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

document-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 4d 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.

packages/antigravity-plugin/skills/document_ingestion/SKILL.md · 25 lines

What it actually says

Document Ingestion Skill

This skill enables agents to seamlessly ingest unstructured documents into the project's isolated Neo4j Knowledge Graph.

Capabilities

  1. Entity Extraction: Extract entities (people, concepts, systems) from documents.
  2. Relationship Mapping: Map the relationships between entities.
  3. Neo4j Integration: Push the extracted nodes and edges into a local Neo4j instance to serve as the Knowledge Mesh brain for this project.

When to use

Use this skill whenever a user uploads a new design document, requirements spec, or unstructured text file and wants it "ingested into the graph" or "added to the knowledge mesh".

Instructions

  1. Parse the target document.
  2. Formulate Cypher queries to MERGE nodes and relationships.
  3. Use your execution tools to run the Cypher queries against the Neo4j endpoint configured in the local workspace.
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. 4d ago First seen · 25 lines · 25 tokens per session scan A 06b39c544828

Subscribe to this mod's changes

document-ingestion is a skill published in the GitHub repository binary16labs/prime-silo (5 stars, last pushed 11d ago), licensed MIT. It adds 25 tokens to every session and 219 once invoked, about $0.0001 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

usql

Use when the user wants to run ad-hoc SQL against a database from the shell - postgres, mysql, sqlite, mssql, oracle, snowflake, bigquery, redshift, cockroachdb, clickhouse, duckdb, and 20+ more drivers via one binary. Use the universal usql client instead of psql/mysql/sqlite CLIs for ad-hoc SQL.

moabualruz/fulcrum · 82 tokens

omni-db-backups

Trigger system backups, restore from backup files, and manage the SQLite database lifecycle. Supports export, import, and incremental snapshot strategies.

diegosouzapw/OmniRoute · 32 tokens

sqlite-schema-design

Design or review schemas for crates/cloudsync using SQLite Sync constraints, not generic SQLite advice. Use when adding synced tables, changing synced columns, or planning CloudSync-safe migrations.

fastrepl/anarlog · 42 tokens

migrate-to-sqlite

Migrate a TinyBase table to SQLite. Use when asked to move a data domain (e.g. templates, vocabs) from the TinyBase store to the app SQLite database.

fastrepl/anarlog · 44 tokens

oma-db

Database specialist for SQL, NoSQL, and vector database modeling, schema design, normalization, indexing, transactions, integrity, concurrency control, backup, capacity planning, data standards, anti-pattern review, and compliance-aware database design. Use for database, schema, ERD, table design, document model…

first-fluke/oh-my-agent · 111 tokens

sql_query

当用户提出数据查询需求(如'查数'、'查一下订单量'、'有多少用户'、'帮我跑个SQL'等),使用数据源工具发现表结构,生成并执行只读 SQL 查询。.

mateaix/mateclaw · 54 tokens