conventions

conventions is a skill for Claude Code, Codex from uptimerobot/ai. It costs 57 tokens per session (836 once invoked), scanned A, original, MIT.

A reference guide for using UptimeRobot, a service that monitors websites, servers, and network services. It explains monitor types, URL formats, discovery steps, pagination, time ranges, errors, and output rules.

In plain words
What is it for?
Guiding calls that list, create, update, inspect, enable, disable, and configure UptimeRobot monitors and alert integrations.
Why use it?
It reduces mistakes when an agent calls UptimeRobot tools, especially when creating monitors, referring to existing IDs, or verifying changes.

Skill for Claude CodeCodex

Part of the uptimerobot plugin — 24 skills, 1 MCP server 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 skills/uptimerobot/ai/conventions
Any agent
npx skills add uptimerobot/ai --skill conventions
Clone the repo
git clone --depth 1 https://github.com/uptimerobot/ai

Made for: Claude Code, Codex.

Or install uptimerobot, the plugin that ships this one along with the rest of its 24 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 conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/uptimerobot/ai/conventions.svg)](https://agentmods.dev/skills/uptimerobot/ai/conventions)
Your own site
<a href="https://agentmods.dev/skills/uptimerobot/ai/conventions"><img src="https://agentmods.dev/badge/skills/uptimerobot/ai/conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 836 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.00057 $0.00836
Opus 5 $0.00028 $0.00418
Sonnet 5 $0.00011 $0.00167
Haiku 4.5 $0.00006 $0.00084

Measured 3d ago against content hash 374f432a0a6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

conventions 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.

skills/conventions/SKILL.md · 52 lines

How it starts

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

UptimeRobot conventions

Apply these rules whenever you use any tool from the uptimerobot MCP server (https://mcp.uptimerobot.com/mcp).

Monitor types

  • Always pass type as a string enum — one of HTTP, KEYWORD, PING, PORT, HEARTBEAT, DNS, API, UDP. Do not pass numeric type codes; the MCP layer rejects them.
  • HEARTBEAT monitors must not include a url on creation. The server generates https://heartbeat.uptimerobot.com/m<id>-<hash> and returns it. Show that URL to the user after creation so they can wire up the heartbeat sender.
  • PING, PORT, UDP, DNS: url is a hostname or IP, never a full URL with scheme.
  • HTTP, KEYWORD, API: url must be a full URL with scheme (https://...).

Discovery before writes

  • Before calling update-monitor, update-monitor-status, or referencing a monitor by ID, call list-monitors (optionally with search) to confirm the ID and current state.
  • Before referencing an alert contact in assignedAlertContacts, call list-integrations and use an id from the response.

Verification after writes

  • After create-monitor or update-monitor, call get-monitor-details to confirm the stored state before telling the user the change is live. Read-after-write replication can lag a few seconds.

Intervals and plan limits

  • Interval is in seconds. Minimum is 30s and depends on the plan. If the server returns -28002 subscription_limit_exceeded, do not retry — the plan cannot support that interval or monitor type. Tell the user.
  • Do not retry -28001 monitor_limit_exceeded. Recommend deleting unused monitors or upgrading the plan.
  • Plans are Free, Solo, Team, Enterprise. Never reference a "Pro" or "Business" plan — neither exists.

Time ranges

  • timeRange accepts "24h", "7d", "30d" (range 1h–90d), or an ISO 8601 interval "<start>/<end>" (start before end, 1h–90d). Default is "7d".
  • For anything older than 90 days, inform the user that UptimeRobot's MCP endpoints cap at 90 days of history.

Read the full file on GitHub · 52 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 · 52 lines · 57 tokens per session scan A 374f432a0a6c

Subscribe to this mod's changes

conventions is a skill published in the GitHub repository uptimerobot/ai (24 stars, last pushed 21d ago), licensed MIT. It adds 57 tokens to every session and 836 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

api-endpoints

Adding or changing API operations in @repo/operations. One source of truth (defineOperation + a Zod schema) becomes an HTTP endpoint, an OpenAPI operation, an MCP tool, TS + Python SDK methods, a latitude CLI command, and an in-process agent tool — descriptions and contracts must be written with all of these readers…

latitude-dev/latitude-llm · 78 tokens

fix-datadog-issues

Find, triage, and fix production errors captured by Datadog Error Tracking, then open a PR. Use when asked to look at "Datadog issues/incidents/errors", "find and fix bugs from Datadog", investigate the most-frequent or newest production errors, or work a specific Datadog Error Tracking issue.

latitude-dev/latitude-llm · 76 tokens

web-frontend

When to use: apps/web UI — routes, @repo/ui, TanStack Start server functions and collections, navigation (Link vs useNavigate), forms (useForm with createFormSubmitHandler + fieldErrorsAsStrings when Zod validation errors should appear on fields), Tailwind layout rules, design-system updates, and useEffect /…

latitude-dev/latitude-llm · 67 tokens

database-postgres

Drizzle schema, repositories, RLS, SqlClient wiring, Postgres migrations, psql / reset, or platform mappers (toDomain / toInsertRow).

latitude-dev/latitude-llm · 39 tokens

notifications

Multi-channel notifications. Adding a new notification kind, group, or channel; in-app + email delivery; per-user prefs; project-level gates; idempotency.

latitude-dev/latitude-llm · 35 tokens

async-jobs-and-events

Queues and workers, domain event publishers, async notifications or projections, or not doing that work inside HTTP handlers.

latitude-dev/latitude-llm · 28 tokens