Skip to content
AI & Agents
Skill

/greeting

根据时间和场景提供个性化问候

From plugin
openmozi
1862 skills
Install
$ npx -y skills add oujingzhou/openmozi --skill greeting --agent claude-code

How 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.md
name: 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. **简洁明了**: 问候语简短有力,不要过于冗长

Ships withopenmozi

轻量级的clawdbot/openclaw,支持飞书,钉钉,QQ和企业微信

Get the whole plugin
Stats
186
Stars
27
Forks
Maintained
Maintenance
TypeScript
Language
Apache-2.0
License
2mo ago
Last commit
6mo ago
Created

Repo: oujingzhou/openmozi