扫描报告
5 /100
claw-local-knowledge
本地知识库技能,用于添加和检索知识。
Pure documentation-based skill with no executable code. All operations are scoped to a local knowledge base directory with no network access, credential handling, or shell execution.
可以安装
This skill is safe to use. No security concerns identified. The bash commands documented are for human operator setup, not AI execution.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ,WRITE | READ,WRITE | ✓ 一致 | SKILL.md: All file ops scoped to .openclaw/workspace/memory/ |
| 网络访问 | NONE | NONE | — | No network requests documented or implemented |
| 命令执行 | NONE | NONE | — | Bash commands in docs are for human setup, not AI execution |
| 环境变量 | NONE | NONE | — | No environment variable access documented |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md: References officecli skills for document conversion |
目录结构
5 文件 · 12.4 KB · 403 行 Markdown 5f · 403L
├─
▾
references
│ ├─
add_knowledge.md
Markdown
│ └─
retrieval_knowledge.md
Markdown
├─
README_zh.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code - purely documentation-based skill
✓ All file operations scoped to specific .openclaw/workspace/ subdirectories
✓ No network requests or external communications
✓ No credential or sensitive data access
✓ Clear documentation of file flow and directory structure
✓ No hidden functionality detected