Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:166
forks:10
updated:16 mars 2026 à 20:52
SKILL.md
| name | example |
| description | An example skill demonstrating the skill file format |
This is a sample skill file. Skills are stored in skills/{name}/SKILL.md and
provide specialized knowledge that the agent can load on demand via the
load_skill tool.
Each skill file starts with YAML frontmatter between --- delimiters:
name (optional): defaults to the parent directory namedescription (required): one-line summary shown in the system promptThe agent sees skill names and descriptions in its system prompt. When it needs
the full content, it calls load_skill with the skill name. The body below the
frontmatter is returned wrapped in <skill> tags.