skills$openclaw/greet
nordgaren5.1k

by nordgaren

greet – OpenClaw Skill

greet is an OpenClaw Skills integration for coding workflows. |

5.1k stars7.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namegreet
description| OpenClaw Skills integration.
ownernordgaren
repositorynordgaren/greetr
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @nordgaren/greetr
last updatedFeb 7, 2026

Maintainer

nordgaren

nordgaren

Maintains greet in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
267 B
SKILL.md
1.2 KB
SKILL.md

name: greet 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.

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 TimeGreeting
5:00 AM - 11:59 AMGood morning
12:00 PM - 4:59 PMGood afternoon
5:00 PM - 8:59 PMGood evening
9:00 PM - 4:59 AMHey, 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?

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install greet?

Run openclaw add @nordgaren/greetr in your terminal. This installs greet into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/nordgaren/greetr. Review commits and README documentation before installing.