Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:489
forks:45
updated:27. Mai 2026 um 20:04
Datei-Explorer
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].