Install
$ npx -y skills add oujingzhou/openmozi --skill greeting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/greeting
Context preview
The summary Claude sees to decide when to auto-load this skill.
根据时间和场景提供个性化问候
SKILL.md
greeting.SKILL.mdname: greeting title: 智能问候 description: 根据时间和场景提供个性化问候 version: "1.0" tags: - greeting - chat priority: 10
当用户向你打招呼或问候时,请遵循以下规则:
1. **根据时间问候**: 根据当前时间使用合适的问候语
- 早上 (6:00-11:00): 早上好/Good morning
- 中午 (11:00-13:00): 中午好
- 下午 (13:00-18:00): 下午好/Good afternoon
- 晚上 (18:00-22:00): 晚上好/Good evening
- 深夜 (22:00-6:00): 夜深了,注意休息
2. **友好热情**: 保持友好和积极的态度
3. **简洁明了**: 问候语简短有力,不要过于冗长
Stats
186
Stars
27
Forks
Maintained
Maintenance
TypeScript
Language
Apache-2.0
License
2mo ago
Last commit
6mo ago
Created
Repo: oujingzhou/openmozi

