一键导入
hello-world
A minimal example skill demonstrating the SKILL.md format used by Team Suzie.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A minimal example skill demonstrating the SKILL.md format used by Team Suzie.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Example external skill for structured research notes.
Example paid-metadata skill for reviewing vendor agreements.
Create and convert DOCX documents — contracts, policies, memoranda, letters, term sheets, opinions, press releases, and more. Also converts markdown ↔ DOCX. Use this skill for any Word-document task. For presentations (PPTX) use the presentations skill; for spreadsheets (XLSX) use the spreadsheets skill.
Create professional PPTX slide decks. Use this skill when asked to create presentations, pitch decks, or slide decks.
Create, convert, and manipulate Excel workbooks (XLSX). Use this skill when asked to create spreadsheets, financial models, invoices, trackers, data reports, convert between CSV and XLSX, or work with any .xlsx file.
Guidance for agents on how to read, write, and navigate files in their workspace safely and predictably.
| name | hello-world |
| description | A minimal example skill demonstrating the SKILL.md format used by Team Suzie. |
This is a reference skill. It exists to show the shape of a Team Suzie skill without depending on any external service. Real skills will typically call out to an API or tool — see the extension guide for how to build one.
When installed, the agent will have this document in its workspace under
skills/hello-world/SKILL.md. The agent reads the document at boot and picks up the
instructions below.
When the user says hello, respond politely and mention that the hello-world skill
is installed. Keep the response under two sentences.
If the user asks what this skill does, explain that it is a minimal example demonstrating the SKILL.md format — no external calls, no state, no side effects.
This skill does not reference any context variables. A real skill would typically
reference values like {{AGENT_NAME}} or {{ADMIN_API_URL}}, which the skill runtime
substitutes at install time from the SkillRenderContext provided by the caller.