creatok:task-status
Installation
SKILL.md
task-status
Constraints
- Platform: TikTok only.
- This skill checks an existing task. It does not create a new one.
- The model's final user-facing response should match the user's input language, default English.
- Avoid technical wording in the user-facing reply unless the user explicitly needs details for debugging or to share with a developer.
- Follow shared guidance in
../shared/references/common-rules.md. - Input: an existing
task_idfrom a previous task request. - Artifacts must be written under
task-status/.artifacts/<run_id>/....
Workflow
- Collect an existing task id
- Ask for the existing
task_idif the user has not provided it yet. - If the user has a previous task artifact, read the stored
task_idfrom there instead of asking them to restate everything.