← 返回 Skills 市场
yehan5555

helword

作者 yehan5555 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
263
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install helword
功能描述
A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message.
使用说明 (SKILL.md)

\r \r

Hello World Skill\r

\r A simple skill that demonstrates the basic structure of an OpenClaw skill. This skill responds with a friendly greeting when users ask for one.\r \r

Usage\r

\r When the user asks for a greeting or introduces themselves, this skill will respond with a friendly message.\r \r

Examples\r

\r

  • User: "Say hello" → Skill: "Hello from your custom skill!"\r
  • User: "Hi there" → Skill: "Hello from your custom skill!"\r
  • User: "Who are you" → Skill: "Hello from your custom skill!"\r
  • User: "Hello world" → Skill: "Hello from your custom skill!"\r
  • User: "Introduce yourself" → Skill: "Hello from your custom skill!"\r \r

Implementation\r

\r This skill uses the built-in echo tool to output the greeting message.\r \r

For Developers\r

\r This skill serves as a template for creating new skills. To create your own skill:\r \r

  1. Create a new folder in your skills directory\r
  2. Add a SKILL.md file with proper metadata\r
  3. Implement your skill logic\r
  4. Publish using clawhub publish \x3Cpath>\r
安全使用建议
This skill is a minimal, instruction-only greeting template and appears safe: it doesn't require credentials, installs, or external network access. If you install it, expect it to automatically respond when user input matches the listed greeting triggers; if you prefer it not run automatically, disable or remove the skill. As a general precaution, only install skills from sources you trust — instruction-only skills are low-risk, but the broader agent platform still controls what tools the skill can call.
功能分析
Type: OpenClaw Skill Name: helword Version: 1.0.1 The 'helword' skill is a standard 'Hello World' template designed to demonstrate basic skill structure in OpenClaw. It contains no executable code, network requests, or sensitive data access, and its instructions in SKILL.md are limited to simple greeting triggers and documentation.
能力评估
Purpose & Capability
The name/description (greeting) matches the SKILL.md triggers and examples. There are no unrelated required env vars, binaries, or config paths — nothing requested that doesn't belong to a greeting/hello-world skill.
Instruction Scope
The SKILL.md contains only trigger patterns and says it uses the built-in echo tool to output a greeting. It does not instruct the agent to read files, access credentials, contact external endpoints, or perform other out-of-scope actions.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportional to a simple greeting skill.
Persistence & Privilege
Skill flags are ordinary (always: false; user-invocable: true). The SKILL.md sets auto_invoke: true for its triggers, which is reasonable for a trigger-driven greeting skill and is not the same as a system-wide 'always' privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install helword
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /helword 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added new usage examples: "Hello world" and "Introduce yourself" to clarify trigger coverage. - No changes to core logic or triggers; documentation was expanded for clarity.
v1.0.0
- Initial release of the helword skill. - Responds with a friendly hello message when users ask for a greeting or introduction. - Supports triggers for greetings (e.g., hello, hi, hey) and self-introduction requests. - Includes example prompts and responses for easy usage. - Serves as a template for creating new OpenClaw skills.
元数据
Slug helword
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

helword 是什么?

A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。

如何安装 helword?

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

helword 是免费的吗?

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

helword 支持哪些平台?

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

谁开发了 helword?

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

💬 留言讨论