← 返回 Skills 市场
Houwei Hello World
作者
houwei302-code
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install houwei-hello-world
功能描述
验证ClawHub跨设备同步功能并提供自定义技能开发入门模板的个人专属测试技能。
使用说明 (SKILL.md)
houwei-hello-world 技能
描述
个人专属测试技能,用于验证ClawHub跨设备同步功能是否正常工作,同时作为自定义技能开发的入门模板。
作者
@houwei302-code
版本
1.0.0
适用场景
- 首次配置ClawHub同步后,验证技能上传/拉取流程是否正常
- 多设备切换时,快速确认同步是否生效
- 学习自定义Skill开发结构的参考模板
触发关键词
- "测试同步"
- "hello测试"
- "我的技能"
功能实现
当用户触发关键词时,自动回复:
🎉 恭喜!你的自定义技能已经同步成功啦! 当前运行设备:{{host.name}} 技能版本:v1.0.0
配置要求
无额外依赖,开箱即用,不需要配置API密钥或其他参数。
后续扩展建议
可以在这个基础上添加更多功能:
- 自定义问候语
- 查看当前设备状态
- 快速执行常用命令
安全使用建议
This skill is a simple, local 'hello world' test and appears safe to install. Before adding or enabling it widely, consider: 1) whether you want the agent to disclose the device name ({{host.name}}) — remove that placeholder if not; 2) if you or the author extend the skill to run commands, access files, or call external APIs, re-evaluate permissions and any required credentials; and 3) autonomous invocation is enabled by default — that is normal, but be careful if you extend the skill to perform actions with side effects.
功能分析
Type: OpenClaw Skill
Name: houwei-hello-world
Version: 1.0.0
This is a standard 'Hello World' template designed to test cross-device synchronization and serve as a development reference. The skill contains only markdown instructions in SKILL.md and metadata in _meta.json, with no executable code, network requests, or sensitive data access.
能力评估
Purpose & Capability
Name/description say it's a personal test/template for ClawHub sync; the SKILL.md only implements a simple reply with device name and version, which is coherent and proportionate.
Instruction Scope
Runtime instructions are limited: respond to trigger keywords with a fixed message including a {{host.name}} placeholder. This stays within the stated purpose; the only runtime context referenced is the device name, which is reasonable for a sync/identity check.
Install Mechanism
No install spec and no code files — instruction-only skill — so there is no download or install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The referenced {{host.name}} is consistent with reporting the current device and does not require additional secrets.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). There is no request for permanent or elevated privileges and the skill does not modify other skills or system config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install houwei-hello-world - 安装完成后,直接呼叫该 Skill 的名称或使用
/houwei-hello-world触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
houwei-hello-world v1.0.0
- 首个发布版本。
- 用于验证ClawHub跨设备同步是否正常,作为自定义技能开发的入门模板。
- 触发关键词自动回复同步成功信息、当前设备名和技能版本。
- 无需额外配置,即装即用。
元数据
常见问题
Houwei Hello World 是什么?
验证ClawHub跨设备同步功能并提供自定义技能开发入门模板的个人专属测试技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Houwei Hello World?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install houwei-hello-world」即可一键安装,无需额外配置。
Houwei Hello World 是免费的吗?
是的,Houwei Hello World 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Houwei Hello World 支持哪些平台?
Houwei Hello World 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Houwei Hello World?
由 houwei302-code(@houwei302-code)开发并维护,当前版本 v1.0.0。
推荐 Skills