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