express

express is a command for coding agents from kimsanguine/llm-brain. It costs 17 tokens per session (502 once invoked), scanned A, original, MIT.

A command that gathers related wiki pages and drafts content from them. It supports blog posts, lecture slides, weekly or monthly summaries, and in-depth reports.

In plain words
What is it for?
Use it to create a blog on a topic, lecture slides with a chosen number of slides, a seven-day or 30-day summary, or a detailed report. The finished document is saved under an express folder with a dated filename.
Why use it?
It removes the need to manually collect notes before turning them into written material. The draft includes the source wiki context so it can be completed from the available knowledge.

Command

Part of the llm-brain plugin — 7 commands shipped together

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/kimsanguine/llm-brain/express
Clone the repo
git clone --depth 1 https://github.com/kimsanguine/llm-brain

Or install llm-brain, the plugin that ships this one along with the rest of its 7 commands.

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 express

README.md
[![agentmods](https://agentmods.dev/badge/commands/kimsanguine/llm-brain/express.svg)](https://agentmods.dev/commands/kimsanguine/llm-brain/express)
Your own site
<a href="https://agentmods.dev/commands/kimsanguine/llm-brain/express"><img src="https://agentmods.dev/badge/commands/kimsanguine/llm-brain/express.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 502 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.00017 $0.00502
Opus 5 $0.00009 $0.00251
Sonnet 5 $0.00003 $0.00100
Haiku 4.5 $0.00002 $0.00050

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

Security

Grade A, and why

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

commands/express.md · 53 lines

What it actually says

llm-brain의 express 커맨드입니다. 아래 절차를 실행하세요.

인자 파싱

$ARGUMENTS 형식:

  • blog '<주제>' → 블로그 포스트
  • lecture '<주제>' [--slides N] → 강의 슬라이드 (기본 5장)
  • summary --week → 주간 요약 (최근 7일)
  • summary --month → 월간 요약 (최근 30일)
  • report '<주제>' → 심층 리포트

Step 1: express 스크립트 실행

cd "$(git rev-parse --show-toplevel)"  # llm-brain 레포 루트
uv run python scripts/express.py $ARGUMENTS

스크립트가 관련 wiki 페이지를 수집하고 express/{type}/YYYY-MM-DD-{slug}.md 초안 파일을 생성합니다.

Step 2: 콘텐츠 합성

생성된 초안 파일을 읽습니다. <!-- CONTEXT_START --> ~ <!-- CONTEXT_END --> 사이의 wiki 컨텍스트를 바탕으로 실제 콘텐츠를 작성해 초안 파일에 덮어씁니다.

타입별 작성 기준:

blog

  • 독자: AI/기술 관심 한국어 독자
  • 길이: 800-1200자 내외
  • 구조: 도입 → 핵심 인사이트 2-3개 → 실천 제안 → 마무리

lecture

  • 슬라이드 수: --slides 인자값 (기본 5)
  • 각 슬라이드: ## 슬라이드 N: 제목 + 핵심 포인트 3개 이내
  • 마지막 슬라이드: Q&A 또는 실습 과제

summary

  • 섹션: 핵심 인사이트 / 반복 패턴 / 다음 액션
  • wiki에 없는 기간이면 "해당 기간 wiki 업데이트 없음" 안내

report

  • 섹션: 현황 / 주요 발견 / 시사점 / 권고사항
  • 길이: 1500자 이상

Step 3: 파일 경로 안내

작성 완료 후 저장된 파일 경로를 사용자에게 알립니다.

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 · 53 lines · 17 tokens per session scan A fd0cd702c3e3

Subscribe to this mod's changes

express is a command published in the GitHub repository kimsanguine/llm-brain (10 stars, last pushed 20d ago), licensed MIT. It adds 17 tokens to every session and 502 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-31.

Related

Other commands, from other repositories

ingest

Ingest a source (URL/file/text) into Raw Sources + compile 1015 Wiki pages, with mandatory user-purpose gate and mothership cross-linking.

johnfkoo951/cmds-llm-wiki · 33 tokens

audit

Audit the whole Wiki vault against 3 knowledge-integrity criteria — eligibility coverage, MOC-cluster consistency, confidence calibration. Produces a vault health report and queues high-priority pages for /verify.

johnfkoo951/cmds-llm-wiki · 41 tokens

verify

Verify a single Wiki page against 3 knowledge-integrity criteria — eligibility, consistency, confirmability. Writes verificationStatus back to the page; flags conflicts as disputed rather than deleting them.

johnfkoo951/cmds-llm-wiki · 37 tokens

lint

Run comprehensive wiki health check — orphans, broken links, contradictions, stale pages, index sync, MOC coverage, v2/v4/v5 frontmatter coverage, Core Context freshness, and cross-vault link integrity (mainVaultRelated/mainVaultCmds).

johnfkoo951/cmds-llm-wiki · 53 tokens

onboard

Interview-based first-run setup for this LLM Wiki kit. Asks the essential questions (vault location/name, Mode A/B, mothership path, Core Context identity + reuse axes), then fills every placeholder and writes Core Context so the wiki knows you from day one. Activate when the user says "온보딩해줘", "처음 시작할게", "처음 시작"…

johnfkoo951/cmds-llm-wiki · 139 tokens

capture-tabs

Capture a Chrome research tab group or AI-chat research session into LLM Wiki Inbox markdown, then optionally route it through /inbox or /ingest.

johnfkoo951/cmds-llm-wiki · 31 tokens