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.