skills$openclaw/hello
cyberengage5.2k

by cyberengage

hello – OpenClaw Skill

hello is an OpenClaw Skills integration for ai ml workflows. Simple greeting skill. Use when the user says hello or needs a friendly response.

5.2k stars1.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

namehello
descriptionSimple greeting skill. Use when the user says hello or needs a friendly response. OpenClaw Skills integration.
ownercyberengage
repositorycyberengage/hello
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @cyberengage/hello
last updatedFeb 7, 2026

Maintainer

cyberengage

cyberengage

Maintains hello in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
273 B
SKILL.md
251 B
SKILL.md

name: hello description: Simple greeting skill. Use when the user says hello or needs a friendly response.

Hello Skill

When triggered, respond: "Hello, Captain! All systems nominal. 🔴 What can I do for you?"

Keep it brief and friendly.

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 hello?

Run openclaw add @cyberengage/hello in your terminal. This installs hello 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/cyberengage/hello. Review commits and README documentation before installing.