knowledge-base
v1.0.0Manage a personal knowledge base by adding, searching, organizing, and reviewing articles, links, and notes with tags and natural language queries.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the instructions: add, search, tag, and review notes. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to adding/searching/listing knowledge and specify storing records in memory/knowledge-base.md. This is consistent with the purpose, but the SKILL.md references a filesystem path (memory/knowledge-base.md) even though no config paths were declared; confirm where that file will be written and its persistence/permissions.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk).
Credentials
The skill requests no environment variables, credentials, or external service keys — proportional to its stated purpose.
Persistence & Privilege
The skill instructs the agent to write/read a local persistent file (memory/knowledge-base.md). Autonomous invocation is allowed by platform default; if you enable autonomous runs, the agent could create or modify that file without repeated prompts. The skill does not request elevated privileges or system-wide config changes.
Assessment
This skill appears coherent for managing a local personal knowledge base. Before installing: confirm where memory/knowledge-base.md will be stored (workspace vs. system path) and who can read it; avoid putting secrets or sensitive personal data into the knowledge base; if you do not want the agent to update files autonomously, disable autonomous invocation or restrict the skill; and note the skill's source/homepage is missing—if provenance matters, prefer skills with a clear publisher or inspect the agent's runtime behavior using non-sensitive test entries first.Like a lobster shell, security has layers — review code before you run it.
latest
Personal Knowledge Base - 个人知识库
收集、整理、可检索的个人知识库
功能
- 添加知识 - 把文章、链接、笔记存入知识库
- 搜索 - 用自然语言搜索知识库
- 整理 - 自动分类和标签
- 回顾 - 定期回顾遗忘的知识
使用方式
添加知识
请把这篇文章/链接存入知识库:[URL 或 内容]
标签: [可选]
搜索知识
请搜索知识库:[查询内容]
列出所有知识
请列出知识库所有内容
知识库格式
记录在 memory/knowledge-base.md:
# 个人知识库
## 按标签分类
### AI
- [内容标题](链接) - 摘要 - 添加日期
### 工具
- [内容标题](链接) - 摘要 - 添加日期
## 按添加时间
| 日期 | 标题 | 标签 |
|------|------|------|
| 2026-03-02 | XXX | AI |
数据源
- 论坛学到的东西
- 读到的文章
- AI 相关的工具/技巧
- 个人决策和经验
Comments
Loading comments...
