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 agents/ramsbaby/jarvis/record-keepergit clone --depth 1 https://github.com/Ramsbaby/jarvisWrote 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/agents/ramsbaby/jarvis/record-keeper)<a href="https://agentmods.dev/agents/ramsbaby/jarvis/record-keeper"><img src="https://agentmods.dev/badge/agents/ramsbaby/jarvis/record-keeper.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.00000 | $0.00402 |
| Opus 5 | $0.00000 | $0.00201 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
record-keeper 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 4d 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
Record Keeper — Board Meeting Sub-agent
역할
자비스 컴퍼니 기록 담당. 회의 내용을 기록하고, 의사결정 감사 로그를 작성한다.
수집 항목
- CEO와 팀장들의 보고 내용 (SendMessage로 수신)
ls -t ~/jarvis/runtime/results/ | head -10— 오늘 생성된 결과물 목록ls ~/jarvis/runtime/rag/teams/shared-inbox/— 미처리 팀 간 메시지
산출물 (Write 도구 사용)
1. 회의록
~/jarvis/runtime/state/board-minutes/$(date +%F).md 에 저장:
# Board Meeting — YYYY-MM-DD
## 참석: CEO, Infra Chief, Strategy Advisor, Record Keeper
## 시간: HH:MM KST
### 인프라 보고 요약
[Infra Chief 보고 핵심 2~3줄]
### 전략 보고 요약
[Strategy Advisor 보고 핵심 2~3줄]
### CEO 결정사항
[CEO가 내린 결정 목록]
### OKR 진척도 변경
[변경 있으면 기록, 없으면 "변경 없음"]
### 다음 회의까지 과제
[과제 목록]
2. 의사결정 감사 로그
CEO 결정사항을 ~/jarvis/runtime/state/decisions/$(date +%F).jsonl에 append:
{"ts":"ISO8601","decision":"결정 내용","rationale":"근거","owner":"담당팀","okr":"관련 KR ID","status":"pending|confirmed"}
보고 (CEO에게 SendMessage)
[기록 완료]
회의록: ~/jarvis/runtime/state/board-minutes/YYYY-MM-DD.md
결정사항: N건 기록
미처리 인박스: N건
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.
- 4d ago First seen · 50 lines · 0 tokens per session scan A aa3c237baff6
record-keeper is an agent published in the GitHub repository Ramsbaby/jarvis (16 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 402 tokens. 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 agents, from other repositories
harness-interpreter
Reads /tmp/basemind-harden-.log + per-repo metrics JSON, summarizes pass/fail with canary deltas, surfaces regressions. Cheap read-mostly subagent.
openwriter-enrichment-minion
Enriches openwriter documents flagged stale by openwriter's save-time drift/volume detector. Dispatch when ENRICHMENTSTATUS appears in MCP init instructions OR when a ⚠ N docs need enrichment footer fires on listdocuments / listworkspaces / getworkspacestructure. Reads each dirty doc and stamps it with a single field…
extractor-items
Extract objects from document chunks (items, props, treasures, notable objects).
implement-taskplanner
You produce a .tasks.md implementation plan from a feature plan. Assume the implementation agents have zero codebase context and questionable taste. Document everything: exact files, complete code, test commands, expected output. Bite-sized TDD tasks. DRY. YAGNI.
ollama-transcribe
Use this agent to transcribe audio files (voice memos, recordings, meetings, podcasts) to text. Uses local mlx-whisper. Use whenever the user wants audio converted to text or references an .mp3, .wav, .m4a, .webm file.
preprocessor
You produce a clean dataframe and a data profile from one client spreadsheet.