standup

standup is a command for coding agents from Ramsbaby/jarvis. It costs 49 tokens per session (434 once invoked), scanned A, original, MIT.

A command that creates a daily stand-up report by summarizing recent work, planned tasks, calendar events, and blockers.

In plain words
What is it for?
Use it to summarize yesterday’s commits and completed work, list today’s tasks and meetings, and highlight failed automation or other blockers.
Why use it?
It gathers updates from several work sources so the developer does not have to assemble the report manually.

Command

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 commands/ramsbaby/jarvis/standup
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 standup

README.md
[![agentmods](https://agentmods.dev/badge/commands/ramsbaby/jarvis/standup.svg)](https://agentmods.dev/commands/ramsbaby/jarvis/standup)
Your own site
<a href="https://agentmods.dev/commands/ramsbaby/jarvis/standup"><img src="https://agentmods.dev/badge/commands/ramsbaby/jarvis/standup.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 434 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.00049 $0.00434
Opus 5 $0.00024 $0.00217
Sonnet 5 $0.00010 $0.00087
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

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

dotfiles/claude/commands/standup.md · 45 lines

What it actually says

스탠드업 리포트

어제 한 일과 오늘 할 일을 자동으로 정리해주세요.

데이터 소스

1. 어제 한 일

  • git log --since="yesterday 00:00" --until="today 00:00" --oneline --all (~/openclaw 기준)
  • ~/openclaw/logs/auto-retry.jsonl에서 어제 실행 요약
  • 어제 완료된 GitHub 이슈/PR 확인 (gh 명령어)

2. 오늘 할 일

  • gog tasks list "MDE3MjE5NzU0MjA3NTAxOTg4ODc6MDow" --account ${GOOGLE_ACCOUNT}에서 미완료 할 일
  • gog calendar list --from today --to today --account ${GOOGLE_ACCOUNT}에서 오늘 일정
  • 열린 GitHub 이슈 중 우선순위 높은 것

3. 블로커

  • auto-retry 실패 패턴이 있으면 표시
  • 시스템 이상 징후가 있으면 표시

출력 형식

📋 Stand-up Report - YYYY-MM-DD (요일)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✅ 어제 한 일
  • [커밋/작업 요약1]
  • [커밋/작업 요약2]
  • 시스템: XX회 실행, 성공률 XX%

📌 오늘 할 일
  • [ ] 할 일 1 (마감: MM/DD)
  • [ ] 할 일 2
  • [ ] 일정: HH:MM 일정명

🚧 블로커
  • 없음 / [블로커 설명]

간결하게 정리하되, 중요한 것은 빠뜨리지 말 것.

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 · 45 lines · 49 tokens per session scan A e05d61869fde

Subscribe to this mod's changes

standup is a command published in the GitHub repository Ramsbaby/jarvis (16 stars, last pushed 12d ago), licensed MIT. It adds 49 tokens to every session and 434 once invoked, about $0.0002 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.