Create consistent Alano mascot stills, badges, transparent cutouts, and loopable videos from canonical reference art. Use when adding Alano to a product, choosing an Alano pose or mood, generating on-brand Alano art with Seedream or Seedance, removing flat backgrounds, or preparing mascot media for web and apps.
Use this suite to produce Alano artwork without character drift. Every generation must stay anchored to bundled canonical reference images and fixed brand rules.
Resolve `SKILL_DIR` as the directory containing this `SKILL.md`. All `references/`, `scripts/`, and `assets/` paths below are relative to `SKILL_DIR`. Run scripts from the user's project root so generated files land under that project's `output/` directory.
1. Read `references/brand.md` before any visual generation.
2. Then read only the relevant workflow:
- Still, pose, costume, badge, or icon: `references/image-generation.md`
- Animation or raw video clip: `references/video-generation.md`
- Square crop, seamless loop, poster, compression, or manifest: `references/video-postprocess.md`
- Transparent still or background removal: `references/cutout.md`
3. Use bundled scripts rather than recreating API or post-processing logic.
From project root, replace `<SKILL_DIR>` with resolved absolute path:
```bash
SEEDANCE_API_KEY="<runtime key>" \
SEEDREAM_ONLY="wave" \
node <SKILL_DIR>/scripts/generate-alano-images.mjs
SEEDANCE_API_KEY="<runtime key>" \
SEEDANCE_ONLY="idle" \
node <SKILL_DIR>/scripts/generate-alano-videos.mjs
node <SKILL_DIR>/scripts/postprocess-alano-clips.mjs idle
python3 <SKILL_DIR>/scripts/cutout_alano.py output/stills/wave.png
```
Set `ALANO_OUTPUT_DIR=/absolute/path` to override default output root (`$PWD/output`).
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/alano-mascot/raw