スキル一覧に戻る
gabrielwithappy

hello-world

by gabrielwithappy

1🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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:

  1. Call the Python script located at scripts/hello.py
  2. Pass the input string as a command-line argument
  3. 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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です