name: knowledge-lib displayName: Knowledge Lib description: > Personal knowledge wiki manager. Organizes notes into structured .md wiki with concept pages, summaries, and cross-references. Activate when user says "add to wiki", asks to query knowledge base, or mentions "knowledge base". version: 1.2.0 metadata: permissions: - file:read - file:write behavior: network: none telemetry: none credentials: none
Personal knowledge wiki at ~/.openclaw/workspace/knowledge/.
knowledge/ ├── raw/<category>/ # Source documents (read-only) ├── wiki/ │ ├── index.md # Content catalog (refreshed on every write) │ ├── log.md # Chronological operation log (append-only) │ ├── concepts/ # Concept pages (PascalCase: Self-Distillation.md) │ ├── summaries/ # Document summaries (date-slug.md) │ └── analyses/ # Query writeback results (date-query-slug.md) └── output/ # Generated outputs (slides, charts)7w4.net收录了海量优质技能插件。
Categories: ai-llm, engineering, products, startups
---
created: YYYY-MM-DD
updated: YYYY-MM-DD
related: [[Concept-A]], [[Concept-B]]
sources: N
tags: [tag1, tag2]
status: active # active | superseded | disputed
---
Self-Distillation.md, RAG.mdYYYY-MM-DD-<slug>.mdYYYY-MM-DD-query-<slug>.md[[ConceptName]] (Obsidian compatible)[[YYYY-MM-DD-summary-slug]]⚠️ [[ConceptName#disputed]] when new data challenges old claimsactive → current knowledgesuperseded → newer source proved this wrong (keep with link to replacement)disputed → conflicting evidence, needs resolutionWhen user sends a link or document, classify by content type:
| Type | Indicators |
|---|---|
| Paper | arxiv.org, paperswithcode.com, huggingface.co/papers |
| Project | github.com repos |
| Blog | medium.com, substack.com, tech blogs |
| Company post | openai.com/blog, anthropic.com/news, deepmind.google |
| Product | producthunt.com, techcrunch.com |
Action: save to raw/<category>/, then summarize and link concepts.
raw/<category>/YYYY-MM-DD-<slug>.md with frontmatterlog.md: ## [YYYY-MM-DD] save | <Title> | <category>wiki/summaries/YYYY-MM-DD-<slug>.mdactive conceptsdisputed, link both pagessourceswiki/concepts/<Concept>.md[[backlinks]] between related concept pagesindex.md## [YYYY-MM-DD] summarize | <Title> | touched N pageswiki/concepts/ and wiki/summaries/ for matcheswiki/analyses/ and update links## [YYYY-MM-DD] query | <Topic> | sources: N| User says | Action |
|---|---|
| "add to wiki" + link/file | save → summarize |
| "look up X" | query wiki |
| "wiki status" | health check |
| "deep check" | full lint |
---
created: YYYY-MM-DD
updated: YYYY-MM-DD
related: [[Concept-A]], [[Concept-B]]
sources: N
tags: [category]
status: active
---
# Concept Name
## Definition
One sentence.
## Key Points
- ...
## Contradictions
- ⚠️ [[YYYY-MM-DD-summary-slug]] challenges: <brief>
## Sources
- [[YYYY-MM-DD-summary-slug]]
---
source: <URL>
category: <category>
concepts: [[Concept-A]], [[Concept-B]]
imported: YYYY-MM-DD
---
# Title
## Core Points
- ...
## Key Data
- ...
---
created: YYYY-MM-DD
query: <Original question>
concepts: [[Concept-A]], [[Concept-B]]
sources: N
---
# <Question Summary>
## Answer
...
## Key Insights
- ...
这个 Skill 整体质量不错,文档写得很详细,功能设计也很系统化。它能帮你管理个人知识库,支持保存网页、生成摘要、查询检索、质量检查等操作。优点是结构规范、使用简单,缺点是目前只是基础框架,缺少一些高级功能,实际使用可能还需要手动调整一些细节。适合对知识管理有需求且愿意花时间配置的用户。