Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hkuds avatar

Cli Anything Live2d

  • 91 installs
  • 46.6k repo stars
  • Updated August 3, 2026
  • hkuds/cli-anything

Inspect, validate, edit, lint, diff, batch-manage, and deploy Live2D Cubism models (.model3.json) from the command line without the Live2D Editor.

About

A 42-command CLI for Live2D Cubism models covering inspection, editing, linting, diffing, batch operations, asset management, generation, and deployment. A developer uses it to work with .model3.json models without opening the Live2D Editor.

  • 42 commands including 18 read commands like inspect, validate, and motions
  • Edits and validates .model3.json models and referenced assets

Cli Anything Live2d by the numbers

  • 91 all-time installs (skills.sh)
  • +15 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #801 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-live2d

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs91
repo stars46.6k
Last updatedAugust 3, 2026
Repositoryhkuds/cli-anything

What it does

Inspect, validate, edit, lint, diff, batch-manage, and deploy Live2D Cubism models (.model3.json) from the command line without the Live2D Editor.

Files

SKILL.mdMarkdownGitHub ↗

cli-anything-live2d

Full-featured CLI for Live2D Cubism models. 42 commands covering inspection, editing, linting, diffing, batch operations, asset management, generation, and deployment — all without the Live2D Editor.

Commands (42 total)

Read (18)

CommandPurpose
inspect <model>Model overview (version, counts, features)
validate <model>Check all referenced files exist
motions <model>List motions with fade times
motion-info <file>Detailed motion analysis
expressions <model>List expression presets
expr-info <file>Detailed expression analysis
textures <model>List textures with dimensions and sizes
physics <file>Physics simulation config
moc3 <file>Moc3 binary info
params <model>Parameter groups
param-list <model>All params across motions/expressions
deps <model>Dependency graph
compare <a> <b>Quick comparison
diff <a> <b>Detailed diff
scan <dir>Find all models in directory
export <model>Export as JSON/CSV
stats <dir>Project overview
manifest <model>File inventory with SHA256 checksums

Edit (10, all auto-backup)

CommandPurpose
edit-motionEdit motion fade times or file path
add-motionAdd motion to group
rm-motionRemove motion
add-exprAdd expression
rm-exprRemove expression
edit-textureReplace texture path
edit-modelEdit moc3/physics/pose/userdata
param-editEdit parameter value in .exp3.json
rename-groupRename a motion group
find-replaceBatch rename file references

Generation (3)

CommandPurpose
initGenerate full model template
gen-motionGenerate skeleton .motion3.json
gen-exprGenerate skeleton .exp3.json

Analysis (4)

CommandPurpose
lintBest practice checks
runtime-checkCubism Viewer / Web SDK / Yoyo compatibility
atlasTexture atlas analysis
orphanFind unreferenced files

Workflow (7)

CommandPurpose
undoRestore from auto-backup
backup-cleanRotate old backups
restore-fileRestore specific file from backup
batchBatch-edit multiple models
snapshotGenerate HTML preview
watchAuto-validate on file changes
flattenFlatten directory for deployment

Other (3)

CommandPurpose
migrateModel format version upgrade
packPackage model + deps into zip
yoyo-checkYoyo desktop-pet readiness

All read commands support --json. Edit commands auto-backup.

Examples

cli-anything-live2d inspect model.model3.json
cli-anything-live2d lint model.model3.json --level info
cli-anything-live2d edit-motion model.model3.json -g Idle -i 0 --fade-in 0.3
cli-anything-live2d find-replace model.model3.json -f "old_tex" -f "new_tex"
cli-anything-live2d orphan model.model3.json
cli-anything-live2d runtime-check model.model3.json --target web-sdk
cli-anything-live2d flatten model.model3.json --out-dir ./deploy/
cli-anything-live2d batch ./models/ --set-fade-in 0.3 --dry-run
cli-anything-live2d snapshot model.model3.json --embed
cli-anything-live2d stats ./project/

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.