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.
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.
npx agentmods add commands/sterlingchin/marvin-template/statusgit clone --depth 1 https://github.com/SterlingChin/marvin-templateWrote 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.
[](https://agentmods.dev/commands/sterlingchin/marvin-template/status)<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>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.
| Model | Per session | Once 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 |
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.
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.mdandstate/goals.mdexist 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?
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.
- 5d ago First seen · 95 lines · 8 tokens per session scan A d06ad1ccba84
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.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.