← Back to Skills Marketplace
harrylabsj

Knowledge Connector

by haidong · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
594
Downloads
0
Stars
6
Active Installs
5
Versions
Install in OpenClaw
/install knowledge-connector
Description
Turn scattered notes and documents into an actionable knowledge graph. Use when the user wants an import wizard, cross-document answers, relationship maps, a...
README (SKILL.md)

Knowledge Connector

Knowledge 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:

  • import notes and documents with low friction
  • search across multiple documents from one query
  • visualize concept relationships in a way that is easy to inspect
  • get actionable graph results such as what to connect, review, or expand next

What This Skill Optimizes For

Default toward five high-value outcomes:

  • fast document import
  • guided import onboarding
  • cross-document knowledge retrieval
  • relationship-aware graph views
  • actionable next steps

Avoid drifting into “yet another adjacent knowledge skill”.

Primary Workflows

1. Import Experience

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:

  • accept files or a directory
  • preserve source titles and paths
  • show how many documents, concepts, and relations were created
  • keep the user oriented after import

2. Cross-Document Search

Use kc search or kc query when the user asks:

  • where an idea appears across notes
  • which documents mention a concept
  • what concepts connect several documents

Results should show:

  • matching concepts
  • matching source documents
  • useful next actions

3. Relationship Visualization

Use kc visualize for full graph export and kc map for a concept-centered actionable subgraph.

Visualization should help the user answer:

  • what is central
  • what is weakly connected
  • what deserves review

4. Actionable Results

Do not stop at “here is the graph”.

The output should usually recommend one or more actions such as:

  • import more source material
  • auto-connect newly imported concepts
  • inspect a concept-centered subgraph
  • verify weak relationships from source documents
  • export a graph view for sharing or review

Core Commands

Import

kc import-wizard --dir notes/
kc import-docs --dir notes/
kc import-docs --files a.md b.md c.txt

Search

kc search "machine learning"
kc answer "哪些文档把强化学习和规划连在一起?"
kc query "transformer" --sources
kc query --ask "哪些文档同时提到了强化学习和规划?"

Map And Visualize

kc map --concept "人工智能" --depth 2
kc visualize --format html --output graph.html
kc visualize --concept "机器学习" --depth 2 --output ml-graph.html

Manage

kc stats
kc export --output backup.json
kc import --file backup.json

Output Standard

When the skill returns results, prefer this structure:

What Matched

Show concepts and source coverage.

Why It Matters

Explain the meaningful relationship or pattern.

Next Step

Tell the user what to do next with the graph.

Product Positioning

Knowledge Connector is strongest when the user has:

  • a growing notes corpus
  • repeated concepts spread across files
  • a need to move from storage to understanding

It is weaker if it only acts like a raw extractor with no import flow, no source-aware search, and no next-step guidance.

Usage Guidance
This skill appears to do what it says: it reads the files or directories you point it at, extracts concepts, builds simple local JSON stores, and writes a data directory (~/.local/share/knowledge-connector by default). Before installing or running: (1) review or run the included test script to verify behavior in a sandbox; (2) avoid pointing the importer at system or sensitive directories (e.g., /, /etc, or folders containing secrets) — the tool will recursively scan allowed text file types; (3) inspect the repository URL/code if you want to be extra cautious; (4) be aware data will be stored on-disk in the skill's data directory and exported HTML/JSON files may contain extracted content.
Capability Analysis
Type: OpenClaw Skill Name: knowledge-connector Version: 1.2.0 The Knowledge Connector skill is a legitimate utility for extracting concepts from local documents and building a knowledge graph. Analysis of 'src/index.js' and 'bin/cli.js' shows standard filesystem operations for reading notes and storing graph data in the user's local share directory. There is no evidence of data exfiltration, malicious execution (eval/exec), or prompt injection; the code uses local regex-based extraction and only references a reputable CDN (unpkg.com) for the 'vis-network' visualization library.
Capability Assessment
Purpose & Capability
Name/description (Knowledge Connector → import/search/map/visualize) lines up with the provided CLI, README, and src code. The declared lack of required env vars/binaries fits the local, file-based operation the code implements.
Instruction Scope
SKILL.md tells the agent to run local kc commands (import-docs, import-wizard, search, visualize, etc.), and those commands operate on files/directories the user supplies. The instructions do not ask the agent to read unrelated system config, access secret env vars, or send data to external endpoints.
Install Mechanism
There is no remote download/install hook in the skill metadata. The package.json and small set of standard npm deps (commander, chalk, ora) are typical and the repo points to GitHub. No extract-from-URL or other high-risk installer is present.
Credentials
The skill requires no credentials or special env vars. It stores its data under the user's home directory (default: ~/.local/share/knowledge-connector), which is proportional to a local import/search tool. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill persists data to the user home (creates ~/.local/share/knowledge-connector and JSON files) and reads files/directories provided by the user. always:false and normal agent invocation are appropriate. The persistence is expected but users should be aware data is stored on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install knowledge-connector
  3. After installation, invoke the skill by name or use /knowledge-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Added an import wizard and answer-style cross-document results to make Knowledge Connector easier to onboard and more actionable.
v1.1.0
Upgraded Knowledge Connector into an action-oriented knowledge graph product with document import, cross-document search, relationship maps, and next-step guidance.
v1.0.2
Update documentation to English.
v1.0.1
No user-visible changes in this version. - Version number updated to 1.0.1; all documentation and functionality remain unchanged.
v1.0.0
Knowledge Connector v1.0.0 – Initial Release - First public release with core functionality. - Extracts concepts and entities from documents and conversations. - Automatically builds relationships and constructs a knowledge graph. - Supports intelligent querying, recommendations, and visualization. - Full CLI coverage for management, extraction, connection, querying, and export/import.
Metadata
Slug knowledge-connector
Version 1.2.0
License MIT-0
All-time Installs 7
Active Installs 6
Total Versions 5
Frequently Asked Questions

What is Knowledge Connector?

Turn scattered notes and documents into an actionable knowledge graph. Use when the user wants an import wizard, cross-document answers, relationship maps, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 594 downloads so far.

How do I install Knowledge Connector?

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

Is Knowledge Connector free?

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

Which platforms does Knowledge Connector support?

Knowledge Connector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Knowledge Connector?

It is built and maintained by haidong (@harrylabsj); the current version is v1.2.0.

💬 Comments