Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:489
forks:45
updated:27 de mayo de 2026, 20:04
Explorador de archivos
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].