返回 Skill 列表
extension
分类: 开发与工程无需 API Key

steps-skill

运行一个脚本,该脚本打印有序的执行步骤

person作者: jakexiaohubgithub

What I do

I demonstrate how skills can use helper scripts. I run a script that prints numbered steps with random words to show execution flow.

How to use me

Run the helper script from my base directory:

cd {base_directory}
bash steps.sh

This demonstrates:

  • ✅ How skills reference helper scripts
  • ✅ How the bash tool executes scripts
  • ✅ Ordered execution with console output
  • ✅ Scripts can be in any language (bash, python, etc.)