원클릭으로
skill-creator
Use when the user asks Anima to create, generate, scaffold, or customize a new skill package from a natural-language requirement.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user asks Anima to create, generate, scaffold, or customize a new skill package from a natural-language requirement.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automatically activates the connected humidifier and sets its target humidity to 50% when indoor humidity drops below 40% RH
Turn off the connected air purifier immediately after the user leaves home
Use when reasoning about your custom device type in Anima. Replace this text with when the skill should trigger and what actions it can produce.
A recurring automated skill that triggers a wake-up alarm via connected smart speaker at 8 AM local time on workdays and skips alarms on holidays
Use when reasoning about air conditioners in Anima. Covers comfort temperature ranges, energy heuristics, humidity interaction, and choosing `set_temperature`, `set_mode`, `turn_on`, or `turn_off`.
Provides reasoning and control capabilities for air purifier devices within the Anima platform.
| name | skill_creator |
| description | Use when the user asks Anima to create, generate, scaffold, or customize a new skill package from a natural-language requirement. |
| metadata | {"device_types":["skill_creator"],"version":"0.1.0"} |
Use this skill for turning a user request into a new custom skill package under skills/custom/.
Work analysis-first: extract the repeatable workflow, trigger, inputs, constraints, and success criteria before generating any files.
references/knowledge.md for packaging rules and generation constraints.references/chat.md when deciding whether to create a new skill from user chat.scripts/actions.py for the runtime file-generation workflow.skills/custom/.SKILL.md, references/, and optional scripts/.