1---2name: hello-world3description: Hello World Skill4---5# Hello World Skill67## 목적8입력 텍스트에 인사말을 붙여 반환한다.910## 입력11- text (string, 필수): 인사말을 붙일 대상 텍스트1213## 출력14- greeting (string): "Hello, {text}!" 형태의 인사말15- timestamp (string): ISO 8601 실행 시각1617## 실행 방법181. 입력에서 text를 추출한다192. "Hello, {text}!" 형태로 인사말을 생성한다203. 현재 시각을 ISO 8601로 가져온다214. JSON으로 반환한다2223## 제약24- text가 빈 문자열이면 "Hello, World!" 반환25- text가 500자를 초과하면 앞 500자만 사용
Run npx skillmds@latest add ait426/hello-world in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Hello World Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Ait426 (@ait426) published this skill. Their other Agent Skills are listed on their SkillMD profile.