Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:43
forks:13
updated:2025年12月26日 21:54
ファイルエクスプローラー
SKILL.md
| name | workflow-skill |
| description | Demonstrates script and custom tool working together with console output |
I'm the most advanced skill in this showcase. I demonstrate how multiple helper scripts work together in a workflow, and how they can integrate with custom tools.
Execute the workflow scripts in order from my base directory:
cd {base_directory}
# Run the 4 workflow scripts in sequence
bash script1.sh
bash script2.sh
bash script3.sh
bash script4.sh
This demonstrates:
Runs a TypeScript file directly with Bun
Prints a greeting message
Runs a script that prints ordered execution steps