← Back to Skills Marketplace
terrycarter1985

Greeting Skill

by terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install greeting-skill
Description
A friendly greeting skill that provides personalized and time-based greetings
README (SKILL.md)

Greeting Skill

A simple skill that provides friendly personalized greetings. Supports both random generic greetings and time-based contextual greetings.

Tools

greet

Generates a random friendly greeting for a user

Parameters:

  • name (string, required): The name of the person to greet

Returns: A random greeting string

Example:

User: greet Alice Agent: Hello, Alice! Hope you're having a great day! 👋

getTimeBasedGreeting

Generates a greeting appropriate for the current time of day

Parameters:

  • name (string, required): The name of the person to greet

Returns: A time-appropriate greeting (morning/afternoon/evening)

Example:

User: greet Bob (at 10 AM) Agent: Good morning, Bob!

Usage Guidance
This skill appears internally consistent and minimal: it's just local greeting logic. If you plan to install it, verify the publisher (orlyjamie) and the @openclaw/core dependency from your package registry, and review build/run steps before executing untrusted code. No credentials or network access are requested, so the main remaining risk is running third-party code—only install from sources you trust.
Capability Analysis
Type: OpenClaw Skill Name: greeting-skill Version: 1.0.0 The greeting-skill bundle is a simple utility that provides personalized and time-based greetings. The implementation in src/index.ts is limited to basic string manipulation and local time checks, with no evidence of network access, file system interaction, or data exfiltration. The skill.md instructions and package.json dependencies are standard and align perfectly with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description (friendly, time-based greetings) align with the code and SKILL.md. The files implement two greeting tools and nothing else; no unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md only documents greeting and time-based greeting tools and parameters. It does not instruct the agent to read files, access environment variables, call external endpoints, or collect extra context.
Install Mechanism
There is no install spec; this is an instruction+source package. package.json lists @openclaw/core as a dependency and TypeScript dev deps, which is expected for a skill implemented in TypeScript. No suspicious downloads or extract operations are present.
Credentials
The skill declares no required environment variables or credentials. The code does not access process.env or other sensitive configuration.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent system presence or modify other skills' configs. Autonomous invocation remains possible (platform default) but is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install greeting-skill
  3. After installation, invoke the skill by name or use /greeting-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
dry run check
Metadata
Slug greeting-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Greeting Skill?

A friendly greeting skill that provides personalized and time-based greetings. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Greeting Skill?

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

Is Greeting Skill free?

Yes, Greeting Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Greeting Skill support?

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

Who created Greeting Skill?

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

💬 Comments