SKILL / ZIP
公开中
hello-world
Print a friendly hello. Use when the user says hello-world or wants a greeting skill.
GrokClaude CodeCursorCodex
一键装到本地 agent
和 SkillsMP 一样,先看源码再安装。Grok 用分享链接;Claude / Cursor / Codex 下载 zip 解到技能目录。
META
NAMEhello-world
SLUGhello-world
SOURCEzip
BYTES232
AI 怎么用
- 复制上面的 AI URL
- 粘贴到 Claude / ChatGPT / Grok / Cursor
- 再说你要做什么,AI 会先读 skill 再动手
SKILL.MD
AGENT READABLEname: hello-world
description: Print a friendly hello. Use when the user says hello-world or wants a greeting skill.
Hello World
- Greet the user by name if you know it.
- Keep it to one sentence.
FULL BUNDLE (2 files)
# Agent Skill Package: hello-world You are loading a published Agent Skill. Follow SKILL.md exactly. Supporting files from the original zip are inlined below. When SKILL.md says to read `references/...` or `scripts/...`, use the matching FILE section here — do not say the file is missing. Canonical URL: https://skill.hk/s/hello-world.md Human page: https://skill.hk/s/hello-world Files (2): - SKILL.md - references/notes.txt ======================================================================== FILE: SKILL.md ======================================================================== --- name: hello-world description: Print a friendly hello. Use when the user says hello-world or wants a greeting skill. --- # Hello World 1. Greet the user by name if you know it. 2. Keep it to one sentence. ======================================================================== FILE: references/notes.txt ======================================================================== Keep greetings short.
references/notes.txt
IN BUNDLEKeep greetings short.