← Back to Skills Marketplace
ankechenlab-node

Synapse Wiki

by ankechenlab-node · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
256
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install synapse-wiki
Description
Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install synapse-wiki
  3. After installation, invoke the skill by name or use /synapse-wiki
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 模式 + 知识沉淀
Metadata
Slug synapse-wiki
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is Synapse Wiki?

Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.

How do I install Synapse Wiki?

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

Is Synapse Wiki free?

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

Which platforms does Synapse Wiki support?

Synapse Wiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Synapse Wiki?

It is built and maintained by ankechenlab-node (@ankechenlab-node); the current version is v2.0.1.

💬 Comments