← 返回 Skills 市场
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-knowledge-hub
功能描述
Assist in recording, organizing, and retrieving personal knowledge with note templates and knowledge management frameworks.
安全使用建议
This skill appears low-risk and coherent: it only parses text and returns note templates in Chinese, without network calls or credentials. Note that invoking the skill runs the included handler.py on the agent host—review the small Python file if you run untrusted code in sensitive environments. If you expect persistent storage, cloud sync, or multi-language support, those are not provided by this skill and would require additional, explicit integrations.
功能分析
Type: OpenClaw Skill
Name: personal-knowledge-hub
Version: 0.1.0
The skill bundle is a straightforward personal knowledge management tool designed to help users record and organize notes. The handler.py script uses basic string matching for intent classification and generates simple note templates without any network access, file system manipulation, or suspicious execution patterns. The use of Unicode escapes in handler.py is limited to standard Chinese character strings for user-facing messages.
能力评估
Purpose & Capability
Name/description, SKILL.md workflow, and handler.py all align: parsing user intent (capture/retrieve/organize) and returning JSON note templates or messages. No unrelated capabilities or credential requests.
Instruction Scope
SKILL.md directs the agent to generate templates and suggestions; the handler implements only local text parsing and template generation. There are no instructions to read files, access config, or transmit data externally.
Install Mechanism
No install spec (instruction-only style). A small handler.py is included and will run locally; nothing is downloaded or written to disk beyond standard runtime execution.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference any secrets or external services.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It does not implement persistent storage or request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-knowledge-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-knowledge-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Personal Knowledge Hub.
- Enables users to record, organize, and retrieve personal knowledge.
- Offers note templates and knowledge organization frameworks.
- Triggers include knowledge recording, note organization, knowledge management, and review.
- Outputs actions and relevant data in a standardized JSON format.
元数据
常见问题
Personal Knowledge Hub 是什么?
Assist in recording, organizing, and retrieving personal knowledge with note templates and knowledge management frameworks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Personal Knowledge Hub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-knowledge-hub」即可一键安装,无需额外配置。
Personal Knowledge Hub 是免费的吗?
是的,Personal Knowledge Hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Personal Knowledge Hub 支持哪些平台?
Personal Knowledge Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Knowledge Hub?
由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.0。
推荐 Skills