Personal Knowledge Hub

v0.1.0

Assist in recording, organizing, and retrieving personal knowledge with note templates and knowledge management frameworks.

0· 103·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/personal-knowledge-hub.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Personal Knowledge Hub" (harrylabsj/personal-knowledge-hub) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/personal-knowledge-hub
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install personal-knowledge-hub

ClawHub CLI

Package manager switcher

npx clawhub@latest install personal-knowledge-hub
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97eg8k38773bf41g57vexke2d84dtn7
103downloads
0stars
1versions
Updated 3w ago
v0.1.0
MIT-0

Personal Knowledge Hub(个人知识枢纽)

Overview

帮助用户记录、组织和检索个人知识,提供笔记模板和知识整理框架。

Trigger

  • 记录知识
  • 整理笔记
  • 知识管理
  • 复习

Workflow

  1. 判断用户意图(记录/检索/整理)
  2. 生成对应格式的笔记模板或检索结果
  3. 提供知识整理框架建议

Output

JSON: {action, template/note, message}

Comments

Loading comments...