← Back to Skills Marketplace
HelloWorld
by
linsirulinsiru
· GitHub ↗
· v1.0.1
· MIT-0
152
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hello-worlds
Description
当用户说“打招呼”时,回复 Hello World
README (SKILL.md)
输出:Hello, World! 这是你的第一个 OpenClaw 技能 🎉
Usage Guidance
This skill is safe and extremely simple—its only action is to return a greeting. It asks for no credentials, performs no installs, and has no code to analyze. If you intend to use it as a demo or test, it's fine to install. If you need functionality beyond a greeting, prefer a skill that documents its APIs, required permissions, or install steps.
Capability Analysis
Type: OpenClaw Skill
Name: hello-worlds
Version: 1.0.1
The skill bundle is a basic 'Hello World' example designed to respond to a greeting trigger. It contains no executable code, network requests, or sensitive data access, and the instructions in SKILL.md are entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
The skill name and description match its behavior: a simple greeting. It does not declare any unrelated capabilities, binaries, or environment access.
Instruction Scope
SKILL.md contains a single explicit output ("Hello, World!") and does not instruct the agent to read files, call external services, or access environment variables.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk or downloaded.
Credentials
The skill requires no environment variables, credentials, or config paths—proportionate for its trivial purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges; autonomous invocation is the platform default but poses no meaningful risk here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hello-worlds - After installation, invoke the skill by name or use
/hello-worlds - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Removed code file main.py; transitioned to a simplified skill structure.
- Updated skill metadata and description for clarity and conciseness.
- Revised output message to: "Hello, World! 这是你的第一个 OpenClaw 技能 🎉"
- SKILL.md now uses a more structured YAML header.
v1.0.0
Initial release of HelloWorld.
- Provides a lightweight template skill for OpenClaw.
- Responds instantly with "Hello World!" to trigger commands: hello, helloworld, 你好.
- Pure local processing with no network requests or data collection.
- Ideal for beginners and quick platform testing.
- Supports both English and Chinese trigger commands.
Metadata
Frequently Asked Questions
What is HelloWorld?
当用户说“打招呼”时,回复 Hello World. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install HelloWorld?
Run "/install hello-worlds" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is HelloWorld free?
Yes, HelloWorld is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does HelloWorld support?
HelloWorld is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created HelloWorld?
It is built and maintained by linsirulinsiru (@linsirulinsiru); the current version is v1.0.1.
More Skills