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,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.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
手動放置目錄.agents/skills/hello-worldOfficial docs ↗
匯入目前專案.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
手動放置目錄.claude/skills/hello-worldOfficial docs ↗
匯入目前專案.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-worldOfficial docs ↗
匯入目前專案.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-worldOfficial docs ↗
匯入目前專案.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 -y
Native Gemini CLIgemini skills install https://github.com/muthuishere/toolnexus.git --scope workspace --path examples/skills/hello-world
手動放置目錄.agents/skills/hello-worldOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# 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.