← Back to list

hello-world
by gabrielwithappy
⭐ 1🍴 0📅 Jan 25, 2026
SKILL.md
name: hello-world description: A template skill that demonstrates the standard directory structure and configuration. Use this as a reference when creating new skills. license: MIT metadata: author: agent-starter version: '1.0' allowed-tools: Bash(python:*) Read tags: 30_Resources
Hello World Skill
This is a simple test skill that demonstrates how to use Python to output an input string. It serves as a template for creating new skills following the Agent Skills specification.
Purpose
This skill accepts a string input and outputs it using a Python script. It's designed to test the basic skill functionality and demonstrate the standard folder structure.
Usage
When you need to output a string using this skill:
- Call the Python script located at
scripts/hello.py - Pass the input string as a command-line argument
- The script will output the string to stdout
Instructions
To use this skill:
python scripts/hello.py "Your message here"
The script will output the exact string you provide.
Example
Input: "Hello, World!" Output: "Hello, World!"
References
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon