安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and metadata are coherent: it is a simple local Node.js CLI that responds to numeric input and does not access external resources or secrets.
评估建议
This skill is a simple, self-contained Node.js CLI that only prints preset replies to numeric input and does not contact networks or read secrets. If you plan to run it, ensure you use a trusted Node runtime and inspect the small index.js (it's readable and benign). If you do not have Node or prefer not to run arbitrary code locally, do not execute the script — but installing/viewing it in the registry is safe.详细分析 ▾
✓ 用途与能力
The name/description (simple chat by number) matches SKILL.md and index.js behavior; there are no requests for unrelated credentials, binaries, or system paths.
✓ 指令范围
SKILL.md describes running an interactive program that accepts 1/2/3/q — the included index.js implements exactly that. The instructions do not reference files, environment variables, or external endpoints beyond the local process.
ℹ 安装机制
There is no install spec (instruction-only), which is low risk. The package includes index.js and package.json (a Node script), so a Node runtime is required to run it; the registry metadata did not declare Node as a required binary. This is a minor omission but not a safety issue.
✓ 凭证需求
No environment variables, credentials, or config paths are requested or used. The code has no network or secret-handling behavior.
✓ 持久化与权限
The skill is not always-enabled and does not request persistent presence or modify other skills or system settings. It runs only when invoked.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/10
- Added front matter metadata with name and description for the skill. - No functional changes to the skill behavior.
● 无害
安装命令
点击复制官方npx clawhub@latest install qwtest1
镜像加速npx clawhub@latest install qwtest1 --registry https://cn.longxiaskill.com镜像同步中
技能文档
# 交互式对话系统技能
技能信息
- 名称: 交互式对话系统
- 版本: 1.0.0
- 分类: 娱乐互动
- 描述: 一个简单的交互式对话系统,根据用户输入数字返回预设问候语
功能说明
本技能提供基础的交互式对话功能,用户输入对应数字可获得预设回复。使用方法
``
运行技能后根据提示输入数字选择对话内容
`
示例:
`
输入 1 -> 输出 '你好呀'
输入 2 -> 输出 '今天天气怎么样'
输入 3 -> 输出 '很高兴认识你'
`
参数说明
input`: 数字输入(1/2/3)对应不同回复
返回信息
- 预设的友好问候语句
注意事项
- 仅支持数字1、2、3作为有效输入
- 输入其他内容会提示重新输入
- 输入'q'可退出程序