← Back to Skills Marketplace
qy-zhang

knowledge-capture

by Fitzwilliam Zhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-knowledge-capture
Description
知识库捕获与自适应复习系统。触发词:「记住」「记下来」「加入知识库」「这个值得记」「帮我记住」「值得记录」。将对话中的知识点整理成结构化 Markdown 笔记,写入对应分类目录,自动生成题目加入题库(question-bank.json),并更新掌握度状态文件(mastery-status.json)和复习计划...
Usage Guidance
This skill appears to do what it says: create structured Markdown notes, generate questions, and update local mastery/plan JSON files. Before installing, consider: 1) Confirm the exact workspace path (/root/.openclaw/workspace/knowledge/) — if your agent environment differs or you want files elsewhere, ask the skill author to make the path configurable. 2) Back up any existing data in that directory to avoid accidental overwrites. 3) Ask how the skill handles filename normalization, duplicates, and path traversal (e.g., titles containing ../). 4) Verify where scheduled review notifications will appear and whether the agent needs extra permissions to send them. 5) Because the skill writes persistent files, restrict the agent's filesystem permissions to the intended workspace if possible. If you see the skill later trying to contact external URLs or requesting credentials not mentioned here, revoke it and re-evaluate.
Capability Analysis
Type: OpenClaw Skill Name: personal-knowledge-capture Version: 1.0.0 The skill bundle implements a structured knowledge capture and spaced-repetition (SRS) system. It manages markdown notes and JSON-based tracking files within a designated workspace directory (/root/.openclaw/workspace/knowledge/). There is no evidence of data exfiltration, malicious execution, or unauthorized access to sensitive system files; all operations are strictly aligned with the stated purpose of organizing and reviewing user-provided information.
Capability Assessment
Purpose & Capability
Name/description (capture notes + adaptive review) matches the instructions: extract knowledge from conversation, generate Markdown notes, generate questions, and update local JSON mastery/plan files. There are no unrelated credential or binary requirements.
Instruction Scope
Instructions are limited to reading/writing structured files under a specific workspace and to interacting with the user for clarifications and scoring. However, the SKILL.md hardcodes an absolute path (/root/.openclaw/workspace/knowledge/) and instructs writing files there even though no config paths are declared in the metadata; this is a minor misalignment and means the skill expects filesystem write access to that location. Also the guidance does not mention input/path sanitization or conflict-handling (risk of overwriting existing files if titles/IDs are not safely normalized).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or external endpoints. All required artifacts are local files within the workspace; the requested access is proportional to the stated purpose.
Persistence & Privilege
The skill will create and modify persistent files (notes, learning/question-bank.json, mastery-status.json, review plan). It does not set always:true and does not request system-wide privileges. Users should be aware these writes are persistent and could overwrite or conflict with other data in the same workspace path.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-knowledge-capture
  3. After installation, invoke the skill by name or use /personal-knowledge-capture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of knowledge-capture skill with adaptive review system: - Transforms conversation highlights into structured Markdown notes, auto-classifies, and saves in organized directories. - Generates multiple self-test questions per knowledge point, updating a centralized question bank. - Maintains mastery status and review plan files to track learning progress and schedule spaced repetition reviews. - Scores user quiz answers, updates mastery status, and dynamically adjusts the review schedule based on performance. - Provides detailed feedback, helping users strengthen weak points and advance toward mastery.
Metadata
Slug personal-knowledge-capture
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is knowledge-capture?

知识库捕获与自适应复习系统。触发词:「记住」「记下来」「加入知识库」「这个值得记」「帮我记住」「值得记录」。将对话中的知识点整理成结构化 Markdown 笔记,写入对应分类目录,自动生成题目加入题库(question-bank.json),并更新掌握度状态文件(mastery-status.json)和复习计划... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install knowledge-capture?

Run "/install personal-knowledge-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is knowledge-capture free?

Yes, knowledge-capture is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does knowledge-capture support?

knowledge-capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created knowledge-capture?

It is built and maintained by Fitzwilliam Zhang (@qy-zhang); the current version is v1.0.0.

💬 Comments