تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٥
forks:٠
updated:١٠ مايو ٢٠٢٦ في ١٢:٥٩
مستكشف الملفات
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