Loading...
Loading...
Create and improve OpenAkita skills. It is used when you need to: (1) create new skills for repetitive tasks, (2) improve existing skills, (3) encapsulate temporary scripts into reusable skills. Skills are the core mechanism of OpenAkita's self-evolution.
npx skill4agent add openakita/openakita skill-creatorSKILL.mdscripts/references/assets/skills/skills/{skill-name}/
├── SKILL.md # Required: Skill definition
├── scripts/ # Optional: Executable scripts
├── references/ # Optional: Reference documents
└── assets/ # Optional: Resources such as templates---
name: skill-name
description: Clearly describe the skill function and trigger conditions. description is the trigger mechanism, and must specify "what to do" and "when to use".
---scripts/run_skill_scriptload_skillget_skill_inforeload_skill