sayhello
npx skills add https://github.com/mojito-llm/freeship-skills --skill sayhello
Agent 安装分布
Skill 文档
Say Hello Skill
A skill that helps generate friendly, contextual greetings in multiple languages and styles.
Overview
Generate personalized greetings for various contexts including:
- Multilingual greetings (English, Chinese, Japanese, Spanish, French, etc.)
- Different formality levels (formal, casual, professional)
- Cultural contexts (business meetings, social gatherings, emails)
- Time-based greetings (morning, afternoon, evening)
- Custom greeting templates
Quick Start
Basic Usage
Generate a simple greeting:
"Say hello in Chinese"
â ä½ å¥½ï¼(NÇ hÇo!)
Generate a formal greeting:
"Generate a formal business greeting for a Japanese client"
â ãã¯ãããããã¾ãããä¼ãã§ãã¦å
æ ã§ãã(OhayÅ gozaimasu. O-ai dekite kÅei desu.)
Generate time-based greeting:
"Create a good morning greeting"
â Good morning! Hope you have a wonderful day ahead!
Core Capabilities
1. Multilingual Greetings
Generate greetings in various languages with proper pronunciation guides:
Supported Languages:
- English
- 䏿 (Chinese – Simplified & Traditional)
- æ¥æ¬èª (Japanese)
- Español (Spanish)
- Français (French)
- Deutsch (German)
- íêµì´ (Korean)
- Italiano (Italian)
- Português (Portuguese)
- Ð ÑÑÑкий (Russian)
Example:
"Say hello in Spanish with pronunciation"
â ¡Hola! (OH-lah)
¡Buenos dÃas! (BWEH-nos DEE-ahs)
2. Context-Aware Greetings
Generate greetings appropriate for different contexts:
Business Context:
"Professional greeting for email"
â Dear [Name],
I hope this message finds you well.
Casual Context:
"Casual greeting for friends"
â Hey there! What's up?
Cultural Events:
"Chinese New Year greeting"
â æ°å¹´å¿«ä¹ï¼æååè´¢ï¼
(XÄ«n nián kuà i lè! GÅng xÇ fÄ cái!)
Happy New Year! Wishing you prosperity!
3. Time-Based Greetings
Generate appropriate greetings based on time of day:
- Morning: “Good morning”, “æ©ä¸å¥½”
- Afternoon: “Good afternoon”, “ä¸å好”
- Evening: “Good evening”, “æä¸å¥½”
- Night: “Good night”, “æå®”
4. Custom Templates
Use the greeting templates in assets/ for consistent, branded greetings:
Email Templates:
- Formal business introduction
- Casual team communication
- Client outreach
- Meeting invitations
Social Templates:
- Birthday greetings
- Holiday greetings
- Welcome messages
- Thank you notes
Using Scripts
greet.py
Generate greetings programmatically using the included Python script:
python scripts/greet.py --language chinese --style formal
Parameters:
--language: Target language (default: english)--style: Formality level (formal/casual/professional)--context: Specific context (business/social/email)--time: Time of day (morning/afternoon/evening/night)
Example:
# Generate formal Chinese business greeting
python scripts/greet.py --language chinese --style formal --context business
# Generate casual morning greeting
python scripts/greet.py --style casual --time morning
Reference Materials
For comprehensive greeting conventions across cultures, pronunciation guides, and cultural etiquette, refer to:
reference/greetings.md– Complete greeting reference for all supported languagesreference/cultural_contexts.md– Cultural considerations and etiquette guidelines
Best Practices
- Consider Cultural Context: Always consider the recipient’s cultural background when choosing greetings
- Match Formality Level: Ensure the greeting matches the relationship and context
- Include Pronunciation: When using non-Latin scripts, include pronunciation guides
- Time Awareness: Use time-appropriate greetings when context is known
- Personalization: Customize greetings with names and specific details when available
Examples
Scenario 1: International Team Email
Request: "Greeting for international team email"
Response:
Hello Team / 大家好 / ã¿ãªãããããã«ã¡ã¯
I hope this message finds you all well. I wanted to reach out regarding...
Scenario 2: Formal Business Introduction
Request: "Formal greeting for new Chinese business partner"
Response:
å°æ¬ç [Partner Name]ï¼
é常è£å¹¸è½ä¸è´µå
¬å¸åä½ãæå¾
æä»¬ä¹é´å»ºç«é¿æäºå©çåä½å
³ç³»ã
(Zūn jìng de [Partner Name],
FÄi cháng róng xìng néng yÇ guì gÅng sÄ« hé zuò. QÄ« dà i wÇ men zhÄ« jiÄn jià n lì cháng qÄ« hù lì de hé zuò guÄn xì.)
Dear [Partner Name],
It is a great honor to collaborate with your esteemed company. We look forward to establishing a long-term mutually beneficial partnership.
Scenario 3: Casual Social Greeting
Request: "Fun greeting for team Slack channel"
Response:
Hey everyone! ð
Hope you're all having an awesome day! âï¸
Advanced Features
Greeting Chains
Generate greeting sequences for multi-step interactions:
- Initial greeting
- Introduction
- Purpose statement
- Closing
Cultural Adaptations
Automatically adapt greetings based on:
- Regional dialects
- Cultural holidays
- Business customs
- Social norms
A/B Testing Support
Generate multiple greeting variations for testing effectiveness in different contexts.