← 返回 Skills 市场
Hello World
作者
kevin-li-okg
· GitHub ↗
· v1.0.0
· MIT-0
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hello-world-test
功能描述
Use when the user asks for a hello, a greeting, says hi, or wants to test that the hello-world plugin is loaded.
使用说明 (SKILL.md)
Hello World
A minimal demo skill paired with the hello-world OpenClaw plugin.
When to use
Trigger when the user asks for a greeting, says "hello", "hi", "say hi to \x3Cname>", or asks to test the hello-world plugin.
How to use
Call the hello tool registered by the hello-world plugin:
- If the user mentions a name, pass it as the
nameparameter. - Otherwise omit
nameand let the tool default to "world". - Return the tool's text output directly without rephrasing.
安全使用建议
This skill looks safe for its stated purpose. As with any plugin, install it only from a publisher you trust, but the reviewed artifacts only show a simple greeting tool.
功能分析
Type: OpenClaw Skill
Name: hello-world-test
Version: 1.0.0
The bundle is a standard 'Hello World' template for OpenClaw. It registers a single tool ('hello') in 'src/index.ts' and 'dist/index.js' that performs simple string concatenation to return a greeting. There are no network requests, file system interactions, or suspicious instructions in the 'SKILL.md' file, and all metadata is consistent with the stated purpose.
能力评估
Purpose & Capability
The SKILL.md, plugin manifest, and code all align around a single greeting tool named `hello`.
Instruction Scope
The instructions are narrowly scoped to greeting requests and do not redirect the agent toward unrelated actions.
Install Mechanism
No install script or automatic setup behavior is specified; the included package files describe a normal local build/install workflow.
Credentials
The skill declares no required binaries, environment variables, credentials, config paths, or OS-specific access.
Persistence & Privilege
The artifacts show no persistence, background behavior, credential use, file mutation, network calls, or privilege expansion.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hello-world-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/hello-world-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
hello-world-test 1.0.0
- Initial release of the hello-world skill.
- Responds to greetings and test queries by calling the hello-world plugin.
- Supports personalized greetings by passing a specified name, or defaults to "world".
- Returns the plugin's text output directly.
元数据
常见问题
Hello World 是什么?
Use when the user asks for a hello, a greeting, says hi, or wants to test that the hello-world plugin is loaded. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 Hello World?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hello-world-test」即可一键安装,无需额外配置。
Hello World 是免费的吗?
是的,Hello World 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hello World 支持哪些平台?
Hello World 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hello World?
由 kevin-li-okg(@kevin-li-okg)开发并维护,当前版本 v1.0.0。
推荐 Skills