← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skylv-note-linking
功能描述
Automatically creates bidirectional links between related notes
安全使用建议
This skill appears to do what it says: it scans a notes directory, builds a local graph, and can suggest or automatically insert bidirectional links. Before installing or running it: 1) Back up your notes (it can modify files when it auto-links). 2) Run it on a copy or a small test folder first to confirm results. 3) Prefer suggestion mode (inspect outputs) before enabling automatic edits — you can inspect/modify export.js to change AUTO_LINK_THRESHOLD or disable the auto-write block. 4) Provide an explicit notesPath when invoking (don’t rely on defaults) and check the cache file location if you have policies about temp files. 5) Confirm there are no network calls in any local edits you plan to run (the shipped code is local-only). If you need stronger assurances, request a code review for the truncated portion of link_engine.js (the file was truncated in the provided package) and test behavior on non-critical notes.
能力标签
能力评估
Purpose & Capability
Name/description (auto-discover links, build knowledge graph) match the included code and SKILL.md. The three JS files implement discovery, TF‑IDF/Jaccard/Levenshtein scoring, graph construction, queries and export — all align with the stated functionality. No unrelated dependencies, binaries, or external APIs are requested.
Instruction Scope
Instructions tell the agent to scan a notes directory (default ~/.qclaw/workspace) and produce links/graphs. The code does more than only read: export.js can modify source notes by appending `Related` sections for edges marked 'auto' (AUTO_LINK_THRESHOLD 0.85). SKILL.md documents auto-linking behavior, but users should be aware the skill will write into their files and create a cache file. Also a minor doc/code discrepancy: SKILL.md mentions cache in ~/.qclaw, while code uses a temp path (process.env.TEMP or /tmp).
Install Mechanism
No install spec (instruction-only skill with shipped code) — code is pure Node.js and runs locally with no downloads or external installers. This is low risk from an install mechanism perspective because nothing is fetched or extracted at install time.
Credentials
The skill requires no secrets or credentials. It reads common environment variables for defaults (HOME/USERPROFILE and TEMP) to build paths, which is expected. It does not attempt to access unrelated credentials or remote endpoints.
Persistence & Privilege
always:false and no agent-wide config modifications — good. However, the skill persists data: it writes a cache file in the temp directory and (unless you choose non-auto export) export.js will automatically modify note files by adding wikilinks for matches ≥ 0.85. This is an intentional behavior but is a privileges-like concern because it changes user data without an additional approval step.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skylv-note-linking - 安装完成后,直接呼叫该 Skill 的名称或使用
/skylv-note-linking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a metadata header to SKILL.md, including description, keywords, name, and triggers.
- Added a new README_content.md file.
- No changes were made to core functionality or technical content.
- Improved usability by specifying basic usage steps at the end of SKILL.md.
v1.0.0
- Initial release: automatic semantic note linking and knowledge graph generation for markdown, txt, org, and Obsidian vaults
- Extracts entities, infers relationships, and suggests bidirectional links with confidence scores—going beyond keyword-only approaches
- Builds an interactive knowledge graph, supports backlinks, and provides query capabilities (e.g., "show me all notes related to X")
- Pure Node.js implementation—no external APIs, compatible with Obsidian links and formats
- Outputs results in markdown (default), graph JSON, or list formats; caches the graph for fast updates
元数据
常见问题
Skylv Note Linking 是什么?
Automatically creates bidirectional links between related notes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Skylv Note Linking?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-note-linking」即可一键安装,无需额外配置。
Skylv Note Linking 是免费的吗?
是的,Skylv Note Linking 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skylv Note Linking 支持哪些平台?
Skylv Note Linking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skylv Note Linking?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.1。
推荐 Skills