← 返回 Skills 市场
2927
总下载
4
收藏
13
当前安装
2
版本数
在 OpenClaw 中安装
/install pkm
功能描述
Help users build a personal knowledge base by organizing whatever they send into structured notes.
安全使用建议
This skill appears internally consistent with its goal, but it will create and modify files under ~/kb/ and perform outbound fetches for links. Before installing, consider: (1) whether you want the skill to write/delete files automatically — if not, require confirmation before processing inbox items; (2) backing up any existing ~/kb/ or using a custom workspace path to avoid accidental overwrite; (3) whether you want external content (webpages) stored locally — consider limiting or sanitizing fetched content; (4) if the agent can run autonomously in your environment, be aware it may perform these filesystem and network actions without explicit prompts. If you need more assurance, ask the skill author how it handles confirmations, what it stores from fetched pages, and whether it supports changing the default workspace path.
功能分析
Type: OpenClaw Skill
Name: pkm
Version: 1.0.1
The skill instructs the agent to perform file system operations (create `~/kb/`, write/read Markdown files), network requests (fetch URL titles/summaries), and potentially execute shell commands (`grep` for full-text search) as described in `SKILL.md`. While these capabilities are aligned with the stated purpose of a knowledge base, they introduce significant vulnerabilities like Server-Side Request Forgery (SSRF) and shell injection if user input is not rigorously sanitized by the agent. There is no evidence of intentional malicious behavior such as data exfiltration or backdoor installation.
能力评估
Purpose & Capability
The name/description (personal knowledge base) match the SKILL.md instructions: capturing incoming items, saving atomic Markdown notes, inbox processing, tagging, linking, and optional sync via git/cloud. No unrelated environment variables, binaries, or system-wide config are requested.
Instruction Scope
The instructions explicitly tell the agent to create and manage files under ~/kb/ (create inbox.md, move/delete items when processed), fetch URL titles/summaries, and use search tools (grep or other). These behaviors are coherent with the purpose but involve modifying the user's home filesystem and performing network fetches; the SKILL.md does not specify confirmation prompts, limits on what is fetched/stored, or details about how external content is fetched/stored. Users should expect local file write/delete and outbound HTTP activity when the skill runs.
Install Mechanism
Instruction-only skill with no install spec and no code files. No packages, downloads, or external installers are requested — lowest install risk.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportional: a local note-capture workflow does not require external secrets. There are no requests for unrelated credentials or high-privilege tokens.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It will write and delete files in the user's home directory (its intended workspace), which is expected for this functionality. Note: agent autonomous invocation is enabled by default — if the agent is allowed to run autonomously, it could perform those file operations without additional user action.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pkm - 安装完成后,直接呼叫该 Skill 的名称或使用
/pkm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Rename to Personal Knowledge Base
v1.0.0
Initial release
元数据
常见问题
Personal Knowledge Base 是什么?
Help users build a personal knowledge base by organizing whatever they send into structured notes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2927 次。
如何安装 Personal Knowledge Base?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pkm」即可一键安装,无需额外配置。
Personal Knowledge Base 是免费的吗?
是的,Personal Knowledge Base 完全免费(开源免费),可自由下载、安装和使用。
Personal Knowledge Base 支持哪些平台?
Personal Knowledge Base 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Personal Knowledge Base?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。
推荐 Skills