showcase-greeting

Detect user language and respond with culturally appropriate greetings.

5|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/s1366560/agi-demos --skill showcase-greeting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: showcase-greeting
Source: https://github.com/s1366560/agi-demos/tree/main/.memstack/plugins/example-showcase/skills/showcase-greeting
Command: npx skills add https://github.com/s1366560/agi-demos --skill showcase-greeting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps the agent to greet users in a culturally appropriate manner by detecting their language.

Core Features & Use Cases

  • Multi-lingual greetings: Responds to users in their detected language.
  • Fallback to default: Uses the project's primary language if the user's language is ambiguous.
  • Use Case: A user says "Hola", the agent responds with "Hola! Como puedo ayudarte hoy?".

Quick Start

Use the showcase-greeting skill to say hello to the user.

Frequently Asked Questions about showcase-greeting

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

FAQPage Schema
How do I greet users in multiple languages based on detected language?

Multi-lingual greetings are provided by detecting the user's language from trigger phrases like "hello" or "hi". The agent then responds in the detected language to ensure culturally appropriate and concise interactions.

What happens if language detection fails when generating a greeting?

When language detection fails or returns ambiguous results during greeting generation, the skill defaults to the project's primary language. This ensures the user always receives a concise response.

How does multi-lingual user interaction handle culturally appropriate greetings?

Multi-lingual user interaction handles culturally appropriate greetings by analyzing the user's input phrase to detect their language. It then generates a matching welcome response, such as replying to "Hola" with a Spanish greeting.

Do I need any external dependencies to enable multi-lingual welcome messages?

No external dependencies are required to enable multi-lingual welcome messages. The skill operates independently to detect user language and generate concise, culturally appropriate greetings.

Can I trigger a multi-lingual greeting with common phrases like hi or hello?

Yes, you can trigger a multi-lingual greeting using common phrases like "greet", "hello", and "hi". The skill detects the language from these inputs and responds appropriately.