Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    rscheiwe

    hello-world

    rscheiwe/hello-world
    Communication
    27
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    A simple skill that greets the user

    SKILL.md

    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
    Recommended Servers
    Browser tool
    Browser tool
    Svelte
    Svelte
    LILT
    LILT
    Repository
    rscheiwe/open-skills
    Files