← 返回 Skills 市场
1647
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install greetr
功能描述
Greets the user with a friendly, personalized welcome message.
USE WHEN user says "hello", "hi", "hey", "greet me", "good morning",
"good afternoon", "good evening", or any greeting phrase.
使用说明 (SKILL.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:
- Acknowledges the time of day - Use the current system time to say good morning/afternoon/evening appropriately
- Is concise and natural - Keep it brief and conversational
- 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?
安全使用建议
This skill is low risk: it only instructs the agent to produce time-aware greetings and has no installs or credential requests. If you plan to allow autonomous invocation, note that the agent could call this skill whenever it detects a greeting — that's expected. If you want more personalization (for example using the user's name), verify whether the skill will access user profile data before enabling that behavior; as written it does not request or instruct reading personal data or secrets.
功能分析
Type: OpenClaw Skill
Name: greetr
Version: 1.0.0
The skill bundle contains only metadata (`_meta.json`) and a markdown file (`SKILL.md`) describing a simple greeting behavior for an AI agent. The `SKILL.md` instructions are entirely focused on generating a time-aware greeting and offering assistance, without any commands, network calls, file system access, or prompt injection attempts that would lead to malicious or suspicious actions. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name and description (friendly personalized greetings) match the content of SKILL.md. The skill requests no binaries, env vars, or external services, which is proportionate for a greeting capability.
Instruction Scope
Runtime instructions are limited to producing short greetings and using the current system time to determine time-of-day phrasing. The SKILL.md does not instruct reading unrelated files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install model and consistent with the stated purpose.
Credentials
The skill requires no environment variables, credentials, or config paths. There is nothing disproportionate requested relative to a greeting feature.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence, modify other skills, or access system credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install greetr - 安装完成后,直接呼叫该 Skill 的名称或使用
/greetr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the greet skill.
- Responds to greetings with a friendly, time-appropriate welcome message.
- Detects greetings like "hello", "hi", "hey", and time-based phrases.
- Adjusts greeting based on current system time (morning, afternoon, evening, night owl).
- Offers concise, conversational responses with an offer to help.
元数据
常见问题
greetr 是什么?
Greets the user with a friendly, personalized welcome message. USE WHEN user says "hello", "hi", "hey", "greet me", "good morning", "good afternoon", "good evening", or any greeting phrase. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1647 次。
如何安装 greetr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install greetr」即可一键安装,无需额外配置。
greetr 是免费的吗?
是的,greetr 完全免费(开源免费),可自由下载、安装和使用。
greetr 支持哪些平台?
greetr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 greetr?
由 Nordgaren(@nordgaren)开发并维护,当前版本 v1.0.0。
推荐 Skills