aimeat-protocol: Skill for Claude Code

.claude/skills/aimeat-video/SKILL.md

aimeat-video is a skill for Claude Code from miikkij/aimeat-protocol. It costs 94 tokens per session (2,155 once invoked), scanned A, original, MIT.

A workflow for making AIMEAT demonstration videos from live browser recordings, existing clips, or captured still images.

In plain words
What is it for?
It is for recording scripted browser actions, watching live activity, assembling clips and stills, and rendering finished AIMEAT videos.
Why use it?
It keeps demonstrations tied to real data and defines how footage, explanatory cards, honesty captions, and YouTube hand-off are handled.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is miikkij/aimeat-protocol's own configuration. It tells Claude Code how to work on aimeat-protocol 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 aimeat-protocol configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python aimeat/scripts/demo-video/stills/render_cards.py genimages/videos/<project>.

Reuse

Borrowing it

Nothing to install: this file belongs to miikkij/aimeat-protocol. 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/miikkij/aimeat-protocol/main/.claude/skills/aimeat-video/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/miikkij/aimeat-protocol

Made for: Claude Code.

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 aimeat-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/miikkij/aimeat-protocol/aimeat-video/github.svg)](https://agentmods.dev/skills/miikkij/aimeat-protocol/aimeat-video)
Your own site
<a href="https://agentmods.dev/skills/miikkij/aimeat-protocol/aimeat-video"><img src="https://agentmods.dev/badge/skills/miikkij/aimeat-protocol/aimeat-video/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 aimeat-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/miikkij/aimeat-protocol/aimeat-video"><img src="https://agentmods.dev/badge/skills/miikkij/aimeat-protocol/aimeat-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,155 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00094 $0.02155
Opus 5 $0.00047 $0.01077
Sonnet 5 $0.00019 $0.00431
Haiku 4.5 $0.00009 $0.00215

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

Security

Grade A, and why

aimeat-video 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 10d 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.

.claude/skills/aimeat-video/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Making a video of AIMEAT

Every video here shows the production node with real data. Nothing is mocked and no slide is re-narrated: the deck says what is claimed, the video shows it moving. Three tools cover the three kinds of footage, and all three live in aimeat/scripts/demo-video/, which is gitignored on purpose (marketing tooling, plus login paths). They exist on Jouni's machine; a fresh clone does not have them.

You need Tool Output
A browser DOING things, scripted step by step (register, build a board, buy a listing) record.mjs + cut.mjs with a scenes.<name>.json manifest genimages/videos/<name>/<name>.mp4 + <name>.marks.json
A browser WATCHING things happen that someone else does (an agent over MCP, a scheduled job) watch.mjs --url=… --seconds=… --name=… same, plus live/NNNN.png every 5 s
A cut from stills and existing clips with narrator cards (pitch, overview, montage) stills/render_cards.py + stills/build.py on a project folder with cut.json genimages/videos/<project>/out/<name>.mp4

aimeat/scripts/demo-video/README.md documents the manifest step types for the performer; genimages/videos/mainos/README.md is the worked example of an ad cut from generated clips; genimages/videos/pitch2026/cut.json is the worked example of a stills cut (the Maria01 pitch video, ten scenes, 2:56).

Before the first capture

  • ffmpeg on PATH, Python with Pillow, and for the performer @playwright/test (already a devDep in aimeat/; run its scripts from aimeat/ so it resolves).
  • Signed-in state for the performer and the camera: node scripts/demo-video/_login-state.mjs (from aimeat/). It reads docs/internal/prod-login-happydude500001.json, signs in on aimeat.io and on the ORIGAMI origin, and writes genimages/videos/_state/prod-owner-state.json, which every scenes.*.json points at. The ORIGAMI session is bridge-based and goes stale; re-run this before a shoot rather than debugging a stale state.
  • Stills are captured with the Playwright MCP server in a 1920×1080 viewport (browser_resize first). Sign in through the app's own Sign In button: it opens the app-grant page on aimeat.io, and the credentials go into #aimeat-username / #aimeat-password there. Apps on their own subdomains share that session afterwards.
  • A capture lands in the repo root by default. Move it into the project's src/ at once; no scratch files stay in the root.

Read the full file on GitHub · 134 lines

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. 10d ago First seen · 134 lines · 94 tokens per session scan A c8df8330c955

Subscribe to this mod's changes

aimeat-video is a skill published in the GitHub repository miikkij/aimeat-protocol (7 stars, last pushed today), licensed MIT. It adds 94 tokens to every session and 2,155 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

scriptwriter-room

Focused on writers' room operations — creating rooms with a seed prompt, contributing signed scenes/dialogue/stage-directions/twists/chaos-cards/notes, subscribing to the SSE live stream, polling for new contributions. Use when the user wants to actually draft something with peers, draw a chaos card to seed a scene…

cambridgetcg/agenttool · 97 tokens

scriptwriter

Use when the user wants to interact with the decentralised scriptwriter recognition + co-brainstorm protocol — opening REAL RECOGNISE REAL cascades, creating writers' rooms, contributing scenes/dialogue/twists to a draft, pairing with peer scriptwriter nodes, or drawing chaos cards. Triggers on phrases like "open a…

cambridgetcg/agenttool · 123 tokens

xiaohongshu-auto-posting

Automates the complete Xiaohongshu (XHS / Little Red Book) content operation workflow: pain-point topic collection → style case collection → topic selection → content writing → publishing → performance tracking. Use when user mentions xiaohongshu auto posting, xhs auto post, little red book posting, xiaohongshu post…

browser-act/skills · 182 tokens

image-gen

Generate images from text prompts via DashScope/Qwen. Use when creating, drawing, or illustrating images.

alibaba/anolisa · 24 tokens

aov-mingyu-api

An interface to the aov.cc public API for Chinese astrology, divination, tarot, calendars, and related prompt generation.

tradecatlabs/fatecat · 105 tokens

meihua-yishu

A Meihua Yishu divination tool, a traditional Chinese method related to the I Ching that interprets hexagrams, or six-line symbols. It can create readings from time, numbers, words or observed surroundings.

tradecatlabs/fatecat · 101 tokens