status

status is a command for Claude Code from indranilbanerjee/digital-marketing-pro. It costs 23 tokens per session (598 once invoked), scanned A, original, MIT.

A command that shows a current summary of a digital-marketing brand, including its profile, work in progress, recent insights, compliance issues, and Python dependency mode.

In plain words
What is it for?
Use it to inspect the active brand, view only selected sections, check a named brand, or get a compact or machine-readable status report.
Why use it?
It puts scattered operational information in one status view, so problems needing attention are easier to spot. A brand here means the marketing identity and business settings being managed.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the digital-marketing-pro plugin — 154 skills, 18 commands, 24 agents shipped together

Good fit Use it to inspect the active brand, view only selected sections, check a named brand, or get a compact or machine-readable status report.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/indranilbanerjee/digital-marketing-pro/status
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.

Clone the repo
git clone --depth 1 https://github.com/indranilbanerjee/digital-marketing-pro

Made for: Claude Code.

Or install digital-marketing-pro, the plugin that ships this one along with the rest of its 154 skills, 18 commands, 24 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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/status/github.svg)](https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/status)
Your own site
<a href="https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/status"><img src="https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for status

Your own site · 80×15
<a href="https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/status"><img src="https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00023 $0.00598
Opus 5 $0.00012 $0.00299
Sonnet 5 $0.00005 $0.00120
Haiku 4.5 $0.00002 $0.00060

Measured 10d ago against content hash 67d094c90619, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

status 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 10d 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/status.md · 52 lines

How it starts

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

/digital-marketing-pro:status — Unified Status Snapshot

Prints a complete status snapshot for the active Digital Marketing Pro brand. Wraps scripts/dm-status.py and surfaces health indicators that need attention.

In v3.0 and earlier, the SessionStart hook ran setup.py automatically at every Claude Code session start to print a 15-line brand summary banner across every project. v3.1 removed that hook because it fired globally regardless of context. v3.2 introduces this command as the explicit on-demand replacement, with a richer view than the old banner.

Quick examples

/digital-marketing-pro:status                              # Full snapshot for active brand
/digital-marketing-pro:status --brand acme-corp            # Snapshot for a named brand
/digital-marketing-pro:status --quiet                      # One-line compact summary
/digital-marketing-pro:status --json                       # Machine-readable JSON
/digital-marketing-pro:status --section engagements        # Only the engagements section

Sections

Section Contents
brand Name, industry, voice, channels, languages, markets, competitors, primary goal
engagements All engagements with current part, completed/blocked counts, days since update, pending decisions, versioned doc count
insights Last 5 insights captured + days since last save + total count
compliance Last 5 compliance violations + count in last 30 days
deps Python version + mode (knowledge-only / lite / full) + available + missing packages

Health indicators surfaced

After the snapshot, the skill highlights items that need attention:

  • Engagements not updated in 14+ days
  • Engagements with pending re-run decisions awaiting action
  • Recent compliance violations (last 30 days)
  • Missing Python dependencies that affect feature availability

Fast and read-only

This command never modifies state. It only reads from existing brand profile, engagement state, insights, and violations files. Safe to run at any time without side effects.

Read the full file on GitHub · 52 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. 10d ago First seen · 52 lines · 23 tokens per session scan A 67d094c90619

Subscribe to this mod's changes

status is a command published in the GitHub repository indranilbanerjee/digital-marketing-pro (801 stars, last pushed 3d ago), licensed MIT. It adds 23 tokens to every session and 598 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-30.