npx skills add https://github.com/echosell/creatok-skills --skill creatok-generate-imageCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
A set of skills for TikTok creators, sellers, and operators to:
These skills work through CreatOK's remote APIs. You only need to install them and configure your API key.
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
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}`.
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
I installed the skills but cannot see them yet:
Why can each skill be installed on its own:
My API key is configured but calls still fail:
CREATOK_API_KEYIf you need to report an issue to an engineer, include the error message and the skill name you were using.