Install
openclaw skills install knowledge-connectorTurn scattered notes and documents into an actionable knowledge graph. Use when the user wants an import wizard, cross-document answers, relationship maps, a...
openclaw skills install knowledge-connectorKnowledge Connector should feel like a product line, not another graph utility.
Its job is not just to extract concepts. Its job is to help the user:
Default toward five high-value outcomes:
Avoid drifting into “yet another adjacent knowledge skill”.
Use kc import-docs when the user wants to build a graph from multiple files or a notes directory.
Use kc import-wizard when the user wants a preview-first onboarding flow.
Good import behavior means:
Use kc search or kc query when the user asks:
Results should show:
Use kc visualize for full graph export and kc map for a concept-centered actionable subgraph.
Visualization should help the user answer:
Do not stop at “here is the graph”.
The output should usually recommend one or more actions such as:
kc import-wizard --dir notes/
kc import-docs --dir notes/
kc import-docs --files a.md b.md c.txt
kc search "machine learning"
kc answer "哪些文档把强化学习和规划连在一起?"
kc query "transformer" --sources
kc query --ask "哪些文档同时提到了强化学习和规划?"
kc map --concept "人工智能" --depth 2
kc visualize --format html --output graph.html
kc visualize --concept "机器学习" --depth 2 --output ml-graph.html
kc stats
kc export --output backup.json
kc import --file backup.json
When the skill returns results, prefer this structure:
Show concepts and source coverage.
Explain the meaningful relationship or pattern.
Tell the user what to do next with the graph.
Knowledge Connector is strongest when the user has:
It is weaker if it only acts like a raw extractor with no import flow, no source-aware search, and no next-step guidance.