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:489
forks:45
updated:27 mai 2026 à 20:04
Explorateur de fichiers
SKILL.md
| name | skill |
| description | Invoke a procedural skill by name and return its instructions |
| category | builtin |
| tags | ["skills","procedures","guidance"] |
Invoke a procedural skill through the normal tool surface.
Skills are markdown how-to bundles discovered from project, user, or package skill directories. This tool returns the selected skill's instructions so you can follow them in subsequent actions.
| Arg | Type | Description |
|---|---|---|
| name | string | Skill name to invoke (required) |
| arguments | string | Optional free-form arguments or task context for the skill |
name in the active session skill registry.arguments in the rendered skill context when provided.info(name="<skill-name>") to read details for a specific skill without invoking it./<skill-name> [args].