creatok-generate-image

Installation
CLI
npx skills add https://github.com/echosell/creatok-skills --skill creatok-generate-image

Installez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.

Dernière mise à jour le 4/22/2026

CreatOK Skills

A set of skills for TikTok creators, sellers, and operators to:

  • analyze videos
  • recreate reference videos
  • generate new videos
  • generate AI images

These skills work through CreatOK's remote APIs. You only need to install them and configure your API key.

Manual Install (Without CLI)

Clone the repository first:

git clone https://github.com/EchoSell/creatok-skills.git
cd creatok-skills

Install to OpenClaw:

mkdir -p ~/.agents/skills
cp -R skills/* ~/.agents/skills/

Install to Claude Code:

mkdir -p ~/.claude/skills
cp -R skills/* ~/.claude/skills/

Install to Codex:

mkdir -p ~/.codex/skills
cp -R skills/* ~/.codex/skills/

After installation, you should see these skills:

creatok-analyze-video
creatok-recreate-video
creatok-generate-video
creatok-generate-image

Configure Your API Key

Generate your API key at https://www.creatok.ai/app/workspace/api-keys.

Set your CreatOK Open Skills API key:

export CREATOK_API_KEY="ok_xxx"

If you use OpenClaw, you can also configure the key in openclaw.json.

Add the CREATOK_API_KEY field under the env section in $OPENCLAW_STATE_DIR/openclaw.json:

Please help me set the `env` field in `$OPENCLAW_STATE_DIR/openclaw.json` and add `CREATOK_API_KEY` with the value `{your generated key}`.

How To Use

Just say things like these in chat:

Analyze a TikTok video:

Analyze this TikTok video for me: https://www.tiktok.com/@xxx/video/123

Rewrite a reference video for your own product:

Use this TikTok as a reference and rewrite it for my product: https://www.tiktok.com/@xxx/video/123

Generate a new video:

Generate a TikTok-style video for a pet store opening. Make it upbeat and memorable.

Generate an AI image:

Generate an image of a sunset over mountains in 4K resolution

Check an existing generation task:

Check this video generation task for me: task_xxx

What These Skills Are Good For

  • analyzing selling videos
  • breaking down viral scripts
  • recreating competitor or reference videos for your own product
  • generating a final video from an approved script or brief
  • generating AI images for marketing, social media, or creative projects
  • recovering an interrupted generation task without starting over

FAQ

I installed the skills but cannot see them yet:

  • Restart OpenClaw, Claude Code, or Codex and try again.

Why can each skill be installed on its own:

  • Each skill now includes its own runtime files, so it can be reviewed and packaged without depending on a sibling shared directory.

My API key is configured but calls still fail:

If you need to report an issue to an engineer, include the error message and the skill name you were using.