status

status is a command for Claude Code from SterlingChin/marvin-template. It costs 8 tokens per session (773 once invoked), scanned A, original, MIT.

A command for checking MARVIN workspace health and the status of connected services such as Jira, Google Workspace, Microsoft 365, Slack, Notion, and Linear. It uses small read-only checks to see whether integrations respond.

In plain words
What is it for?
Use it to list configured integrations, test their basic availability, and identify workspace or connection problems.
Why use it?
It gives a quick view of which connections are configured and working instead of requiring separate manual checks for every service.

Command for Claude Code

About the project

MARVIN is a personal AI assistant built to remember conversations, track goals, organize work, and connect to external applications. People use it as a chief-of-staff-style extension for Claude Code or GitHub Copilot CLI, with integrations including Google Workspace, Microsoft 365, Slack, Linear, Notion, and Telegram. The catalogue entries provide commands, agents, skills, and instructions that define MARVIN's workflows.

SterlingChin/marvin-template · 1,017 stars · on GitHub

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/sterlingchin/marvin-template/status
Clone the repo
git clone --depth 1 https://github.com/SterlingChin/marvin-template

Made for: Claude Code.

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/sterlingchin/marvin-template/status.svg)](https://agentmods.dev/commands/sterlingchin/marvin-template/status)
Your own site
<a href="https://agentmods.dev/commands/sterlingchin/marvin-template/status"><img src="https://agentmods.dev/badge/commands/sterlingchin/marvin-template/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 773 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.00008 $0.00773
Opus 5 $0.00004 $0.00387
Sonnet 5 $0.00002 $0.00155
Haiku 4.5 $0.00001 $0.00077

Measured 5d ago against content hash d06ad1ccba84, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 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.

.claude/commands/status.md · 95 lines

How it starts

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

/status - MARVIN Status Check

Check what integrations are connected and whether they're working, plus workspace health.

Instructions

1. Check MCP Integrations

Run this command to list configured MCP servers:

claude mcp list

For each configured MCP server, determine:

  • Name - The server name
  • Type - What kind of integration (remote HTTP, local process, etc.)
  • Category - Map to known integrations (see table below)

2. Test Each Integration

For each configured integration, run a lightweight read-only test to verify it's actually working. Use the mapping below to determine what to test:

MCP Server Name Integration Test Action
atlassian Atlassian (Jira/Confluence) Try listing recent Jira issues or searching Confluence
google-workspace Google Workspace Try listing recent emails or checking calendar
ms365 Microsoft 365 Try listing recent emails or checking calendar
parallel-search Web Search Try a simple web search
slack (or custom) Slack Try listing channels
notion Notion Try searching pages
linear Linear Try listing issues

Important: Only perform read-only operations. Never send, create, or modify anything during status checks.

If a test succeeds, mark the integration as Connected. If a test fails (auth error, timeout, etc.), mark it as Error and note what went wrong. If it can't be tested easily, mark it as Configured (installed but unverified).

3. Check Workspace Health

Verify the MARVIN workspace is set up properly:

  • State files - Do state/current.md and state/goals.md exist and have real content (not just placeholders)?
  • Session logs - Is there a recent session log in sessions/? How many days since the last session?
  • Git status - Is the workspace a git repo? Any uncommitted changes?
  • User profile - Is the CLAUDE.md user profile section configured?

Read the full file on GitHub · 95 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 · 95 lines · 8 tokens per session scan A d06ad1ccba84

Subscribe to this mod's changes

status is a command published in the GitHub repository SterlingChin/marvin-template (1,017 stars, last pushed 17d ago), licensed MIT. It adds 8 tokens to every session and 773 once invoked, about $0.0000 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.