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 avibe-bot/avibe --skill use-show-pagesgit clone --depth 1 https://github.com/avibe-bot/avibeWrote 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/avibe-bot/avibe/use-show-pages)<a href="https://agentmods.dev/skills/avibe-bot/avibe/use-show-pages"><img src="https://agentmods.dev/badge/skills/avibe-bot/avibe/use-show-pages/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/avibe-bot/avibe/use-show-pages"><img src="https://agentmods.dev/badge/skills/avibe-bot/avibe/use-show-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00039 | $0.02005 |
| Opus 5 | $0.00019 | $0.01002 |
| Sonnet 5 | $0.00008 | $0.00401 |
| Haiku 4.5 | $0.00004 | $0.00200 |
Grade A, and why
use-show-pages 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.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use Show Pages
When a visual page would help the user understand a problem, plan, process, result, or complex information more clearly, use Show Pages. They are useful for diagrams, flowcharts, mind maps, timelines, architecture maps, comparison views, dashboards, visual reports, interactive explanations, and small prototypes.
Each Agent Session has one Show Page. Get this session's page directory:
vibe show path
Check status:
vibe show status
Change visibility:
vibe show update --visibility public
vibe show update --visibility private
vibe show update --visibility offline
For more usage details, run vibe show --help or a subcommand help such as vibe show update --help.
Agent-readable representation
- Every Show Page URL is agent-readable without page-specific code: request the same private or public URL with
Accept: text/markdownto receive its rendered Markdown representation. - Author semantic HTML so that representation stays dense and useful: use headings for sections, lists for sequences or groups, and
<table>for genuinely tabular data. - Add
data-agent-hiddento visual-only or sensitive-to-representation elements that should be omitted from Markdown. Addagent-note="..."when an element needs short agent-only context; the note text is preserved in the representation.
Show Page annotations & reverse marks
- Users can annotate your Show Page; each annotation arrives as a chat message tagged [show-annotation] with its event id. Some messages end with a ready-to-run reply command — whether to reply on the page or respond by editing the page content is your call, per scenario.
- After reworking a page area you may leave a short callout:
vibe show mark <selector-or-anchor> --message '...'(same target replaces), or anagent-note="..."attribute on elements you author. Marks retire once read — leave at most 1-2 per turn. - Inspect/withdraw:
vibe show marks/vibe show unmark <id|target> ...; toggle the user's annotation mode:vibe show annotate --on|--off [--mode smart|screenshot].
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.
- 3d ago Changed · +36 lines · +4 tokens per session 36aacff0eab0
- 5d ago First seen · 61 lines · 35 tokens per session scan A 2b6dcd110c49
use-show-pages is a skill published in the GitHub repository avibe-bot/avibe (503 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 2,005 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-09-05.
Other skills, from other repositories
bento-slides
Create and edit Bento presentations — self-contained .bento.html decks whose document is JSON. Use whenever the user wants a slide deck or presentation: from scratch, from source material, or by improving an existing file.
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, UI mockups, product shots, or transparent-background cutouts. Use when the result should be an image asset rather than repo-native SVG, HTML/CSS, or canvas.
design-impeccable
Always-on visual quality gate and progressive skill router for HTML, dashboards, charts, decks, documents, UI mockups, and other styled artifacts. It keeps universal anti-template rules in context and tells MOZI which specialist design skill to activate before planning visual work.
canvas-designer
Core canvas design skill covering project management, multimedia principles, AI image generation, web image search, and design marker processing. Load for any canvas design task. CRITICAL - When user message contains [@designcanvasproject:...] or [@designmarker:...] mentions, or when the user wants to generate…
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
web-asset-generator
Generate web assets including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn. Use when users need icons, favicons, social sharing images, or Open Graph images from logos or text slogans. Handles image resizing, text-to-image generation, and provides…