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 skills add SaikaAco/saika-hermes-skills --skill prototypegit clone --depth 1 https://github.com/SaikaAco/saika-hermes-skillsWrote 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/saikaaco/saika-hermes-skills/prototype)<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/prototype"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/prototype/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.
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/prototype"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/prototype.svg" alt="Reviewed on agentmods" width="80" 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.00046 | $0.00818 |
| Opus 5 | $0.00023 | $0.00409 |
| Sonnet 5 | $0.00009 | $0.00164 |
| Haiku 4.5 | $0.00005 | $0.00082 |
Grade A, and why
prototype 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prototype
Lineage and canonical protocol
This is an MIT-licensed Hermes entry point adapted from Matt Pocock's public
prototype.
The complete upstream MIT notice is preserved in
references/third-party-notices.md.
The canonical shared procedure and handoff schema live in Wayfinder's
references/prototype-handler.md. Load that reference with skill_view and
follow it exactly. Keeping the protocol there gives standalone prototypes and
Wayfinder PROTOTYPE tickets one source of truth.
Invocation and input
Run only when:
- the user explicitly asks to prototype one decision; or
- one existing named Wayfinder
PROTOTYPE/HITLticket invokes it.
For a Wayfinder invocation, require its map and ticket handles and return the
canonical wayfinder-prototype-v1 handoff.
For a standalone invocation, establish the equivalent bounded input before building:
- destination;
- exactly one decision question;
LOGICorUIbranch;- constraints and direct dependencies;
- artifact authority and allowed location;
- human decision owner.
Use ticket_handle: standalone in the handoff when no authoritative ticket
exists. Do not create a Wayfinder package or tracker item merely to supply an
ID.
Procedure
- Load
wayfinder, then loadreferences/prototype-handler.mdthroughskill_view. - Apply its authority, placement, branch, smoke-verification, human-reaction, evidence-lifecycle, persistence, and no-promotion gates.
- Build only the smallest runnable artifact needed to answer the named question.
- Execute the documented command or URL path and verify the decision-bearing interaction or variants.
- Deliver the artifact to the human and collect actual reaction. A runnable artifact without reaction remains unresolved.
- Return the complete
wayfinder-prototype-v1handoff. - Stop. Production specification, implementation, commit, publication, deployment, and cleanup require their own authority.
What ships with it
1 file 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.
- 8d ago First seen · 90 lines · 46 tokens per session scan A 1fd67ba098d0
prototype is a skill published in the GitHub repository SaikaAco/saika-hermes-skills (2 stars, last pushed 10d ago), licensed MIT. It adds 46 tokens to every session and 818 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-31.
Other skills, from other repositories
superloopy-clone
Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…
position-me
Elite Website Reviewer Agent for AEO, GEO, SEO, UI/UX Psychology, and Copywriting. Use this skill when asked to review or evaluate a website's positioning. It conducts an EXHAUSTIVE, multi-page, psychologically-driven, and ruthless analysis of the entire website. Produces a massive, comprehensive, scored report with…
hermes-themes
Author a Hermes skin — one YAML file that themes the CLI, the TUI, and the desktop GUI at once. The skin engine (hermescli/skinengine.py) resolves the active skin and the gateway pushes it to every surface, so a file dropped in /.hermes/skins/ is the theme analogue of a plugin: no code, all surfaces. This skill covers…
superloopy-frontend
Use only after explicit Codex $superloopy:superloopy-frontend or Claude Code /superloopy:superloopy-frontend invocation for supported screen-based application UI across browser-hosted Web, interactive deployed content-led Web, desktop, mobile/tablet, embedded/hybrid, Qt, custom-rendered, or mixed targets, such a task…
ui-ux-pro-max
Use when designing, implementing, reviewing, or improving web and mobile UI/UX. Consults searchable design data for product patterns, styles, palettes, typography, accessibility, charts, icons, and common frontend stacks.
aws-diagram-mcp
Seamlessly create diagrams using the Python diagrams package DSL. This server allows you to generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.