Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @luna825 Updated 6/28/2026 960 downloads 0 stars Security: Pass

Hello Demo OpenClaw Plugin & Skill | ClawHub

Looking to integrate Hello Demo into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

A simple skill to greet users and demonstrate basic OpenCLAW skill structure. Use this when you want to say hello or learn how skills work.

Install

ClawHub CLI
openclaw skills install @luna825/hello-demo
Node.js (npx)
npx clawhub@latest install hello-demo

Full SKILL.md

Open original
Metadata table.
namedescriptionuser invocable
hello-openclawA simple skill to greet users and demonstrate basic OpenCLAW skill structure. Use this when you want to say hello or learn how skills work.true

SKILL.md content below is scrollable.

Hello OpenCLAW Skill

This is a simple skill that demonstrates the basic structure of an OpenCLAW skill.

When to Use

Use this skill when:

  • You want to greet someone with a friendly message
  • You're learning how OpenCLAW skills work
  • You need a starting point for creating new skills

What This Skill Does

This skill will respond with a friendly greeting message and some basic information about OpenCLAW skills.

Skill Structure

A basic OpenCLAW skill requires:

  1. SKILL.md - The main skill file with:

    • YAML frontmatter (name, description)
    • Markdown instructions
  2. Optional directories:

    • scripts/ - Executable code (Python/Bash/etc.)
    • references/ - Documentation
    • assets/ - Files for output

Example Script

You can run the included Python script:

python scripts/test.py

Example Output

Hello! Welcome to OpenCLAW!

This is a demo skill showing how skills work.
Skills can respond to user requests with helpful information.

How to Use

Simply trigger this skill by mentioning "hello" or "hello openclaw" in your conversation.

ClawHub Registry URL: https://clawhub.ai/luna825/skills/hello-demo

Related skills

If this matches your use case, these are close alternatives in the same category.