← Back to Skills Marketplace
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-knowledge-hub
Description
Assist in recording, organizing, and retrieving personal knowledge with note templates and knowledge management frameworks.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-knowledge-hub - After installation, invoke the skill by name or use
/personal-knowledge-hub - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Personal Knowledge Hub?
Assist in recording, organizing, and retrieving personal knowledge with note templates and knowledge management frameworks. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Personal Knowledge Hub?
Run "/install personal-knowledge-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Personal Knowledge Hub free?
Yes, Personal Knowledge Hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Personal Knowledge Hub support?
Personal Knowledge Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Personal Knowledge Hub?
It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.
More Skills