📦 Hello World Skill — 多语问候助手
v1.0.0一个友好问候技能,可识别“hello/你好”等多语言招呼,实时报时,并介绍 OpenClaw 助手,适合快速体验对话与多语言交互。
0· 157·0 当前·0 累计
下载技能包
最后更新
2026/3/17
安全扫描
OpenClaw
安全
high confidenceThis instruction-only greeting skill is internally consistent with its stated purpose and requests no elevated access or installs.
评估建议
This is a lightweight, instruction-only greeting skill that asks for nothing and does not install code — it's low risk and coherent with its description. If you install it, note that the platform allows skills to be invoked autonomously by default; this one has no extra privileges or credentials, so the practical risk is minimal. If you need strict control, you can restrict autonomous invocation on the platform or review logs to confirm it only handles greeting interactions.详细分析 ▾
✓ 用途与能力
Name/description match the instructions: the skill only implements multilingual greetings, brief self-introductions, and optional time-aware phrasing. It requests no binaries, env vars, or other capabilities beyond what the description implies.
✓ 指令范围
SKILL.md contains narrowly scoped runtime instructions limited to greeting detection, language-preserving replies, short friendly introductions, and optionally referencing the time of day. It does not instruct reading files, accessing external endpoints, or exfiltrating data.
✓ 安装机制
No install spec and no code files — nothing is written to disk or downloaded. This minimizes risk and is proportionate for a simple greeting skill.
✓ 凭证需求
No environment variables, credentials, or config paths are required. The only external context implied is local time (for 'time awareness'), which is reasonable and proportional.
✓ 持久化与权限
always is false (default), and the skill does not request persistent/system-wide configuration or modification of other skills. Autonomous invocation is allowed by platform default but is not combined with broad privileges here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/17
Initial release of the "helloworld" skill for OpenClaw. - Responds to greetings in multiple languages with a matching-language reply. - Briefly introduces itself as the OpenClaw assistant powered by AI. - Optionally includes the current time of day in greetings. - Offers assistance and invites users to state their needs. - Triggers on greetings or identity questions in any supported language.
● 无害
安装命令
点击复制官方npx clawhub@latest install hunter-helloworld
镜像加速npx clawhub@latest install hunter-helloworld --registry https://cn.longxiaskill.com镜像同步中