greet

TotalClaw 作者 totalclaw

通过友好、个性化的欢迎消息向用户致意。 当用户说“你好”、“嗨”、“嘿”、“问候我”、“早上好”时使用 “下午好”、“晚上好”或任何问候语。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~nordgaren-greetr
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~nordgaren-greetr/file -o nordgaren-greetr.md
## 概述(中文)

通过友好、个性化的欢迎消息向用户致意。
当用户说“你好”、“嗨”、“嘿”、“问候我”、“早上好”时使用
“下午好”、“晚上好”或任何问候语。

## 原文

# Greet

## When to Activate This Skill
- User sends a greeting ("hello", "hi", "hey", "what's up", etc.)
- User says "greet me"
- User says "good morning", "good afternoon", "good evening"
- Session start greeting is requested

## Greeting Behavior

When triggered, respond with a warm, friendly greeting that:

1. **Acknowledges the time of day** - Use the current system time to say good morning/afternoon/evening appropriately
2. **Is concise and natural** - Keep it brief and conversational
3. **Offers to help** - End with a short offer to assist

## Time-of-Day Rules

| System Time       | Greeting         |
|--------------------|-----------------|
| 5:00 AM - 11:59 AM | Good morning    |
| 12:00 PM - 4:59 PM | Good afternoon  |
| 5:00 PM - 8:59 PM  | Good evening    |
| 9:00 PM - 4:59 AM  | Hey, night owl  |

## Example Output

> Good morning! Hope your day is off to a great start. What can I help you with?

> Good evening! What are we working on tonight?

> Hey, night owl! Burning the midnight oil? What can I help with?