animaworks: Skill for Claude Code

.claude/skills/bustup-frame-gen/SKILL.md

bustup-frame-gen is a skill for Claude Code from xuiltul/animaworks. It costs 165 tokens per session (2,034 once invoked), scanned A, original, Apache-2.0.

A procedure for generating sets of still images that make a bust-up avatar appear animated, such as changing its mouth and blinking. Bust-up means an image showing a character from about the chest upward; the frames are switched with web code instead of using a rigging system.

In plain words
What is it for?
Use it to create five animation frames for each supported facial expression, covering closed, partly open, and open mouths plus blinking.
Why use it?
It provides the separate images needed for simple lip-sync and blinking animations. If frames are missing, the avatar can fall back to its still image.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

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

Reuse

Borrowing it

Nothing to install: this file belongs to xuiltul/animaworks. 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/xuiltul/animaworks/main/.claude/skills/bustup-frame-gen/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/xuiltul/animaworks

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 bustup-frame-gen

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuiltul/animaworks/bustup-frame-gen.svg)](https://agentmods.dev/skills/xuiltul/animaworks/bustup-frame-gen)
Your own site
<a href="https://agentmods.dev/skills/xuiltul/animaworks/bustup-frame-gen"><img src="https://agentmods.dev/badge/skills/xuiltul/animaworks/bustup-frame-gen.svg" alt="Measured on agentmods" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,034 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 49
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 49
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00165 $0.02034
Opus 5 $0.00082 $0.01017
Sonnet 5 $0.00033 $0.00407
Haiku 4.5 $0.00016 $0.00203

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

Security

Grade A, and why

bustup-frame-gen scanned grade A with 1 finding 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 8d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/compose_frames.py, scripts/gen_one.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "http://127.0.0.1:18500/api/animas/<name>/assets/avatar_bustup_neutral_frame_base.png" \
.claude/skills/bustup-frame-gen/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.

Bustupアニメーションフレーム生成 — 疑似Live2D方式

音声ポップアップ(animaタブ長押し)のbustupを、静止画フレーム切替+CSS/JSで動かすための アセット生成手順。2026-08-20にmeiで確立。

方式: リギングなし。口3段階×瞬きのフレーム切替 + CSS呼吸/揺れ + lerp視線追従 + TTS音量(RMS)口パク。AI VTuberのデファクト(感情タグ→プリセット切替、Neuro-samaも同方式)。

成果物の契約(フロントエンドが期待する形)

配置先 <data_dir>/animas/<name>/assets/(通常 ~/.animaworks/animas/<name>/assets/):

avatar_bustup_<expr>_frame_base.png       # 目開き+口閉じ(その表情の口)
avatar_bustup_<expr>_frame_blink.png      # 目閉じ
avatar_bustup_<expr>_frame_half.png       # 口半開き
avatar_bustup_<expr>_frame_open.png       # 口開き
avatar_bustup_<expr>_frame_blinkhalf.png  # 目閉じ+口半開き
  • <expr> は voice-popup.js の VALID_EXPRESSIONS と同じ7種: neutral / smile / laugh / troubled / surprised / thinking / embarrassed。 neutralも明示的に _neutral_ を含む(既存 avatar_bustup.png の命名特例は適用しない)
  • 5枚×7表情=35枚。フロントは _frame_base.png へのHEAD 1発で存在判定するので 表情単位で5枚揃えて置く(中途半端に置かない)
  • フレームが無いanima/表情は自動で静的bustupへフォールバック(mei以外は当面フレーム無しでよい)
  • 描画側の実装は server/static/pages/chat/bustup-animator.js(変更不要)。 仕様の正本は docs/issues/20260820_mei-pseudo-live2d-popup.md

手順

1. 作業ディレクトリ準備

scratchpadに表情ごとのサブディレクトリを作り、既存bustupを src.png としてコピーする。

W=<scratchpad>/bustup-frames; A=~/.animaworks/animas/<name>/assets
for e in neutral smile laugh troubled surprised thinking embarrassed; do
  mkdir -p $W/$e
  cp $A/avatar_bustup_${e}.png $W/$e/src.png   # neutralは avatar_bustup.png の場合あり
done

2. grok image_editで差分3枚を生成(表情ごと)

scripts/gen_one.sh <expr_dir> を直列実行する(grokのheadlessに image_edit ツールがある。 プロンプト全文はスクリプト内。要点: src.png と完全同一を保ち、指定の1変化だけ加える)。

for e in neutral smile laugh troubled surprised thinking embarrassed; do
  bash .claude/skills/bustup-frame-gen/scripts/gen_one.sh $W/$e
done

各dirに eyes_closed.png / mouth_half.png / mouth_open.png ができる。 1表情10分程度(timeout 600)。

3. PIL合成で残り2枚を作る — ここが最大の罠

grok image_editは元画像と解像度・フレーミングが変わる(実測: 1024×1365→864×1152)。 ただし同一呼び出しで生成された差分3枚同士はピクセル一致する。したがって:

  • src.png(元bustup)とはいかなる合成もしない。frame_base すら src からは作れない
  • base(目開き+口閉じ)と blinkhalf(目閉じ+口半開き)は差分同士の口領域pasteで合成する

Read the full file on GitHub · 134 lines

Files

What ships with it

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

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. 8d ago First seen · 134 lines · 165 tokens per session scan A 3ee6c27e89ee

Subscribe to this mod's changes

bustup-frame-gen is a skill published in the GitHub repository xuiltul/animaworks (254 stars, last pushed yesterday), licensed Apache-2.0. It adds 165 tokens to every session and 2,034 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

hive.image-generation

Required before calling imagegenerate. Create and edit images from a prompt — generate an image, make a picture / logo / illustration / icon / banner / poster / thumbnail / hero image / mockup / product shot / social graphic, or edit / restyle / combine existing images from reference images. Uses OpenAI gpt-image-2…

aden-hive/hive · 149 tokens

prompt-craft

Translate natural language image descriptions into detailed, structured DALL-E prompts with subject, style, composition, lighting, and mood specifications.

vladkesler/initrunner · 30 tokens

presentation-template-designer

Plan reusable presentation templates from a creative brief, optional brand assets, or an existing deck. Use when Codex needs to define a slide inventory, choose an editable presentation toolchain, author or validate a template manifest, adapt a visual system for PowerPoint or Google Slides, or prepare a reviewed…

Prompthon-IO/agent-systems-handbook · 70 tokens

openai-image-cli

Generate, edit, and manage images via OpenAI's GPT Image and DALL-E models.

mupengi-bot/mupengism · 24 tokens

cardnews

A workflow for creating five-image Instagram carousel posts, also called card news. It covers planning the slides, generating images, converting them to JPG, writing a caption, and preparing an upload.

mupengi-bot/mupengism · 77 tokens

youtube

A YouTube integration for searching videos, reading video details, summarising subtitles, viewing subscriptions and liked videos, downloading videos, and monitoring channels for new uploads.

Rayan55050/progressive-agent · 20 tokens