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⚠ インストールには open-source 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.