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 commands/smart-ai-memory/empathy-framework/agentgit clone --depth 1 https://github.com/Smart-AI-Memory/empathy-frameworkWhat 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.00013 | $0.01721 |
| Opus 5 | $0.00006 | $0.00860 |
| Sonnet 5 | $0.00003 | $0.00344 |
| Haiku 4.5 | $0.00001 | $0.00172 |
Grade A, and why
agent 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 2d 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 — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Management
Aliases: /agents
Create, configure, and orchestrate specialized agents.
Quick Examples
/agent # Interactive menu
/agent "create code review" # Create new agent
/agent "list available" # List agents
Discovery
Question:
header: "Task"
question: "What would you like to do with agents?"
options:
- label: "Create new agent"
description: "Define a new specialized agent"
- label: "Create agent team"
description: "Assemble agents for collaborative work"
- label: "List agents"
description: "View available agents and their capabilities"
- label: "Invoke agent"
description: "Run a specific agent for a task"
Create New Agent
Define a new specialized agent in markdown format.
Tell me:
- Agent name and purpose
- What tasks it should handle
- Any special tools or permissions needed
I will:
- Create agent markdown file in
agents_md/ - Define appropriate:
- Role and description
- Tool permissions
- Model tier (cheap/capable/premium)
- Empathy level (1-5)
- Add detailed instructions
- Register in the agent registry
Agent file format:
---
name: my-agent
description: What this agent does
role: specialist
tools: [Read, Grep, Glob]
model_tier: capable
empathy_level: 3
---
# Agent Instructions
Detailed instructions for the agent...
Create Agent Team
Assemble multiple agents for collaborative work using one of 10 composition patterns.
Tell me:
- Team purpose
- What agents should be included
- Workflow type (or let me auto-select based on task)
I will:
- Select appropriate agents
- Choose optimal composition pattern (from 10 available)
- Set up handoff points
- Configure aggregation of results
Available Composition Patterns:
| Pattern | When to Use | Example |
|---|---|---|
| sequential | Step-by-step pipeline | Parse → Analyze → Report |
| parallel | Independent tasks | Security + Quality + Performance audits |
| debate | Multiple perspectives | 3 reviewers discuss approach |
| teaching | Expert validates junior | Draft (cheap) → Expert review |
| refinement | Iterative improvement | Draft → Review → Polish |
| adaptive | Dynamic routing | Classifier → Specialist |
| conditional | Branch by condition | If bug → Debugger, else Reviewer |
| tool_enhanced (NEW) | Single agent + tools | File reader with analysis tools |
| prompt_cached_sequential (NEW) | Shared large context | 3 agents using same docs/codebase |
| delegation_chain (NEW) | Hierarchical coordination | Coordinator → Specialists (≤3 levels) |
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.
- 2d ago First seen · 251 lines · 13 tokens per session scan A dc9de27ce5b3
agent is a command published in the GitHub repository Smart-AI-Memory/empathy-framework (13 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 1,721 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-30.
Other commands, from other repositories
status
Show the current status of a NanoResearch workspace.
greet
Generate contextual agent greeting using GreetingBuilder infrastructure.
generate-agents.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
session-send
Send a follow-up message to an existing Everruns(Dev) session.
estate-blueprint
Generate the 4-layer Estate Blueprint (Persona / Topology / Kernel / Modules) for a sovereign intelligence estate / agent army commission, grounded in the client's Genius Profile + Freedom Path + Vision. Emits attested Blueprint doc + architecture-options matrix + 30/90-day targets + build brief. For Route D elevated…
van
Command "van" from vanzan01/claude-code-sub-agent-collective, covering /van - collective routing engine, 🎯 purpose - smart routing, 🚐 routing flow, 🚀 dual-mode routing protocol and 🧠 immediate agent routing.