Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:43
forks:13
updated:2025년 12월 26일 21:54
파일 탐색기
SKILL.md
Runs a TypeScript file directly with Bun
Prints a greeting message
Runs a script that prints ordered execution steps
| 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: