🖼️
AutomationPython

Img2Mo Standardize

by WU-HAOTIAN34

Img2Mo Standardize is an Automation skill for Claude Code, published by WU-HAOTIAN34 in 2dimg2motion.

186 stars5 forkson WU-HAOTIAN34/2dimg2motionAdded 2026/09/06+3% in starsRepository updated 2026/07/02
agent-skillsclaude-skillscodex-skillgame-developmentskillskillssprite-animationspritesheet
Install in seconds
Install Img2Mo Standardize
Copy Img2Mo Standardize into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/WU-HAOTIAN34/2dimg2motion/tree/main/skills/img2mo-std ~/.claude/skills/img2mo-std

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/WU-HAOTIAN34/2dimg2motion.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/img2mo-std/SKILL.md in WU-HAOTIAN34/2dimg2motion
Installs to
~/.claude/skills/img2mo-std
Collection
One of 3 skills cataloged from this repository
Category
Automation2032 skills

What Img2Mo Standardize does

Img2Mo Standardize audits and resizes a 2D animation baseline image, adding padding and transparency for later motion generation. Use it before walk, attack, or idle frame generation when the source is too large, cropped, or crowded.

Img2Mo Standardize is cataloged under Automation on DirSkills. Img2Mo Standardize comes from a repository tagged agent-skills, claude-skills, codex-skill, game-development and skill.

Documentation

README

Img2mo-std

Overview

Use this skill when the user invokes:

/img2mo-std xxx.png/pos

The command audits and standardizes a baseline frame before animation generation. It creates a smaller, padded, transparent-canvas source image that leaves enough room for walk, attack, idle, weapon swing, cape, tail, horn, or limb stretch poses.

Input Resolution

Resolve the argument after /img2mo-std as follows:

  1. If it is an existing relative or absolute path, use it directly.
  2. If it is a bare file name such as s7.png, first try sample\s7.png.
  3. If it has no extension such as s7, first try sample\s7.png, then sample\s7.jpg, then sample\s7.webp.
  4. If no matching image exists, report the missing path and do not guess from unrelated files.

Examples:

This is the opening of the README. Read the full README on GitHub.

Commands Img2Mo Standardize provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /img2mo-std

Frequently asked about Img2Mo Standardize

  • What else does WU-HAOTIAN34 publish alongside Img2Mo Standardize?

    Img2Mo Standardize is one of 3 skills that DirSkills catalogs from WU-HAOTIAN34/2dimg2motion, the repository it ships in. Its siblings there include 2D Image To Motion and Img2mo Learn. Each one is a separate skill with its own page in this directory, installs the same way Img2Mo Standardize does, and is maintained by WU-HAOTIAN34 in that same repository. The rest of the collection is listed on the WU-HAOTIAN34/2dimg2motion page.

  • How does Img2Mo Standardize compare to other Automation skills?

    Img2Mo Standardize ranks #1866 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Img2Mo Standardize against them. Open each page to compare what they document and how they install.