record-keeper

record-keeper is an agent for coding agents from Ramsbaby/jarvis. It costs 0 tokens per session (402 once invoked), scanned A, original, MIT.

A meeting-recording agent for a company leadership meeting. It turns team reports and executive decisions into meeting minutes and a machine-readable audit log.

In plain words
What is it for?
Use it to collect reports from executives and team leads, list recent results and shared messages, save board minutes, and append each decision to a JSONL file. JSONL is a text format that stores one JSON record per line.
Why use it?
It keeps decisions, reasons, owners, and follow-up work in dated records instead of leaving them scattered across messages or memory.

Agent

Install

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.

agentmods
npx agentmods add agents/ramsbaby/jarvis/record-keeper
Clone the repo
git clone --depth 1 https://github.com/Ramsbaby/jarvis

Wrote 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.

agentmods badge for record-keeper

README.md
[![agentmods](https://agentmods.dev/badge/agents/ramsbaby/jarvis/record-keeper.svg)](https://agentmods.dev/agents/ramsbaby/jarvis/record-keeper)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 402 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash aa3c237baff6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

infra/agents/record-keeper.md · 50 lines

What it actually says

Record Keeper — Board Meeting Sub-agent

역할

자비스 컴퍼니 기록 담당. 회의 내용을 기록하고, 의사결정 감사 로그를 작성한다.

수집 항목

  1. CEO와 팀장들의 보고 내용 (SendMessage로 수신)
  2. ls -t ~/jarvis/runtime/results/ | head -10 — 오늘 생성된 결과물 목록
  3. 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건
Changes

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.

  1. 4d ago First seen · 50 lines · 0 tokens per session scan A aa3c237baff6

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories