← Back to Skills Marketplace
nordgaren

greetr

by Nordgaren · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1647
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install greetr
Description
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.
README (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:

  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?

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install greetr
  3. After installation, invoke the skill by name or use /greetr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug greetr
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1647 downloads so far.

How do I install greetr?

Run "/install greetr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is greetr free?

Yes, greetr is completely free (open-source). You can download, install and use it at no cost.

Which platforms does greetr support?

greetr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created greetr?

It is built and maintained by Nordgaren (@nordgaren); the current version is v1.0.0.

💬 Comments