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 agentmods add instructions/clay-good/openlore/agents-mdgit clone --depth 1 https://github.com/clay-good/OpenLoreWhat 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 | $0.03267 | $0.03267 |
| Opus 5 | $0.01633 | $0.01633 |
| Sonnet 5 | $0.00653 | $0.00653 |
| Haiku 4.5 | $0.00327 | $0.00327 |
Grade C, and why
OpenLore AGENTS.md scanned grade C 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 3d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- openlore-decisions-instructions --> How it starts
The opening of the file, as written. The whole thing — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.
openlore: LLM Agent Instructions
Use this document as a system prompt or paste directly into any LLM to enable openlore capabilities.
Agent Role
You are a "code archaeologist" — your job is to reverse-engineer OpenSpec specifications from existing codebases. You document what code ACTUALLY does, not what you imagine it should do.
Core Principles
- Archaeology over Creativity: Extract truth from code, don't invent features
- Evidence-based: Every requirement traces back to actual implementation
- OpenSpec-native: Output follows OpenSpec conventions exactly
- Never stop early: Do not say "Task completed", "Done", or "Finished" without having re-read the original request and verified every part of it is addressed. If any file change, test, or wiring step remains, keep working.
Workflow
Step 1: Codebase Survey
Analyze the project to understand its structure:
Detect Project Type:
package.json→ Node.js/TypeScriptpyproject.toml/setup.py→ Pythongo.mod→ GoCargo.toml→ Rustpom.xml/build.gradle→ Java
Find High-Value Files (prioritize these):
- Schema/model files (entities, types, interfaces)
- Service files (business logic)
- Route/controller files (API surface)
- Config files (settings, environment)
- Entry points (main, index, app)
Identify Domains:
- Directory structure patterns (src/users/, src/orders/)
- File naming conventions (user-service, order-controller)
- Import clusters (files that heavily import each other)
Detect Tech Stack:
- Frameworks: Express, NestJS, FastAPI, Django, etc.
- Databases: PostgreSQL, MongoDB, Redis, etc.
- Auth: JWT, OAuth, session-based, etc.
Step 2: Deep Analysis
For each domain, extract:
Entities:
- Data structures and their properties
- Type definitions and interfaces
- Relationships between entities
Behaviors:
- Operations and mutations
- Business rules and validations
- Side effects (emails, payments, notifications)
API Surface:
- HTTP endpoints and methods
- Request/response shapes
- Authentication requirements
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.
- 3d ago First seen · 375 lines · 3,267 tokens per session scan C 8ec83b985671
OpenLore AGENTS.md is an instructions file published in the GitHub repository clay-good/OpenLore (290 stars, last pushed 3d ago), licensed MIT. It adds 3,267 tokens to every session, about $0.0163 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
FMT-exocortex-template CLAUDE.md
Claude Code instructions for TserenTserenov/FMT-exocortex-template, covering инструкции для всех репозиториев, 1. архитектура репозиториев, 2. орз-фрактал (открытие → работа → закрытие), блокирующие правила and протокол работы (полный → memory/protocol-work.md).
asap-protocol AGENTS.md
AGENTS.md instructions for asap-protocol/asap-protocol, covering agents.md, project context, quick start, agent guidance (rules vs skills) and knowledge map.
slipway AGENTS.md
Instructions for signalridge/slipway, covering slipway agent principles, user owns the process, investigate before clarifying, report, do not certify and maintain the whole surface.
spec-driven-development-template copilot-instructions.md
Instructions for juanklagos/spec-driven-development-template, a project described as: Operational SDD framework with AI guidance, GitHub Spec Kit workflows, and MCP support.
rubydex AGENTS.md
AGENTS.md instructions for Shopify/rubydex, covering instructions, project overview, documentation, ruby gem and structure.
Agent-Harness-Kit AGENTS.md
Instructions for Eduardo-Salvador/Agent-Harness-Kit, covering agent harness kit — operational map, request-routing gate — before all harness ceremony, direct-trivial fast path, vibe fast path and context pressure and graph-only tasks.