greeter

Greet users with a fixed friendly reply when hello is detected.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JansonXIE/sophon_cli --skill greeter-jansonxie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greeter
Source: https://github.com/JansonXIE/sophon_cli/tree/main/packages/cli/src/commands/extensions/examples/skills/skills/greeter
Command: npx skills add https://github.com/JansonXIE/sophon_cli --skill greeter-jansonxie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a warm, friendly greeting in interactions, reducing friction and setting a positive tone for user engagement.

Core Features & Use Cases

  • Simple, consistent greetings when users say hello or request a greeting.
  • Works across CLI and chat-like interfaces to improve user experience.
  • Real-world use: welcome users in onboarding flows or support chats with a friendly, repeatable response.

Quick Start

Greet the user warmly when they say hello.

Frequently Asked Questions about greeter

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

FAQPage Schema
How do I add a consistent greeting response to my CLI interactions?

To add a consistent greeting to CLI interactions, this skill uses straightforward text matching for hello inputs and returns a fixed, friendly reply without external calls. It establishes a welcoming tone in simple chat-like prompts and command-line interfaces.

What is a simple way to welcome users in an onboarding flow or support chat?

A simple way to welcome users in onboarding flows or support chats is using a fixed greeting response triggered by text matching. This skill provides a repeatable, friendly reply to establish a positive tone when users say hello.

Do I need external dependencies to set up a friendly greeting in a chat prompt?

No, you do not need external dependencies to set up a friendly greeting in a chat prompt. This skill operates with zero dependencies, relying solely on straightforward text matching to return a fixed, warm response without any side effects or external API calls.

Can I use this greeting mechanism for large-scale conversational interfaces?

You should not use this greeting mechanism for large-scale conversational interfaces. It relies on basic text matching and a fixed reply without side effects, making it suitable only for simple CLI interactions and chat-like prompts rather than complex, dynamic conversations.

Why does my CLI tool need a consistent greeting response when users say hello?

Your CLI tool needs a consistent greeting response to reduce friction and set a positive tone for user engagement. Providing a warm, repeatable reply when a greeting is requested improves the overall user experience in interactive command-line environments.