← 返回 Skills 市场
linsirulinsiru

HelloWorld

作者 linsirulinsiru · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hello-worlds
功能描述
当用户说“打招呼”时,回复 Hello World
使用说明 (SKILL.md)

输出:Hello, World! 这是你的第一个 OpenClaw 技能 🎉

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

HelloWorld 是什么?

当用户说“打招呼”时,回复 Hello World. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 HelloWorld?

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

HelloWorld 是免费的吗?

是的,HelloWorld 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

HelloWorld 支持哪些平台?

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

谁开发了 HelloWorld?

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

💬 留言讨论