greeter

Return a predefined greeting message when a user says hello.

106k|14.4k|Updated Apr 17, 2025
One-click install
npx skills add https://github.com/google-gemini/gemini-cli --skill greeter-google-gemini
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: greeter
Source: https://github.com/google-gemini/gemini-cli/tree/main/packages/cli/src/commands/extensions/examples/skills/skills/greeter
Command: npx skills add https://github.com/google-gemini/gemini-cli --skill greeter-google-gemini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures a consistent, friendly greeting is provided whenever a user initiates interaction, removing the need for custom greeting logic in extensions.

Core Features & Use Cases

  • Consistent Greeting: Responds with the predefined message "Greetings from the skills-example extension! 👋" when a user says "hello" or asks for a greeting.
  • Simple Integration: Easy to plug into chat workflows without additional setup.
  • Use Case: Welcome new users in a chat extension or bot by sending a friendly greeting automatically.

Quick Start

Say hello to trigger the friendly greeting.

Frequently Asked Questions about greeter

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

FAQPage Schema
How do I automate a friendly greeting in a chat extension when a user says hello?▼

Automating a friendly greeting in a chat extension is handled by returning a predefined welcome message whenever a user initiates interaction with a simple hello, requiring no custom logic.

What is the best way to ensure consistent welcome messages for new bot users without custom logic?▼

The best way to ensure consistent welcome messages is to use a deterministic greeting trigger that automatically replies with a predefined text, removing the need to manually build greeting workflows.

Do I need any external dependencies to set up an automated greeting response?▼

No external dependencies are needed to set up an automated greeting response, as the welcome message is delivered deterministically without requiring additional setup or external libraries.

Can I customize the greeting message returned to users in my chat workflow?▼

You cannot customize the greeting message, as the interaction deterministically returns the predefined text 'Greetings from the skills-example extension! 👋' to ensure a consistent welcome.

How do I trigger the greeting in my chat extension?▼

To trigger the greeting in your chat extension, simply have a user say hello or ask for a greeting, and the predefined friendly message is immediately returned.