← 返回 Skills 市场
ankechenlab-node

Synapse Wiki

作者 ankechenlab-node · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
256
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install synapse-wiki
功能描述
Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。
安全使用建议
This skill appears to do what it says: local file-based wiki scaffolding, ingestion, query synthesis, and linting using Python scripts. Before installing: 1) Inspect install.sh and run it with --dry-run to avoid accidental overwrites; back up ~/.claude/skills if present. 2) Only point the tool at directories you intend to manage (don't set wiki_root to system or sensitive directories). Ingested files and generated outputs live under the wiki root and will be read by the LLM during queries — avoid ingesting secrets or confidential files. 3) If you don't want the agent to autonomously run ingest/lint on session start, keep model-driven invocation disabled in agent settings or avoid enabling Brain scheduling. 4) If you expect remote integrations, review or add explicit network/credential handling (none is present here). Overall the package is internally consistent and local-only; treat it like any third-party script and run it in a controlled environment first.
功能分析
Type: OpenClaw Skill Name: synapse-wiki Version: 2.0.1 The synapse-wiki skill bundle is a well-structured knowledge management system designed to organize markdown files into a structured wiki. The implementation consists of Python scripts (scaffold.py, ingest.py, query.py, lint_wiki.py) that handle file I/O and text processing locally within a user-defined wiki root. Security-wise, the code includes defensive measures such as path traversal checks in ingest.py and avoids risky functions like eval() or unauthorized network requests. The installation script and shell wrappers are transparent, and the SKILL.md instructions are strictly aligned with the stated purpose of wiki management without attempting to subvert agent behavior or access sensitive system data.
能力评估
Purpose & Capability
Name/description (Synapse Wiki) align with the included files and behavior: scaffold/ingest/query/lint scripts, shell wrappers, tests, and documentation. Required binaries are limited to python3, which is appropriate.
Instruction Scope
SKILL.md and the command scripts only read and write files inside the user-specified wiki root and the skill install location. Ingest enforces a path check so source files must be inside the wiki root. There are no instructions to read unrelated system files, environment secrets, or to send data to external endpoints.
Install Mechanism
There is no remote download/install of third-party code; install.sh copies the skill into $HOME/.claude/skills and creates a config.json from a template. This is a local file operation (expected) but it will overwrite an existing installation when run without --dry-run; review the script before running and consider using --dry-run first.
Credentials
The skill requests no environment variables or credentials. Scripts operate on filesystem paths provided by the user and do not access network credentials, cloud keys, or unrelated environment data.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill can be invoked autonomously by the model (disable-model-invocation:false), which is the platform default. The SKILL.md also documents optional integration with a 'synapse-brain' orchestrator — this is an architectural integration, not a credentials/privilege request. Consider that autonomous invocation combined with local write access means the agent could run ingest/lint/query actions on user-provided wiki roots if triggered.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install synapse-wiki
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /synapse-wiki 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.1: 版本对齐,SKILL.md 更新日期
v2.0.0
Brain/Hands architecture upgrade: integrated with synapse-brain orchestrator, code interoperability, fixed YAML frontmatter
v1.1.6
synapse-wiki 1.1.6 - Improved ingest and query scripts for better knowledge handling. - Refined baseline tests for increased reliability. - Documentation and changelog updated for clarity. - No breaking changes to user workflows.
v1.1.5
Synapse Wiki 1.1.5 - 更新版本号和发布日期为 1.1.5(2026-04-09) - 文档同步:SKILL.md 小幅更新以反映版本号与日期变更 - 无功能变更,仅文档和元信息维护
v1.1.4
Version 1.1.4 — Changelog - Updated CHANGELOG.md for documentation or log accuracy. - No functional or feature changes to the skill itself.
v1.1.3
- Added a quick decision guide for selecting the correct command, making it easier for users to get started. - Introduced a command cheat sheet summarizing key commands and their usage examples. - Set user-invocable: true in metadata, enabling user access to the skill. - No core functionality changes; documentation improved for clarity and onboarding.
v1.1.2
No changes were detected in this version (1.1.2) compared to the previous release (1.1.0).
v1.1.1
fix: 修复 lint_wiki.py 递归扫描子目录的 bug
v1.1.0
- Added integration tests (tests/integration_test.py) for broader test coverage. - Updated scripts/lint_wiki.py; likely includes improvements or fixes to wiki health checks. - Enhanced baseline tests in tests/baseline_test.py to ensure more robust validation. - Version upgraded to 1.1.0.
v1.0.0
Initial release v1.0.0: 6 大场景 +3 模式 + 知识沉淀
元数据
Slug synapse-wiki
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 10
常见问题

Synapse Wiki 是什么?

Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 Synapse Wiki?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install synapse-wiki」即可一键安装,无需额外配置。

Synapse Wiki 是免费的吗?

是的,Synapse Wiki 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Synapse Wiki 支持哪些平台?

Synapse Wiki 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Synapse Wiki?

由 ankechenlab-node(@ankechenlab-node)开发并维护,当前版本 v2.0.1。

💬 留言讨论