airi: Skill for Codex

.agents/skills/use-vishot-for-airi/SKILL.md

use-vishot-for-airi is a skill for Codex from moeru-ai/airi. It costs 70 tokens per session (565 once invoked), scanned A, original, MIT.

A set of Vishot test scenarios for capturing AIRI screens after importing a local display model. Vishot is a tool for taking repeatable application screenshots.

In plain words
What is it for?
Use it to capture AIRI desktop or web screens with an imported avatar model, after building the Electron app and skipping first-run setup.
Why use it?
A screenshot test can miss the real import flow if it starts with a preset model. These instructions make the capture include a contributor-supplied Live2D, VRM, or MMD file.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); $skill-name invocation.

This is moeru-ai/airi's own configuration. It tells Codex how to work on airi itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything airi configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/neko/Pictures/Project.

About the project

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.

moeru-ai/airi · 49,080 stars · on GitHub · airi.moeru.ai

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/moeru-ai/airi/main/.agents/skills/use-vishot-for-airi/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/moeru-ai/airi

Made for: Codex.

Wrote 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.

agentmods badge for use-vishot-for-airi

README.md
[![agentmods](https://agentmods.dev/badge/skills/moeru-ai/airi/use-vishot-for-airi/github.svg)](https://agentmods.dev/skills/moeru-ai/airi/use-vishot-for-airi)
Your own site
<a href="https://agentmods.dev/skills/moeru-ai/airi/use-vishot-for-airi"><img src="https://agentmods.dev/badge/skills/moeru-ai/airi/use-vishot-for-airi/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.

agentmods 80×15 button for use-vishot-for-airi

Your own site · 80×15
<a href="https://agentmods.dev/skills/moeru-ai/airi/use-vishot-for-airi"><img src="https://agentmods.dev/badge/skills/moeru-ai/airi/use-vishot-for-airi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 565 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.00565
Opus 5 $0.00035 $0.00282
Sonnet 5 $0.00014 $0.00113
Haiku 4.5 $0.00007 $0.00056

Measured 13d ago against content hash 7cef09375598, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

use-vishot-for-airi 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 13d 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.

.agents/skills/use-vishot-for-airi/SKILL.md · 48 lines

What it actually says

Use Vishot for AIRI

Invoke $use-vishot, $use-vishot-with-electron, and $use-vishot-with-input-file. Reuse the product helper at packages/scenarios-stage-tamagotchi-electron/src/scenarios/display-model-from-file.ts.

Local model capture

Build Electron, then pass the model path and explicit format through the environment:

pnpm build:tamagotchi

AIRI_DISPLAY_MODEL_FORMAT=live2d \
AIRI_DISPLAY_MODEL_PATH='/Users/neko/Pictures/Project AIRI 静态资产/形象 - Iru/Live2D/Iru v2.0 @ Project AIRI 运行文件.zip' \
pnpm exec vishot capture \
  ./packages/scenarios-stage-tamagotchi-electron/src/scenarios/display-model-from-file.ts \
  --target electron \
  --app-entrypoint ./apps/stage-tamagotchi/out/main/index.js \
  --cwd . \
  --settle-ms 2500 \
  --output-dir ./.vishot/display-model/live2d

Use AIRI_DISPLAY_MODEL_FORMAT=vrm with a local file such as:

/Users/neko/Pictures/Project AIRI 静态资产/形象 - Iru/VRM/ReLU @ Project AIRI.vrm

Use AIRI_DISPLAY_MODEL_FORMAT=mmd with .zip, .pmx, or .pmd. A license-readable public candidate is CG-CA Gene, whose repository provides PMX/PMD models and textures under CC BY 4.0. Prefer a ZIP containing the model and its texture directories.

Scenario contract

The AIRI helper:

  • marks onboarding completed in the test profile and closes an already-open onboarding renderer;
  • opens Settings → Models through product-owned window helpers;
  • starts waiting for the Playwright file chooser before choosing Live2D, VRM, or MMD;
  • correlates the import through the new IndexedDB model key;
  • selects the imported card and waits for the main window selection to match;
  • captures the main stage and removes the imported fixture afterward.

Treat the capture as failed when it still shows a preset model, an import dialog, a blank stage, or a loading state. Inspect every generated image.

Files

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.

Changes

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.

  1. 13d ago First seen · 48 lines · 70 tokens per session scan A 7cef09375598

Subscribe to this mod's changes

use-vishot-for-airi is a skill published in the GitHub repository moeru-ai/airi (49,080 stars, last pushed today), licensed MIT. It adds 70 tokens to every session and 565 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.

Related

Other skills, from other repositories

browse

Drive a real browser through Aside: open a page, read it, click through a flow, take screenshots, check console errors. (gstack).

garrytan/gstack · 32 tokens

experimental-code-coverage-local-debugger

Runs code coverage locally via Universal Test Runner (UTR) or helper scripts, mimicking LUCI trybots. Activate when CQ tryjobs fail or underreport coverage, to test local GN/recipe repairs before uploading, or to debug hermetic crashes.

chromium/chromium · 59 tokens

experimental-read-code-coverage-metrics

Retrieves and analyzes Chromium per-CL code coverage data from the Findit API. Records per-CL coverage metrics for all modified source files and extracts unexecuted code lines.

chromium/chromium · 44 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

anthropics/skills · 35 tokens

create-verification-skill

Create a repo-local verification skill and exhaustive feature map for driving a real app through its UI, CLI, or API. Use for "create a verification skill", "make a verify skill for this repo", or "document how agents can verify this app".

get-bb/bb · 57 tokens

browser-qa

A browser-based quality check for deployed web pages and user flows. It uses browser automation to test rendering, navigation, forms, interactions, responsive behaviour, and accessibility-related issues.

hashgraph-online/awesome-codex-plugins · 58 tokens