hello-world

Greet users and echo back their provided text input.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/rbkayz/gitskills --skill hello-world-rbkayz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-world
Source: https://github.com/rbkayz/gitskills/tree/main/samples/hello-world
Command: npx skills add https://github.com/rbkayz/gitskills --skill hello-world-rbkayz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a basic conversational interaction, responding to user input with a predefined greeting and echoing back the provided text.

Core Features & Use Cases

  • Greeting: Offers a friendly welcome message.
  • Echo Input: Repeats user-provided text back to them.
  • Use Case: Useful for testing agent connectivity or as a foundational example for more complex conversational skills.

Quick Start

Use the hello-world skill to greet the user and echo back the phrase 'how are you'.

Frequently Asked Questions about hello-world

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test agent connectivity with a basic conversational echo bot?

To test agent connectivity with a basic conversational echo bot, you can use this Skill to send a text input and verify the agent responds with a predefined greeting and echoes your exact phrase back.

What is the simplest way to echo user input for testing natural language processing?

The simplest way to echo user input for testing natural language processing is using a foundational conversational Skill that repeats provided text back without requiring complex logic or external dependencies.

Do I need any external dependencies or components to run a basic greeting bot?

No external dependencies or components are required to run this basic greeting bot, as it operates on predefined logic to welcome users and echo input without integrating outside frameworks.

Can I use this echo bot as a foundational example for more complex conversational skills?

Yes, you can use this echo bot as a foundational example for more complex conversational skills, as it demonstrates basic agent interaction and text processing without adding unnecessary architectural complexity.

How do I get a predefined greeting and echo back specific text like 'how are you'?

To get a predefined greeting and echo back specific text like 'how are you', simply invoke the Skill with your desired phrase, and it will output a welcome message alongside your repeated input.