在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:4,368
forks:189
updated:2026年3月16日 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.