crash-config

crash-config is a command for Claude Code from IvanLutsenko/awac-ai-agent-plugins. It costs 18 tokens per session (1,298 once invoked), scanned A, original, MIT.

An interactive settings command for the Crashlytics crash-analysis plugin. Crashlytics is a service that collects crash reports from mobile apps.

In plain words
What is it for?
Use it to set the report language, Git branch, mobile platform, analysis model, output format, and Firebase project and app identifiers.
Why use it?
It avoids editing configuration by hand and preserves existing settings when they are available. It also supplies defaults for new installations.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the crashlytics plugin — 10 skills, 5 commands, 5 agents 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/ivanlutsenko/awac-ai-agent-plugins/crash-config
Clone the repo
git clone --depth 1 https://github.com/IvanLutsenko/awac-ai-agent-plugins

Made for: Claude Code.

Or install crashlytics, the plugin that ships this one along with the rest of its 10 skills, 5 commands, 5 agents.

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 crash-config

README.md
[![agentmods](https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/crash-config.svg)](https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/crash-config)
Your own site
<a href="https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/crash-config"><img src="https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/crash-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,298 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.1 $0.00018 $0.01298
Opus 5 $0.00009 $0.00649
Sonnet 5 $0.00004 $0.00260
Haiku 4.5 $0.00002 $0.00130

Measured 5d ago against content hash 4d08fb25d3f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

crash-config 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 5d 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.

plugins/crashlytics/commands/crash-config.md · 176 lines

How it starts

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

Crashlytics Plugin Configuration

Interactive setup for the Crashlytics plugin. Reads the current config (if exists), lets the user change settings via interactive prompts, and writes the result.

Step 0: Read current config

1. Check if config exists:
   Read: .claude/crashlytics.local.md

2. If exists → parse YAML frontmatter, use current values as defaults
3. If not exists → use these defaults:
   language: en
   default_branch: master   # local branch name; plugin uses origin/<this> for git blame
   default_platform: android
   forensics_model: opus
   output_format: both
   firebase_project_id: ""
   firebase_app_id_android: ""
   firebase_app_id_ios: ""

Step 1: Ask core settings

Use a single AskUserQuestion call with up to 4 questions:

AskUserQuestion:
  questions:
    - question: "What language should crash reports be written in?"
      header: "Language"
      options:
        - label: "English"
          description: "Reports in English (default)"
        - label: "Russian"
          description: "Reports in Russian (Русский)"
        - label: "Other"
          description: "Any other language of your choice"
      multiSelect: false

    - question: "Which branch should be used for git blame analysis?"
      header: "Branch"
      options:
        - label: "master"
          description: "Use master branch (default)"
        - label: "main"
          description: "Use main branch"
        - label: "develop"
          description: "Use develop branch"
        - label: "Other"
          description: "Any other branch of your choice"
      multiSelect: false

    - question: "What is your default platform?"
      header: "Platform"
      options:
        - label: "Android"
          description: "Android (Kotlin/Java) — default"
        - label: "iOS"
          description: "iOS (Swift/Objective-C)"
      multiSelect: false

    - question: "Which model should the forensics agent use?"
      header: "Model"
      options:
        - label: "Opus (Recommended)"
          description: "Deepest analysis, best for complex crashes"
        - label: "Sonnet"
          description: "Faster, good for most crashes"
        - label: "Haiku"
          description: "Fastest and cheapest, although weakest analysis"
      multiSelect: false

Read the full file on GitHub · 176 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. 5d ago First seen · 176 lines · 18 tokens per session scan A 4d08fb25d3f6

Subscribe to this mod's changes

crash-config is a command published in the GitHub repository IvanLutsenko/awac-ai-agent-plugins (2 stars, last pushed 2d ago), licensed MIT. It adds 18 tokens to every session and 1,298 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.