← Back to Skills Marketplace
yehan5555

helword

by yehan5555 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
263
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install helword
Description
A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install helword
  3. After installation, invoke the skill by name or use /helword
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug helword
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is helword?

A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message. It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.

How do I install helword?

Run "/install helword" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is helword free?

Yes, helword is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does helword support?

helword is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created helword?

It is built and maintained by yehan5555 (@yehan5555); the current version is v1.0.1.

💬 Comments