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:4.368
forks:189
updated:16. März 2026 um 22:31
SKILL.md
| name | bash |
| description | How to use the shell successfully |
| allowed-tools | Bash |
Execute shell commands inside their own bash shell, like so:
bash -c 'command'
This makes sure the shell is polluted by any outside state.