blurt CLAUDE.md

A command that displays the latest or a selected Kimi job managed by the plugin for the current repository.

In plain words
What is it for?
Use it to check the status of a plugin-managed Kimi task in the repository.
Why use it?
It gives you the current job result and reconciles records for workers or processes that have already disappeared.

Instructions file

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 instructions/assemblyai/blurt/claude-md
Clone the repo
git clone --depth 1 https://github.com/AssemblyAI/blurt
Per session 1,387 This file is loaded in full into every session.
When invoked 1,387 The same file — it is already loaded in full.
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.01387 $0.01387
Opus 5 $0.00694 $0.00694
Sonnet 5 $0.00277 $0.00277
Haiku 4.5 $0.00139 $0.00139

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

Security

Grade A, and why

blurt CLAUDE.md 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 2d 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.

CLAUDE.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This repository's canonical agent instructions live in AGENTS.md — read that first. It is tool-agnostic and covers the architecture, the settled decisions you must not reintroduce, the conventions, and how to verify a change.

This file adds only what is specific to Claude Code: the tooling wired up under .claude/.

Hooks (.claude/settings.json)

Hook What it does
SessionStartsession-start.sh Web/Linux sandboxes only (CLAUDE_CODE_REMOTE=true): installs the portable linters so scripts/check.sh --portable works, then prints a preflight noting CI is the authority on green. SwiftLint and swift-format are not installed — their Linux builds ship as GitHub release binaries, which the default network policy blocks. Local macOS sessions exit immediately.
PreToolUseprotect-pbxproj.sh Blocks edits to App/Blurt/Blurt.xcodeproj/project.pbxproj (exit 2). Edit App/Blurt/project.yml and run xcodegen generate instead.
PostToolUseswift-format.sh Formats every edited *.swift file with the repo's .swift-format config, so edits are CI-clean by construction. No-ops when the tool is absent.
PostToolUseswiftlint.sh Lints edited Swift files and surfaces violations immediately rather than at check.sh time.

Read the full file on GitHub · 83 lines

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. 2d ago First seen · 83 lines · 1,387 tokens per session scan A b8fdb103f9d5

Subscribe to this mod's changes

blurt CLAUDE.md is an instructions file published in the GitHub repository AssemblyAI/blurt (5 stars, last pushed 5d ago), licensed MIT. It adds 1,387 tokens to every session, about $0.0069 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 instructions, from other repositories

Applite CLAUDE.md

Instructions for milanvarady/Applite, covering claude.md, project overview, build & run, architecture and data flow.

milanvarady/Applite · 2,572 tokens

os-clovy AGENTS.md

Instructions for open-software-network/os-clovy, covering clovy — agent instructions, project, os platform (shared brain), structure and domain & decisions — read before writing code.

open-software-network/os-clovy · 4,092 tokens

scarf AGENTS.md

Instructions for awizemann/scarf: This repo carries its own agent memory — plain files in git, served by the in-repo memophant-mcp MCP server, managed by the Memophant macOS app. It works the same for every agent (Claude Code, Codex, Cursor, Gemini, Copilot). This block is regenerated between the memophant markers…

awizemann/scarf · 1,629 tokens

scarf copilot-instructions.md

Instructions for awizemann/scarf: File memory notes under one of six folders (architecture/conventions/decisions/operations/project/roadmap), never the root. When a note is grounded in code, pass sourcepaths (the repo files it depends on) so Memory Health can drift-check it — an unanchored code note can't be kept…

awizemann/scarf · 461 tokens

SkillDeck CLAUDE.md

Instructions for crossoverJie/SkillDeck, covering claude.md, code style: comments required, build & run commands, architecture and key data patterns.

crossoverJie/SkillDeck · 1,986 tokens

mectrics AGENTS.md

Instructions for farukkamcici/mectrics, covering agents.md — working agreement for mectrics, 0. golden rule: english-only repository, 1. project shape, 2. internationalization (i18n) and 3. menu bar rendering rules.

farukkamcici/mectrics · 4,487 tokens