hello-extended

Generate multilingual greetings for single or multiple recipients in six languages.

1|1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/danielscholl/agent-base --skill hello-extended
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hello-extended
Source: https://github.com/danielscholl/agent-base/tree/main/src/agent/_bundled_skills/hello-extended
Command: npx skills add https://github.com/danielscholl/agent-base --skill hello-extended

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click>=8.1.0, and includes scripts (resource) components.

What problem does it solve?

This skill generates multilingual greetings for conversations requiring language-aware, friendly introductions across diverse audiences.

Core Features & Use Cases

  • Multi-language greetings: Generate greetings in English, Spanish, French, German, Japanese, and Chinese to suit diverse audiences.
  • Single or multiple recipients: Create a greeting for one person or a list of names in the same language.
  • Use Case: Onboard new teammates by sending personalized, language-appropriate welcomes in onboarding chats.

Quick Start

Use greet_in_language("Alice", "es") to greet in Spanish. Use greet_multiple(["Alice", "Bob"], "en") to greet multiple people in English.

Frequently Asked Questions about hello-extended

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

FAQPage Schema
How do I generate multilingual greetings in an AI agent?▼

You generate multilingual greetings by using a Python toolset pattern with greet_in_language to return standardized success or error responses for conversations across es, fr, de, ja, zh, and en.

Can I greet multiple recipients in the same language at once?▼

Yes, you can greet multiple recipients by passing a list of names to the greet_multiple function, which returns responses for each person in the specified language.

What languages are supported for language-aware greetings?▼

Language-aware greetings are supported in English, Spanish, French, German, Japanese, and Chinese, enabling friendly introductions across diverse multicultural audiences.

Does this multilingual greeting tool require any external dependencies?▼

Yes, this multilingual greeting tool requires the click dependency, specifically version 8.1.0 or higher, to manage language-specific responses within an agent script.

What is the best way to onboard new teammates with personalized welcomes?▼

The best way to onboard teammates with personalized welcomes is using greet_multiple to send a list of names with a language-appropriate greeting in onboarding chats.