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 tma1-ai/tma1 --skill tma1-peergit clone --depth 1 https://github.com/tma1-ai/tma1Wrote 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/tma1-ai/tma1/tma1-peer)<a href="https://agentmods.dev/skills/tma1-ai/tma1/tma1-peer"><img src="https://agentmods.dev/badge/skills/tma1-ai/tma1/tma1-peer/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/tma1-ai/tma1/tma1-peer"><img src="https://agentmods.dev/badge/skills/tma1-ai/tma1/tma1-peer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00116 | $0.01335 |
| Opus 5 | $0.00058 | $0.00668 |
| Sonnet 5 | $0.00023 | $0.00267 |
| Haiku 4.5 | $0.00012 | $0.00134 |
Grade A, and why
tma1-peer 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.
How it starts
The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TMA1 Peer-Agent Lens (Codex)
Lists recent sessions on the current project, newest first. Default is peer agents — the ones that aren't you — because the usual reason to call this is "Claude Code or Copilot left something here, act on it without me copy-pasting between terminals". Naming yourself is also allowed.
Invocation
Auto-selected when the user mentions reading another agent's output on this project, or typed explicitly:
/tma1-peer # all peers, latest session each
/tma1-peer claude # Claude Code only
/tma1-peer claude --full # with full conversation content
/tma1-peer self # your own recent sessions here
/tma1-peer copilot --limit 2 # latest 2 Copilot CLI sessions
/tma1-peer --summary --limit 5 # headers only, 5 per agent
/tma1-peer claude --since 6h # widen the time window
Normalize the agent name
| Input | agent_source to send |
|---|---|
claude, cc |
claude_code |
claude_code |
claude_code |
openclaw |
openclaw |
copilot |
copilot_cli |
self, me |
self (the server resolves it) |
all, *, empty |
"" (every peer except you) |
Any other value: reply
unknown agent "<X>"; available: claude, openclaw, copilot, self, all
and STOP — do not call the tool with an unrecognised name.
Flags
| Flag | Argument to send | Default |
|---|---|---|
--summary |
detail: "summary" — header, tools, files; no messages |
|
| (none) | detail: "preview" — 3 recent messages |
default |
--full |
detail: "full" — 40 recent messages |
|
--limit N |
limit — sessions per agent, [1, 5] |
1 |
--since 2h / --since 90m |
since_min in minutes |
1440 |
Legacy positional form [agent] [limit] [message_limit] still works; a
bare leading integer is the limit, not an agent.
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 · 112 lines · 116 tokens per session scan A 2db772cc9827
tma1-peer is a skill published in the GitHub repository tma1-ai/tma1 (117 stars, last pushed yesterday), licensed Apache-2.0. It adds 116 tokens to every session and 1,335 once invoked, about $0.0006 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 skills, from other repositories
clawmetry
Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.
time-library
Use when the user refers to previous decisions, corrections, forgotten context, already-built work, install/test/release status, source-backed evidence, or next steps in ongoing work. Treat Time Library as a standing active memory routing rule: call timelibraryrecall before answering memory-dependent prompts. Also…
adam-framework
5-layer persistent memory and coherence architecture for OpenClaw agents. Solves AI amnesia and within-session drift. Built and validated over 353 sessions on a live business. No CS degree required.
engram-memory
Give the agent durable, local memory with engram — recall past decisions before answering, and persist new decisions, preferences and facts as they happen. Use when work spans sessions or the user says "remember".
note-taker
Capture decisions and facts as durable notes; use when the user makes a decision worth remembering.
afu-brain
Use Afu Brain as a MASL butler brain before executing OpenClaw or other agent tools. It turns private owner memory and human intent into safe decisions, skill routing, and approval gates.