prime-silo-neo4j

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

A Neo4j database tool for looking up links between runs, files, drafts, and sessions. Neo4j stores information as connected records in a graph.

In plain words
What is it for?
It is for finding files modified by a run and identifying drafts created by an active session.
Why use it?
It helps retrieve specific execution history or session state without loading the entire database result.

Skill for Claude CodeCodex

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

Good fit It is for finding files modified by a run and identifying drafts created by an active session.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/binary16labs/prime-silo/prime-silo-neo4j
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 binary16labs/prime-silo --skill prime-silo-neo4j
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 prime-silo-neo4j

README.md
[![agentmods](https://agentmods.dev/badge/skills/binary16labs/prime-silo/prime-silo-neo4j/github.svg)](https://agentmods.dev/skills/binary16labs/prime-silo/prime-silo-neo4j)
Your own site
<a href="https://agentmods.dev/skills/binary16labs/prime-silo/prime-silo-neo4j"><img src="https://agentmods.dev/badge/skills/binary16labs/prime-silo/prime-silo-neo4j/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 prime-silo-neo4j

Your own site · 80×15
<a href="https://agentmods.dev/skills/binary16labs/prime-silo/prime-silo-neo4j"><img src="https://agentmods.dev/badge/skills/binary16labs/prime-silo/prime-silo-neo4j.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 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.00026 $0.00255
Opus 5 $0.00013 $0.00128
Sonnet 5 $0.00005 $0.00051
Haiku 4.5 $0.00003 $0.00026

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

Security

Grade A, and why

prime-silo-neo4j 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 11d 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/prime-silo-neo4j/SKILL.md · 27 lines

What it actually says

Prime-Silo Neo4j Graph Skill

Use this skill to fetch highly specific subgraphs of the Prime-Silo execution lineage or Memo-Ray sessions without pulling large amounts of JSON data.

Instructions

  1. Locate Database: Ensure Neo4j is running. Typically accessible via bolt://localhost:7687 with default credentials setup in prime-silo.config.json or .env.
  2. Query Run Lineage: To query what files a run touched:
    MATCH (r:Run {id: $runId})-[:MODIFIED]->(f:File)
    RETURN f.path
    
  3. Query Session State: To get the context of an agent's drafting session:
    MATCH (s:Session)-[:CREATED]->(d:Draft)
    WHERE s.active = true
    RETURN d.title, d.path
    
  4. Format Output: Return only the essential path strings or small JSON metadata blocks to conserve token limits during agent execution.
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. 11d ago First seen · 27 lines · 26 tokens per session scan A 6be782034dee

Subscribe to this mod's changes

prime-silo-neo4j is a skill published in the GitHub repository binary16labs/prime-silo (5 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 255 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

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

supabase-sdk-patterns

Apply production-ready Supabase SDK patterns for TypeScript and Python projects.

CoWork-OS/CoWork-OS · 20 tokens

compose:new-skill

Use when creating new skills or editing existing skills for the project or personal skill library.

sergezuber/FABULA-LLM-5 · 21 tokens

archestra-dev-interactions-migrations

Use BEFORE writing or running any Drizzle migration that touches the interactions table (or any other very large, write-hot table). The interactions table is the platform's biggest, append-heavy table — every LLM proxy call writes a row — so a careless migration can take a write-blocking lock and stall the proxy.…

archestra-ai/archestra · 118 tokens