Make a cat skin

Custom coats, no tooling required

A skin is a folder of PNG strips. Drop it in the game's skins folder and your coat shows up in the adopt list; publish it to the Steam Workshop and anyone subscribed gets it automatically. The minimum viable skin is one image.

The folder

MySkin/
  skin.json     (optional but recommended)
  preview.png   (optional; Workshop thumbnail, ~512x512)
  Idle.png      (REQUIRED)
  Idle2.png     Run.png  Sitting.png  Sleep.png
  Jump.png      Attack.png  Hurt.png  Die.png

Any strip you leave out falls back to Idle, so start with just Idle.png and add strips as you draw them.

skin.json

{
  "name": "My Skin",
  "author": "you",
  "scale": 1.0,
  "description": "Shown on the Workshop page."
}

The strip format

What each strip is used for (the game maps its ~40 behaviors onto these):

StripUsed for
Idlestanding, sniffing, tail wagging, the universal fallback
Idle2grooming, stretching, yawns, the flex gag
Runwalk, sneak, run, zoomies
Sittingsit, crouch, lie down, kneading, the poop gag
Sleepsleeping; draw the cat asleep, the game adds the floating Zs, so do not bake any in
Jumpjump (first ~7 frames), falling (next 2, looped), landing (last frames)
Attackpouncing and pawing at the cursor
Hurtthe fright jump (skittish mode, spooks)
Diethe playing-dead gag

Tip: frame timing is fixed per behavior, so smooth strips in the 6 to 14 frame range look best. Chunky pixels are the aesthetic; the game renders everything at 3x to 8x nearest-neighbor scale.

Testing locally

  1. Put your folder in %APPDATA%\Godot\app_userdata\Taskbar Cat Club\skins\
  2. Restart the game.
  3. Settings (alt+click a cat) > coat dropdown > your skin > Adopt.

Malformed strips are skipped with a note in the log rather than crashing; if your skin does not appear, check the strip dimensions first.

Publishing to the Workshop

With Steam running and the game closed:

TaskbarCatClub.exe -- --publish-skin "C:\path\to\MySkin"

Only publish art you made or have the rights to redistribute. Do not re-upload the game's built-in coats or other purchased asset packs.

Questions?

[email protected] or the game's Steam community hub.

Taskbar Cat Club · © 2026 Discord  ·  Home