Houwei Hello World

v1.0.0

验证ClawHub跨设备同步功能并提供自定义技能开发入门模板的个人专属测试技能。

0· 97·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for houwei302-code/houwei-hello-world.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Houwei Hello World" (houwei302-code/houwei-hello-world) from ClawHub.
Skill page: https://clawhub.ai/houwei302-code/houwei-hello-world
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install houwei-hello-world

ClawHub CLI

Package manager switcher

npx clawhub@latest install houwei-hello-world
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97awmsvt3an2tfw9sc40yt9hh840hax
97downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

houwei-hello-world 技能

描述

个人专属测试技能,用于验证ClawHub跨设备同步功能是否正常工作,同时作为自定义技能开发的入门模板。

作者

@houwei302-code

版本

1.0.0

适用场景

  1. 首次配置ClawHub同步后,验证技能上传/拉取流程是否正常
  2. 多设备切换时,快速确认同步是否生效
  3. 学习自定义Skill开发结构的参考模板

触发关键词

  • "测试同步"
  • "hello测试"
  • "我的技能"

功能实现

当用户触发关键词时,自动回复:

🎉 恭喜!你的自定义技能已经同步成功啦! 当前运行设备:{{host.name}} 技能版本:v1.0.0

配置要求

无额外依赖,开箱即用,不需要配置API密钥或其他参数。

后续扩展建议

可以在这个基础上添加更多功能:

  • 自定义问候语
  • 查看当前设备状态
  • 快速执行常用命令

Comments

Loading comments...