rhumb: Skill for Cursor

.cursor/skills/verify-rhumb/SKILL.md

verify-rhumb is a skill for Cursor from supertrained/rhumb. It costs 61 tokens per session (1,910 once invoked), scanned A, original, MIT.

A verification procedure for testing Rhumb's public HTTP API, which provides search and resolve operations. It captures evidence for successful results and typed 404 errors without calling paid execution endpoints.

In plain words
What is it for?
Use it to verify Rhumb search and resolve responses with HTTP requests and recorded results.
Why use it?
It gives a repeatable way to check the live discovery and read behavior without starting a local server or inventing unsupported capabilities.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is supertrained/rhumb's own configuration. It tells Cursor how to work on rhumb itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything rhumb configures →

Reuse

Borrowing it

Nothing to install: this file belongs to supertrained/rhumb. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/supertrained/rhumb/main/.cursor/skills/verify-rhumb/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/supertrained/rhumb

Made for: Cursor.

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 verify-rhumb

README.md
[![agentmods](https://agentmods.dev/badge/skills/supertrained/rhumb/verify-rhumb/github.svg)](https://agentmods.dev/skills/supertrained/rhumb/verify-rhumb)
Your own site
<a href="https://agentmods.dev/skills/supertrained/rhumb/verify-rhumb"><img src="https://agentmods.dev/badge/skills/supertrained/rhumb/verify-rhumb/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verify-rhumb

Your own site · 80×15
<a href="https://agentmods.dev/skills/supertrained/rhumb/verify-rhumb"><img src="https://agentmods.dev/badge/skills/supertrained/rhumb/verify-rhumb.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,910 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00061 $0.01910
Opus 5 $0.00030 $0.00955
Sonnet 5 $0.00012 $0.00382
Haiku 4.5 $0.00006 $0.00191

Measured 2d ago against content hash a2bddee3cf34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

verify-rhumb scanned grade A with 1 finding 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (bin/common.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Primary surface is the public HTTP API. MCP, CLI, and the website wrap the same Index and Resolve reads. This skill drives those reads with curl. It does not call `POST /v1/capabilities/{id}/execute` or any paid rail.
.cursor/skills/verify-rhumb/SKILL.md · 163 lines

How it starts

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

Verify Rhumb

Read this file, then features/README.md, then the one feature file you will drive. Do not invent capabilities. Do not execute.

Primary surface is the public HTTP API. MCP, CLI, and the website wrap the same Index and Resolve reads. This skill drives those reads with curl. It does not call POST /v1/capabilities/{id}/execute or any paid rail.

Launch

Default target is live production. Do not start a local process.

export VERIFY_RHUMB_BASE="${VERIFY_RHUMB_BASE:-https://api.rhumb.dev}"
export VERIFY_RHUMB_SITE="${VERIFY_RHUMB_SITE:-https://rhumb.dev}"
export VERIFY_RHUMB_RUN_ID="${VERIFY_RHUMB_RUN_ID:-$(date -u +%Y%m%dT%H%M%SZ)}"
.cursor/skills/verify-rhumb/bin/launch

Ready means GET $VERIFY_RHUMB_BASE/v1/healthz returns HTTP 200 and {"status":"ok"}.

Teardown is bin/cleanup. Live launch creates no process. Cleanup must still run so scratch state under /tmp/verify-rhumb-state-$VERIFY_RHUMB_RUN_ID is removed.

Optional local API

This checkout documents local start in the Makefile and packages/api/README.md.

make dev
cd packages/api && python3.12 -m venv .venv && source .venv/bin/activate
pip install -r requirements-dev.txt
uvicorn main:app --reload --port 8000

packages/api/main.py re-exports app from app.py. The root README uvicorn app:app line also works. Prefer uvicorn main:app --port 8000.

Local search and resolve read Supabase through packages/api/routes/_supabase.py. .env.example sets SUPABASE_URL=http://localhost:54321 and placeholder keys. Without a real Supabase catalog, /v1/search returns empty results or "Search unavailable." That is not a production proof.

make dev needs Docker for Postgres 54322 and Redis 6379. If docker is missing, stay on https://api.rhumb.dev.

Astro web, if you need it: cd packages/astro-web && npm ci && npm run dev on port 4321. MCP discovery: npx -y --package rhumb-mcp@latest rhumb-mcp with no key.

Doctor

Run this first whenever the instance looks off.

Read the full file on GitHub · 163 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. 2d ago First seen · 163 lines · 61 tokens per session scan A a2bddee3cf34

Subscribe to this mod's changes

verify-rhumb is a skill published in the GitHub repository supertrained/rhumb (3 stars, last pushed 2d ago), licensed MIT. It adds 61 tokens to every session and 1,910 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.