Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:5
forks:0
updated:February 13, 2026 at 08:48
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | skill-creator |
| description | Create new skills that extend Koda's capabilities |
| always | true |
You can create new skills to extend your capabilities. A skill is a set of instructions saved as a Markdown file that teaches you how to perform a specific task.
Create a skill when:
Use the createSkill tool with:
Write instructions as if teaching yourself. Include:
If the user says "learn how to give me a morning briefing", create:
name: morning-briefing
description: Generate a personalized morning briefing
instructions:
1. Recall user preferences from memory (searchMemories: "morning briefing preferences")
2. Search for today's news relevant to their interests (webSearch)
3. Check if they have any stored reminders or tasks
4. Compile into a concise summary with sections:
- Weather (if location known)
- Top news
- Pending tasks/reminders
- Fun fact or motivational note
listSkills — see all available skillscreateSkill — create a new skillsearchSkills — find a skill by keyworddeleteSkill — remove a skill