Install
openclaw skills install @harrylabsj/personal-knowledge-hubRecord, organize, search, and connect personal knowledge. Use when the user wants to capture notes, build a knowledge base, search personal notes, review saved ideas, extract tags/entities, summarize learning material, or explore relationships between concepts. Supports English and Chinese requests such as 记录知识、整理笔记、搜索笔记、复习、个人知识库、知识图谱、第二大脑.
openclaw skills install @harrylabsj/personal-knowledge-hubUse this skill when the user wants help with:
Chinese triggers include: 记录知识、整理笔记、知识管理、搜索笔记、复习、个人知识库、知识图谱、第二大脑、读书笔记、卡片笔记、知识沉淀.
ingest: capture/store a new knowledge itemsearch: find relevant notes or saved ideasanalyze: summarize and extract metadata from text or a topicexplore: build a lightweight concept graphPrefer structured JSON-like output when a tool or automation is calling the skill:
{
"status": "ok",
"requestType": "search|ingest|analyze|explore",
"message": "...",
"results": []
}
For human-facing answers, summarize the useful result first, then include the structured fields only if they help the next action.
Do:
Do not: