status

status is a skill for Claude Code from chrismdemian/claude-code-discord-bridge. It costs 10 tokens per session (196 once invoked), scanned A, original, Apache-2.0.

A diagnostic command for checking whether a local service that connects Discord to other tools is running and healthy.

In plain words
What is it for?
Checking the bridge process, Discord connection, active sessions, and uptime, with a suggested start command when the service is stopped.
Why use it?
It shows whether the bridge is available and connected, which helps explain why Discord-based work is not reaching the project.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the discord-bridge plugin — 3 skills, 1 MCP server shipped together

Good fit Checking the bridge process, Discord connection, active sessions, and uptime, with a suggested start command when the service is stopped.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add chrismdemian/claude-code-discord-bridge
Claude Code
/plugin install discord-bridge

Made for: Claude Code.

Or install discord-bridge, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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/skills/chrismdemian/claude-code-discord-bridge/status/github.svg)](https://agentmods.dev/skills/chrismdemian/claude-code-discord-bridge/status)
Your own site
<a href="https://agentmods.dev/skills/chrismdemian/claude-code-discord-bridge/status"><img src="https://agentmods.dev/badge/skills/chrismdemian/claude-code-discord-bridge/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/skills/chrismdemian/claude-code-discord-bridge/status"><img src="https://agentmods.dev/badge/skills/chrismdemian/claude-code-discord-bridge/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00010 $0.00196
Opus 5 $0.00005 $0.00098
Sonnet 5 $0.00002 $0.00039
Haiku 4.5 $0.00001 $0.00020

Measured 10d ago against content hash 5b699e9aa7d4, 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 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:${BRIDGE_PORT:-7676}/health
skills/status/SKILL.md · 30 lines

What it actually says

Discord Bridge Status

Check the health and status of the Discord bridge.

Steps

  1. Check if the bridge service is running:

    curl -s http://localhost:${BRIDGE_PORT:-7676}/health
    
  2. Check if pm2 is managing the bridge:

    npx pm2 status discord-bridge
    
  3. Report the results to the user:

    • Bridge status (running / not running)
    • Discord connection (connected / disconnected)
    • Number of active sessions
    • Uptime
    • If not running, suggest: npx pm2 start ${CLAUDE_PLUGIN_ROOT}/bridge/index.ts --name discord-bridge --interpreter bun
  4. If the bridge is not running and the user hasn't set up yet, suggest running /discord-bridge:setup.

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 · 30 lines · 10 tokens per session scan A 5b699e9aa7d4

Subscribe to this mod's changes

status is a skill published in the GitHub repository chrismdemian/claude-code-discord-bridge (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 196 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories