🎨
AI EngineeringPython

Asset Generator

by htdt

Asset Generator is an AI Engineering skill for Claude Code, published by htdt in godogen.

5.5K stars485 forkson htdt/godogenAdded 2026/08/15+1% in starsRepository updated 2026/07/26
claudeclaude-codeclaude-code-skillcodexcodex-clicodex-skillgame-developmentgodotgodot4skills
Install in seconds
Install Asset Generator
Copy Asset Generator 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/htdt/godogen/tree/master/asset-gen ~/.claude/skills/asset-gen

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/htdt/godogen.git

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

In this catalog

Source file
asset-gen/SKILL.md in htdt/godogen
Installs to
~/.claude/skills/asset-gen
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Asset Generator does

Asset Generator creates PNG images, GLB 3D models, rigged biped characters, retargeted animations, and animated sprites from text prompts using paid APIs. Use it when a game or interactive project needs generated art, 3D assets, or character animations.

Asset Generator is cataloged under AI Engineering on DirSkills. Asset Generator comes from a repository tagged claude, claude-code, claude-code-skill, codex and codex-cli.

Documentation

README

Asset Generator

Generate PNG images (Gemini or xAI Grok) and GLB 3D models (Tripo3D) from text prompts. These are paid APIs — every call costs real money. Tools live at ${ASSET_GEN_SKILL_DIR}/tools/; run from the project root and keep runtime-loaded outputs under ${RUNTIME_ASSET_DIR}/.

Models

Model Flag Cost Best for
Gemini --model gemini 5¢ (512) · 7¢ (1K) · 10¢ (2K) · 15¢ (4K) Precise prompt following — references, characters, 3D refs, exact layouts
Grok --model grok (default) High quality but imprecise — textures, simple objects, item kits, scenic backgrounds

Grok produces great-looking output but often ignores specific instructions; reach for Gemini when the result must match what you described.

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

Frequently asked about Asset Generator

  • How does Asset Generator compare to other AI Engineering skills?

    Asset Generator ranks #466 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Asset Generator against them. Open each page to compare what they document and how they install.