creativeclaw-create-character
Installation
SKILL.md
Create Character
Create a durable identity record that can be reused across Creative Claw generation. A Character stores a description, one canonical image, and optionally a consented ElevenLabs cloned voice; it is not a newly trained visual model.
Workflow
- Check
list_charactersfor an existing match before creating a duplicate. - Define the identity sheet: name, role, age range, face, hair, build, wardrobe anchors, distinctive details, speaking style, and traits that must not drift.
- Obtain a clean canonical portrait. Use a supplied reference, or generate and approve one with
creativeclaw-generate-imagebefore saving it. - Call
manage_character({ title, description, image_url }). Omitidto create; keep the description visual and stable rather than scene-specific. - If the user wants a reusable custom voice, route to
creativeclaw-clone-voice. Require explicit consent and a suitable voice sample before callingclone_voice. - Run a low-cost image or voice audition if the Character will anchor a larger production. Update the record only with approved changes.
Visual consistency
- Use the canonical Character image for identity and create separate wardrobe, pose, or environment references as ordinary assets.
- Passing
character_idtogenerate_imageorgenerate_videouses the saved visual when no primary image is supplied. When a storyboard or product shot already occupiesimage_url, do not assume the Character image is also included; pass it through a supported reference array when the selected model allows it. - Keep identity facts constant and put scene actions, camera, lighting, and temporary wardrobe in the generation prompt.