greeter

Greet users with a friendly response when they say hello.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a consistent, friendly greeting when users initiate conversation with the CLI extension, improving user rapport and engagement.

Core Features & Use Cases

  • Automatic, friendly greetings when the user says hello or asks for a greeting.
  • Consistent tone and messaging across sessions.
  • Easy extension with other prompts to expand welcome interactions.

Quick Start

Say hello to trigger a friendly greeting.

Frequently Asked Questions about greeter

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

FAQPage Schema
How do I add automated greetings to a CLI extension?

To add automated greetings to a CLI extension, use this Skill to trigger a friendly response whenever users say hello or request a greeting. It provides consistent, personable salutations across conversational interfaces without custom logic.

What is a CLI greeting skill and how does it work?

A CLI greeting skill delivers consistent, friendly greetings when triggered by user input. It relies on a SKILL.md frontmatter with a name and description, loading its instruction body at activation to produce warm salutations.

Can I use this greeting extension for user engagement in conversational interfaces?

Yes, you can use this greeting extension for user engagement in conversational interfaces. It provides automatic, friendly greetings to improve user rapport and maintain consistent messaging across all sessions.

Do I need any dependencies to set up friendly greetings in my CLI?

You do not need any dependencies to set up friendly greetings in your CLI. The Skill operates independently with no required components, relying solely on its SKILL.md instruction body loaded at activation.

How do I extend welcome interactions beyond a simple hello?

To extend welcome interactions beyond a simple hello, you can easily combine other prompts with this greeting Skill. This allows you to expand welcome interactions and build more complex conversational flows.