← Back to Skills Marketplace
luna825

hello-openclaw

by August · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
550
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hello-demo
Description
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.
README (SKILL.md)

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.

Usage Guidance
This appears safe: it's a demo that prints a friendly message and the current time/directory. Before installing or running any skill from an unknown source, review included scripts (as you did). If you plan to run the script, consider doing so in a sandboxed environment (or an isolated container) if you have concerns. Also watch for any future modifications to the skill that add network calls, credential access, or file reads — those would change the risk profile.
Capability Analysis
Type: OpenClaw Skill Name: hello-demo Version: 1.0.1 The skill bundle is benign. The `SKILL.md` provides standard descriptive information and instructions without any prompt injection attempts or hidden commands. The `scripts/test.py` executes a simple Python script that prints a greeting, the current time, and the current working directory using `os.getcwd()`, which is a low-risk operation consistent with a demonstration skill and does not involve sensitive data access, network communication, or arbitrary command execution.
Capability Assessment
Purpose & Capability
Name/description claim a simple greeting/demo. The skill requires no env vars, no binaries, and only includes a tiny demo script and SKILL.md — all consistent with a learning/demo purpose.
Instruction Scope
SKILL.md is limited to greeting instructions and demonstrates running scripts/test.py. The included script only prints a greeting, the current time, and the current working directory. Reading/printing the current working directory is minor but does reveal local path information if outputs are transmitted elsewhere.
Install Mechanism
No install spec (instruction-only plus an included script). Nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not need any secrets or external service access.
Persistence & Privilege
always is false and the skill does not request any persistent system-wide configuration or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hello-demo
  3. After installation, invoke the skill by name or use /hello-demo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Replaced hello.py with test.py script; updated instructions to use scripts/test.py. - Updated trigger phrases to "test openclaw", "run test", and "hello test". - Removed references to the old hello.py script in documentation.
v1.0.0
测试skill的demo
Metadata
Slug hello-demo
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is hello-openclaw?

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

How do I install hello-openclaw?

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

Is hello-openclaw free?

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

Which platforms does hello-openclaw support?

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

Who created hello-openclaw?

It is built and maintained by August (@luna825); the current version is v1.0.1.

💬 Comments