AIRI is a self-hosted virtual AI companion that gives an AI character a voice, visual presence, memory, and the ability to interact with games and coding activity. People use it as a personal digital companion on the web, macOS, or Windows, including for voice chat and gameplay. The catalogue add-ons provide workflows for working with the AIRI project.
Borrowing it
Nothing to install: this file belongs to moeru-ai/airi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/moeru-ai/airi/main/.agents/skills/use-vishot-with-web/SKILL.mdgit clone --depth 1 https://github.com/moeru-ai/airiWrote 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/moeru-ai/airi/use-vishot-with-web)<a href="https://agentmods.dev/skills/moeru-ai/airi/use-vishot-with-web"><img src="https://agentmods.dev/badge/skills/moeru-ai/airi/use-vishot-with-web/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/moeru-ai/airi/use-vishot-with-web"><img src="https://agentmods.dev/badge/skills/moeru-ai/airi/use-vishot-with-web.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Snyk pass
- 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.00049 | $0.01049 |
| Opus 5 | $0.00024 | $0.00524 |
| Sonnet 5 | $0.00010 | $0.00210 |
| Haiku 4.5 | $0.00005 | $0.00105 |
Grade A, and why
use-vishot-with-web 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 12d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use Vishot with Web
Prefer product-owned Vishot capture roots when available. Otherwise capture a local URL directly.
Workflow
-
Identify the route, state, viewport, theme, locale, and output directory supplied by the caller.
-
Ensure Vishot's Playwright Chromium runtime exists. If Vishot reports a missing executable, run
pnpm exec playwright install chromiumonce and retry. -
Start the application with its repository-owned development or preview command.
-
Wait until the development server reports that it is listening, then let Vishot handle reload stability with an explicit
--settle-ms 2500. Vishot intentionally has no default delay because it serves projects with different readiness contracts. -
Run the documented scene command when the app exposes Vishot capture roots and a ready signal.
-
Otherwise capture the route directly:
pnpm exec vishot render \ --target browser \ http://127.0.0.1:5173/settings \ --width 1440 \ --height 900 \ --settle-ms 2500 \ --output-dir /absolute/output/settings -
Repeat for each requested route and viewport. Use
--nameonly when URL-derived names collide or fail to describe the state. -
Inspect each image for loading screens, stale data, iframe refusal, missing fonts, permission prompts, and animation instability.
-
Return its stable ID, title, viewport, and absolute path to
$use-vishotor the caller.
Viewport Sizing
Prefer Vishot's browser dimensions when the size is known before launch:
pnpm exec vishot render \
--target browser \
http://127.0.0.1:5173/settings \
--width 1440 \
--height 900 \
--output-dir /absolute/output/settings
Use Playwright's viewport API when a browser scenario must change responsive states during the same run:
await page.setViewportSize({ width: 390, height: 844 })
await page.waitForFunction(size => (
globalThis.innerWidth === size.width
&& globalThis.innerHeight === size.height
), { width: 390, height: 844 })
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.
- 12d ago First seen · 82 lines · 49 tokens per session scan A cede46f6400a
use-vishot-with-web is a skill published in the GitHub repository moeru-ai/airi (49,010 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 1,049 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
claude_code
This document describes how a Claude Code agent (or any agent using the Claude Code CLI pattern) invokes the Seiðr-Smiðja forge through the Rúnstafr CLI bridge.
web-fetch
Fetch and extract readable content from web pages. Use for lightweight page access without browser automation.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
azure-messaging-webpubsub-java
Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.
google-safe-browsing
Prevent and fix Google Safe Browsing "Dangerous site" flags. Use when launching a public web app, buying/picking a domain, building a login or signup page, or when any site shows a red "Dangerous site" / "Deceptive site" warning in Chrome, Brave, Safari, Firefox, or Edge. Triggers on "dangerous site", "deceptive…