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 skills/sonichi/sutando/open-sutando-refnpx skills add sonichi/sutando --skill open-sutando-refgit clone --depth 1 https://github.com/sonichi/sutandoWrote 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/skills/sonichi/sutando/open-sutando-ref)<a href="https://agentmods.dev/skills/sonichi/sutando/open-sutando-ref"><img src="https://agentmods.dev/badge/skills/sonichi/sutando/open-sutando-ref.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.1 | $0.00034 | $0.00418 |
| Opus 5 | $0.00017 | $0.00209 |
| Sonnet 5 | $0.00007 | $0.00084 |
| Haiku 4.5 | $0.00003 | $0.00042 |
Grade A, and why
open-sutando-ref 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 6d 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.
What it actually says
Open Sutando Ref
Resolves natural-language and numeric GitHub references to URLs and optionally navigates to them. Closes #903.
Usage: /open-sutando-ref [--open] <ref>
ARGUMENTS: $ARGUMENTS
Reference formats
#874/874— numeric (auto-detects PR vs issue)PR 874/pull request 874— explicit PRissue 874— explicit issue"the result-marker PR"— fuzzy text search viagh pr/issue list --search"multi-core scheduler"— searches both PRs and issues, returns best match
What this skill does
- Parse the reference: numeric, explicit PR/issue, or fuzzy query.
- For numeric refs: check whether the number exists as a PR, fall back to issue.
- For fuzzy refs: run
gh pr list --search <query>thengh issue list --search <query>; return the top match URL. - Print the URL to stdout.
- If
--openflag is present, callopen <url>to navigate in the default browser.
Configuration
SUTANDO_GH_REPO— override the target repo (default: inferred fromgh repo vieworsonichi/sutando).
When to use
- Voice command: "open the result-marker PR" → invoke
resolve.py --open "result-marker PR" - Chat shorthand: "check #874" → invoke
resolve.py "#874" - Proactive loop step 10: when forwarding Discord references, resolve before posting
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 41 lines · 34 tokens per session scan A 2ba0e6f48a9b
open-sutando-ref is a skill published in the GitHub repository sonichi/sutando (391 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 418 once invoked, about $0.0002 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 skills, from other repositories
contacts
Manage contacts, communication channels, access control, and invite links.
gmail
Manage Gmail email — drafting, sending, organizing, filters, vacation replies, and inbox analysis.
app-builder
Build and edit small, personal visual tools and artifacts — dashboards, trackers, calculators, data visualizations, charts, simple landing pages, and slide decks the user wants for THEMSELVES. This is the right skill whenever the user asks to "visualize this," "make a chart," or "build an artifact" for their own use…
assistant-migration
Migrate from ChatGPT, Claude, OpenClaw, Hermes, Manus, and other AI assistants into Vellum by inspecting their data exports, conversation archives, files, prompts, custom instructions, memory, saved memories, tools, GPTs, workflows, integrations, and relationships, then mapping as much as safely possible into Vellum…
guardian-verify-setup
Set up channel verification for phone, Telegram, Slack, Discord, or email channels via outbound verification flow.
schedule
Reminders, automations, and recurring page, dashboard, or status monitoring (cron, RRULE, or fire-at).