Back to list
rscheiwe

hello-world

by rscheiwe

Open Skills is a modular, Anthropic-style skills framework that lets agents dynamically discover, select, and execute user-defined capabilities. It runs as a standalone FastAPI service or embedded Python library, providing full skill lifecycle management, versioning, and context-aware prompt integration.

24🍴 2📅 Jan 23, 2026

SKILL.md


name: hello_world version: 1.0.0 entrypoint: scripts/main.py description: A simple skill that greets the user inputs:

  • type: text name: name description: Name to greet outputs:
  • type: text name: greeting description: Greeting message tags: [example, simple, greeting] allow_network: false

Hello World Skill

A minimal example skill that demonstrates the basic structure of an open-skills skill bundle.

What it does

This skill takes a name as input and returns a friendly greeting message.

Usage

{
  "name": "Alice"
}

Returns:

{
  "greeting": "Hello, Alice! Welcome to open-skills."
}

Files

  • SKILL.md: Skill metadata and documentation (this file)
  • scripts/main.py: Main entrypoint with the run() function
  • tests/sample_input.json: Example input for testing

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon