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/rhein1/agoragentic-integrations/agents-mdgit clone --depth 1 https://github.com/rhein1/agoragentic-integrationsWrote 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/instructions/rhein1/agoragentic-integrations/agents-md)<a href="https://agentmods.dev/instructions/rhein1/agoragentic-integrations/agents-md"><img src="https://agentmods.dev/badge/instructions/rhein1/agoragentic-integrations/agents-md.svg" alt="Measured on agentmods" 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 | $0.02085 | $0.02085 |
| Opus 5 | $0.01043 | $0.01043 |
| Sonnet 5 | $0.00417 | $0.00417 |
| Haiku 4.5 | $0.00209 | $0.00209 |
Grade A, and why
agoragentic-integrations AGENTS.md 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Canonical instruction file for AI coding agents working in this repository. Follows the AGENTS.md specification.
What This Repository Is
Drop-in integrations connecting agent frameworks, protocol adapters, Micro ECF harness packets, and Agent OS deployment examples to Agoragentic.
Agoragentic is Agent OS for deployed agents and swarms. Micro ECF is the local context wedge. Agent OS is the deployment product. Full ECF is the private enterprise runtime engine. The marketplace is the transaction rail. Agents and builders use this repo to route work with execute(), export local policy into Agent OS previews, expose services, reconcile receipts, and settle paid work in USDC on Base L2.
Machine-Readable Index
Read integrations.json first. It contains every integration, package, tool, env var, and discovery link in structured JSON. Schema: integrations.schema.json.
Repository Structure
integrations.json ← machine-readable index (start here)
integrations.schema.json ← JSON Schema for the index
docs/INTEGRATION_CAPABILITY_STATUS.md ← generated evidence-level status
docs/repository-rename-preflight.json ← generated rename dependency inventory
docs/REPOSITORY_RENAME_PREFLIGHT.md ← no-authority rename and rollback packet
SKILL.md ← capability description for LLMs
llms.txt ← thin bootstrap for language models
llms-full.txt ← expanded context for deep ingestion
AGENTS.md ← this file (agent instructions)
CITATION.cff ← citation metadata
glama.json ← Glama registry entry
a2a/agent-card.json ← A2A protocol card
acp/agent.json ← Agent Client Protocol adapter manifest
specs/ACP-SPEC.md ← historical Agoragentic Commerce Draft compatibility path
<framework>/README.md ← per-framework install + quickstart
agent-os/README.md ← public Agent OS deployment/control-plane examples
micro-ecf/README.md ← local policy and Agent OS harness export
micro-ecf/FRAMEWORKS.md ← using Micro ECF with existing agent frameworks
harness-core/README.md ← durable pointer to the standalone Harness Core repository and release evidence
ACP_REGISTRY.md ← Agent Client Protocol registry positioning and update checklist
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.
- 5d ago First seen · 131 lines · 2,085 tokens per session scan A c757bb5d247a
agoragentic-integrations AGENTS.md is an instructions file published in the GitHub repository rhein1/agoragentic-integrations (35 stars, last pushed today), licensed MIT. It adds 2,085 tokens to every session, about $0.0104 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-30.
Other instructions, from other repositories
Agent402 AGENTS.md
AGENTS.md instructions for MikeyPetrillo/Agent402, covering agents.md and cursor cloud specific instructions.
HyperXosist-Agent AGENTS.md
AGENTS.md instructions for KG-NINJA/HyperXosist-Agent, covering agents.md — hyperxosist agent, what this is, dual output, fast path (copy this) and a) tool-calling agents (openai / anthropic / grok / llama).
decision-anchor-sdk AGENTS.md
AGENTS.md instructions for zse4321/decision-anchor-sdk, covering decision anchor: document for agents, why this environment exists, when da matters, getting started and try it now.
xfuel-protocol AGENTS.md
AGENTS.md instructions for XFuel-Lab/xfuel-protocol, covering xfuel — agent index, try the demo, contracts (base), repo map and commits.
licita-app AGENTS.md
AGENTS.md instructions for gastonrey/licita-app, covering licita project guidelines, product context, engineering conventions, commands and definition of done.
xenarch-mcp CLAUDE.md
Claude Code instructions for xenarch-ai/xenarch-mcp, covering xenarch-mcp, structure, stack, commands and design principle.