← 返回 Skills 市场
luna825

hello-openclaw

作者 August · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
550
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hello-demo
功能描述
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.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hello-demo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hello-demo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug hello-demo
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 550 次。

如何安装 hello-openclaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hello-demo」即可一键安装,无需额外配置。

hello-openclaw 是免费的吗?

是的,hello-openclaw 完全免费(开源免费),可自由下载、安装和使用。

hello-openclaw 支持哪些平台?

hello-openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 hello-openclaw?

由 August(@luna825)开发并维护,当前版本 v1.0.1。

💬 留言讨论