AI & Agentslow risk
hello-world
A tiny example skill. Use when you want to see how skill loading (progressive disclosure) works end to end.
muthuishere/toolnexus·examples/skills/hello-world/SKILL.md
35/ 100推薦值
匯入這個 Skill
選擇你的 coding agent,複製專案級或個人級安裝指令。
匯入目前專案.agents/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a codex -y匯入個人環境~/.agents/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a codex -g -y匯入目前專案.claude/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a claude-code -y匯入個人環境~/.claude/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a claude-code -g -y匯入目前專案.agents/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a github-copilot -y匯入個人環境~/.copilot/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a github-copilot -g -y匯入目前專案.agents/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a cursor -y匯入個人環境~/.cursor/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a cursor -g -y匯入目前專案.agents/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a gemini-cli -y匯入個人環境~/.gemini/skills/hello-world
npx skills add https://github.com/muthuishere/toolnexus/tree/eb4b603bdf41f49b61940e608aa1124a34e7feda/examples/skills/hello-world -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/muthuishere/toolnexus.git --scope workspace --path examples/skills/hello-world⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# Hello World Skill
This is the skill body. When the model calls the `skill` tool with
`{ "name": "hello-world" }`, everything below the frontmatter is injected into the
conversation, along with a sampled list of files in this directory.
## Steps
1. Read `scripts/greet.sh` in this skill's base directory.
2. Run it with the user's name.
3. Report the greeting back.
Relative paths (like `scripts/greet.sh`) are resolved against the base directory
printed in the tool output.