Houwei Hello World

v1.0.0

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

0· 63·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments