Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: hello-greeter
description: Generate personalized greeting messages in multiple languages and formats. Use when the user asks to create a greeting, welcome message, or salutation in a specific language or tone, or when building onboarding/welcome content that needs multilingual support.
Generate personalized greetings in various languages and tones.
Run the greeting script:
python3 scripts/greet.py --name "Alice" --lang en --tone formal
| Flag | Values | Default |
|------|--------|---------|
| --name | Any string | World |
| --lang | en, zh, ja, es, fr | en |
| --tone | formal, casual, playful | casual |
python3 scripts/greet.py --name "小明" --lang zh --tone playful
python3 scripts/greet.py --name "Yuki" --lang ja --tone formal