在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
workflow-skill
// Demonstrates script and custom tool working together with console output
$ git log --oneline --stat
stars:43
forks:13
updated:2025年12月26日 21:54
文件资源管理器
SKILL.md
// Demonstrates script and custom tool working together with console output
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: