원클릭으로
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.