api_monitor

An API monitoring dashboard for checking whether software endpoints are working and how quickly they respond.

In plain words
What is it for?
Use it to review overall health, inspect endpoint latency and throughput, analyze errors, manage alerts, and view incident or webhook settings.
Why use it?
It helps you spot errors, slow responses, outages, and unresolved incidents without inspecting each endpoint separately.

Skill for Claude CodeCodex

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 skills/proxy2021/enso/api_monitor
Any agent
npx skills add Proxy2021/Enso --skill api_monitor
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 730 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.00024 $0.00730
Opus 5 $0.00012 $0.00365
Sonnet 5 $0.00005 $0.00146
Haiku 4.5 $0.00002 $0.00073

Measured yesterday against content hash fb3badbd83ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

api_monitor 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 yesterday.

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.

server/skills/api_monitor/SKILL.md · 66 lines

How it starts

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

Api Monitor

Real-time API monitoring dashboard with endpoint health, latency tracking, alerting, incident management, and webhook integrations

Available Tools

enso_api_monitor_overview (primary)

Show the API health dashboard with system status, stat cards, active alerts, and endpoint summary. Use when the user says: 'show API dashboard', 'API status', 'system health', 'monitoring overview'.

Parameters:

  • timeRange (string): Time range for metrics: 1h, 24h, 7d, 30d (default: 24h)

enso_api_monitor_endpoint_detail

View detailed metrics for a specific API endpoint including latency percentiles, throughput, error breakdown, and time-series data. Use when the user says: 'show endpoint details', 'drill into /api/users', 'endpoint metrics'.

Parameters:

  • endpointId (string): Endpoint ID to view details for
  • timeRange (string): Time range: 1h, 24h, 7d, 30d (default: 24h)

enso_api_monitor_alerts

View active alerts, resolved alerts, and alert rule configurations. Use when the user says: 'show alerts', 'alert rules', 'what alerts are firing', 'alert history'.

Parameters:

  • tab (string): Tab to show: active, resolved, or rules (default: active)

enso_api_monitor_webhooks

View and manage webhook configurations, delivery logs, and payload examples. Use when the user says: 'show webhooks', 'webhook status', 'webhook config', 'delivery log'.

Parameters:

  • action (string): Action: list, create, edit, test, delete (default: list)
  • webhookId (string): Webhook ID for edit/test/delete actions

enso_api_monitor_history

View historical charts for latency, throughput, and error rates with selectable time ranges. Use when the user says: 'show history', 'latency trends', '7-day metrics', 'historical data'.

Parameters:

  • timeRange (string): Time range: 1h, 6h, 24h, 7d, 30d (default: 24h)
  • metric (string): Metric to chart: latency, errors, throughput, all (default: all)

enso_api_monitor_incidents

View incident timeline, manage incidents (acknowledge, resolve), and view postmortem details. Use when the user says: 'show incidents', 'incident log', 'active incidents', 'acknowledge incident'.

Read the full file on GitHub · 66 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. yesterday First seen · 66 lines · 24 tokens per session scan A fb3badbd83ed

Subscribe to this mod's changes

api_monitor is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 730 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.

Related

Other skills, from other repositories