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:May 10, 2026 at 12:59
File Explorer
SKILL.md
| name | Example Skill |
| description | A demonstration skill showing the SKILL.md format |
| when_to_use | Use this when you want to see how skills are structured |
| argument-hint | <topic> |
| allowed-tools | ["Read","Grep","Glob"] |
This is an example skill that demonstrates the SKILL.md format.
The frontmatter section (between --- markers) defines metadata:
<file>)The markdown body contains the instructions that will be passed to the agent when this skill is invoked.
Skills can be invoked by typing /example <topic> in the chat.
For example: /example typescript
.claude/skills/ directory in your project
(or use ~/.config/koi/skills/ for user-wide skills)SKILL.md file with the frontmatter and instructions.claude/skills/
โโโ my-skill/
โโโ SKILL.md