status

status is a command for coding agents from jhlee0409/claude-plugins. It costs 10 tokens per session (2,049 once invoked), scanned A, original, MIT.

A command for showing the synchronization state of an API implementation and its OpenAPI description. OpenAPI is a standard format for describing HTTP APIs; the default view reads local cache files, while an option checks the remote description.

In plain words
What is it for?
Reviewing cached API-sync status, checking implementation coverage, and comparing the local state with a remote OpenAPI description.
Why use it?
It gives a quick view of when the API description was last synchronized and which areas are implemented, partial, or missing. It also checks that the required OpenAPI Sync server is available before running.

Command

Part of the oas plugin — 6 skills, 6 commands 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/jhlee0409/claude-plugins/status
Clone the repo
git clone --depth 1 https://github.com/jhlee0409/claude-plugins

Or install oas, the plugin that ships this one along with the rest of its 6 skills, 6 commands.

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/jhlee0409/claude-plugins/status.svg)](https://agentmods.dev/commands/jhlee0409/claude-plugins/status)
Your own site
<a href="https://agentmods.dev/commands/jhlee0409/claude-plugins/status"><img src="https://agentmods.dev/badge/commands/jhlee0409/claude-plugins/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,049 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.00010 $0.02049
Opus 5 $0.00005 $0.01025
Sonnet 5 $0.00002 $0.00410
Haiku 4.5 $0.00001 $0.00205

Measured 3d ago against content hash 6a0996102fe2, 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 3d 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/oas/commands/status.md · 288 lines

How it starts

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

API Status

Cache-based quick status check. Shows results instantly without fetching spec.

MCP Dependency Check

Before executing this command, invoke skill: mcp-dependency

  • Verify OpenAPI Sync MCP server is installed
  • If not available, offer to install via npm install -g @jhlee0409/openapi-sync-mcp
  • Only proceed after MCP is confirmed available

Usage

# Local cache-based status (instant)
/oas:status

# Compare with remote spec (slower)
/oas:status --check-remote

Quick Status (Default)

Read cache files only for instant display:

═══════════════════════════════════════════════════
  API Sync Status
═══════════════════════════════════════════════════

📄 Spec: AIAAS Shorts Maker API v2.0.0
   Source: https://api-dev.viskits.ai/openapi.json
   Last sync: 2024-01-13 12:00:00 (2 hours ago)
   Spec hash: abc123...

📊 Coverage:
   ✅ Implemented: 12 domains (110 endpoints)
   ⚠️  Partial: 3 domains (15/25 endpoints)
   ❌ Missing: 2 domains (8 endpoints)

───────────────────────────────────────────────────
✅ IMPLEMENTED (12)
───────────────────────────────────────────────────
  ai-tool       9/9   ████████████ 100%
  billing       8/8   ████████████ 100%
  common        5/5   ████████████ 100%
  generative    10/10 ████████████ 100%
  history       3/3   ████████████ 100%
  organization  5/5   ████████████ 100%
  project       28/28 ████████████ 100%
  publisher     4/4   ████████████ 100%  ← NEW
  share         7/7   ████████████ 100%
  short-form    8/8   ████████████ 100%
  upload        10/10 ████████████ 100%
  video         3/3   ████████████ 100%

───────────────────────────────────────────────────
⚠️ PARTIAL (3)
───────────────────────────────────────────────────
  workspace     12/18 ████████░░░░  67%
    Missing: invitation, credit-usage, transactions
  user          3/5   ███████░░░░░  60%
    Missing: consents, avatar
  auth          4/6   ████████░░░░  67%
    Missing: social-auth callback

───────────────────────────────────────────────────
❌ MISSING (2)
───────────────────────────────────────────────────
  tools         0/4   ░░░░░░░░░░░░   0%
  public        0/1   ░░░░░░░░░░░░   0%

═══════════════════════════════════════════════════

💡 Quick actions:
   /oas:sync --tag=workspace  - Complete workspace
   /oas:sync --tag=tools      - Add tools domain
   /oas:diff --check-remote   - Check for spec changes

Read the full file on GitHub · 288 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. 3d ago First seen · 288 lines · 10 tokens per session scan A 6a0996102fe2

Subscribe to this mod's changes

status is a command published in the GitHub repository jhlee0409/claude-plugins (4 stars, last pushed 7mo ago), licensed MIT. It adds 10 tokens to every session and 2,049 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.