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/overlay-appsnpx skills add sonichi/sutando --skill overlay-appsgit 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/overlay-apps)<a href="https://agentmods.dev/skills/sonichi/sutando/overlay-apps"><img src="https://agentmods.dev/badge/skills/sonichi/sutando/overlay-apps.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 | $0.00062 | $0.00963 |
| Opus 5 | $0.00031 | $0.00481 |
| Sonnet 5 | $0.00012 | $0.00193 |
| Haiku 4.5 | $0.00006 | $0.00096 |
Grade A, and why
overlay-apps 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 4d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Overlay Apps
A small framework for Sutando desktop overlays: always-on-top, frameless,
transparent Electron windows that float over whatever you're working on,
controllable from the web UI's /overlays manager view.
The framework gives you, for free:
- A localhost control server the web UI manager talks to (open / close / show / hide / opacity / always-on-top).
- Multi-display placement — move every overlay to a chosen monitor; the choice persists across restarts.
- Auto-dim on app blur — overlays fade to ~20% opacity when you click into another app, restore to their configured opacity when you click an overlay back.
- A simple
OVERLAYSregistry — add a new overlay by registering it.
When to use
Building or running a Sutando desktop overlay — an always-on-top, frameless
floating window controllable from the web UI /overlays manager. Use this
framework (register in the OVERLAYS registry) rather than hand-rolling an
Electron window. Not for normal app windows or the menu-bar app.
Done & failure modes
- Done = the overlay appears always-on-top and the
/overlaysmanager can open/close/show/hide/opacity it; placement persists across restarts. - Control server port already in use → another overlay-apps instance is running; stop it first.
- Overlay invisible → check it was registered in
app/main.jsOVERLAYSand thatscripts/launch.shsynced source → workspace + installed deps.
Ships with
One example overlay: System Resources — live CPU / memory / disk / network / load (Cmd+Shift+S). The framework is overlay-agnostic; the example is just a working starting point.
Layout — workspace contract
- Source of truth:
skills/overlay-apps/app/(in the repo). - Running instance:
<workspace>/overlay-apps/benchmark-overlay/—node_modulesand any local state live here, not in the repo. Code in the repo, mutable runtime in the workspace, per the Sutando workspace contract.<workspace>resolves viabash scripts/sutando-config.sh workspace(M0 helper, PR #1395) — defaults to<repo>/workspace/.
What ships with it
12 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.
- app/.gitignore 14 B
- app/control-server.js 5.8 KB runs code
- app/main.js 8.8 KB runs code
- app/package-lock.json 31 KB
- app/package.json 352 B
- app/preload.js 272 B runs code
- app/stats-renderer.js 2.5 KB runs code
- app/stats.html 725 B
- app/stats.js 3.7 KB runs code
- app/styles.css 5.9 KB
- manifest.json 542 B
- scripts/launch.sh 1.4 KB runs code
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.
- 4d ago First seen · 94 lines · 62 tokens per session scan A ce24b81d5e34
overlay-apps is a skill published in the GitHub repository sonichi/sutando (391 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 963 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.
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.
media-processing
Ingest and process media files (video, audio, image).