Ae1
High
- Category
- analysis-evasion
- Content
| `cli.md` | 所有 CLI 命令速查表 | 需要执行 openclaw 命令时 |
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This is a documentation-only OpenClaw reference skill that covers powerful admin features, but I found no hidden code, deception, or unexplained data exfiltration.
Install this only if you want a Chinese OpenClaw operations manual. Treat its examples as admin-level guidance: review and explicitly approve reset/uninstall/--force commands, shell or node exec, camera/screen/location access, plugin or hook installs, webhook delivery, credential changes, and reasoning/status broadcasts; prefer allowlists, pairing, environment-variable secrets, gateway tokens, sandboxing, audits, and backups.
| `cli.md` | 所有 CLI 命令速查表 | 需要执行 openclaw 命令时 |
1. Tooling — 工具列表+描述 2. Safety — 防护提醒 3. Skills — 可用Skills列表(按需加载) 4. OpenClaw Self-Update — config/update说明 5. Workspace — 工作目录 6. Documentation — 文档路径 7. Workspace Files — 引导文件注入
1. Tooling — 工具列表+描述 2. Safety — 防护提醒 3. Skills — 可用Skills列表(按需加载) 4. OpenClaw Self-Update — config/update说明 5. Workspace — 工作目录 6. Documentation — 文档路径 7. Workspace Files — 引导文件注入
~/.openclaw/ ├── openclaw.json # 主配置 ├── openclaw.json.bak # 自动备份 ├── .env # 全局环境变量 ├── agents/ │ └── <agentId>/ │ ├── agent/
### 注意事项 - WhatsApp需要持久化 `~/.openclaw/credentials/` - 浏览器需要额外Chrome安装 - 使用 `--network host` 访问本地Ollama ## 更新
// 配置
tools: {
exec: {
host: "sandbox", // sandbox|gateway|node
security: "allowlist", // deny|allowlist|full
ask: "on-miss", // off|on-miss|always
node: "mac-1", // 默认节点### 调用
```bash
curl -X POST http://localhost:18789/hooks \
-H "Authorization: Bearer shared-secret" \
-H "Content-Type: application/json" \
-d '{"text": "外部触发消息"}'### 获取用户ID - 私信机器人 → `openclaw logs --follow` 查找 `from.id` - 或: `curl "https://api.telegram.org/bot<token>/getUpdates"` 读 `message.from.id` ### 群组 - `groupPolicy`: `allowlist`(默认) | `open` | `disabled`
Detected: suspicious.prompt_injection_instructions