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 binary16labs/prime-silo --skill prime-silo-neo4jgit clone --depth 1 https://github.com/binary16labs/prime-siloWrote 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/binary16labs/prime-silo/prime-silo-neo4j)<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.
<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>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.00026 | $0.00255 |
| Opus 5 | $0.00013 | $0.00128 |
| Sonnet 5 | $0.00005 | $0.00051 |
| Haiku 4.5 | $0.00003 | $0.00026 |
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.
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
- Locate Database: Ensure Neo4j is running. Typically accessible via
bolt://localhost:7687with default credentials setup inprime-silo.config.jsonor.env. - Query Run Lineage:
To query what files a run touched:
MATCH (r:Run {id: $runId})-[:MODIFIED]->(f:File) RETURN f.path - 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 - Format Output: Return only the essential path strings or small JSON metadata blocks to conserve token limits during agent execution.
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.
- 11d ago First seen · 27 lines · 26 tokens per session scan A 6be782034dee
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.
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.
omni-db-backups
Trigger system backups, restore from backup files, and manage the SQLite database lifecycle. Supports export, import, and incremental snapshot strategies.
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…
supabase-sdk-patterns
Apply production-ready Supabase SDK patterns for TypeScript and Python projects.
compose:new-skill
Use when creating new skills or editing existing skills for the project or personal skill library.
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.…