← Back to Skills Marketplace
ankechenlab-node

Synapse Code

by ankechenlab-node · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
247
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install synapse-code
Description
Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。
Usage Guidance
This skill appears consistent with its stated purpose (a multi-agent pipeline + knowledge tool). Before installing: 1) Inspect install.sh and package.json for network calls or npm postinstall scripts; 2) Verify the npm package 'gitnexus' origin and reputation (it will be installed into the skill and exposes a 'gitnexus' binary); 3) Run the install and first runs in an isolated environment (container or throwaway VM) if you want to avoid accidental writes to important projects; 4) Note the skill will create and write .synapse/.knowledge and pipeline artifacts (and may read project files under the supplied project path) — do not point it at sensitive repos unless you trust it; 5) If you plan to enable cross-service integrations (Telegram/Feishu/remote scraping), only provide API keys after reviewing where they are stored and sent. If you want extra assurance, share the install.sh and package.json for a targeted review.
Capability Analysis
Type: OpenClaw Skill Name: synapse-code Version: 2.0.1 The skill bundle implements a highly complex multi-agent development framework with significant system privileges, including shell command execution and file system manipulation. While no explicit evidence of intentional malice (such as data exfiltration or hardcoded backdoors) was found, the system's architecture relies heavily on executing unverified external scripts (e.g., pipeline.py and parallel_executor.py) located in the user's home directory (~/pipeline-workspace/). This creates a substantial risk for local code execution if the workspace is compromised. Furthermore, the install.sh script performs broad environment checks and installs third-party dependencies (gitnexus via npm), which increases the supply chain attack surface.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description (code workflow, pipeline, code-graph/impact analysis) match the declared requirements: python3 and npm and an npm dependency 'gitnexus' (used as the code-graph engine). The files and scripts (init, run_pipeline, auto_log, query_memory, etc.) are appropriate for the stated functionality.
Instruction Scope
SKILL.md and the bundled scripts operate on project directories (.git, .synapse/, .knowledge/), create pipeline artifacts, and persist pipeline summaries and memory (e.g., pipeline_summary.json, Brain state.json, .synapse). That behavior fits the claimed purpose, but the skill automates writing project memory and invoking GitNexus; review scripts for any network calls or unexpected reads/writes before granting access to sensitive repos. The instructions do not request unrelated system credentials in the SKILL.md itself.
Install Mechanism
Install spec installs an npm package 'gitnexus' and provides an install.sh included in the bundle. npm installs are a normal way to include a code analysis CLI, but npm packages run code at install time and can have postinstall scripts—inspect package.json and install.sh. Overall install mechanism is expected for the functionality but carries the usual moderate risk of unreviewed npm packages and install scripts.
Credentials
The skill does not request environment secrets or config paths in the registry metadata. Its operations (project init, local memory writes, running GitNexus) do not require cloud credentials by default. The SKILL.md references config.json and pipeline workspace paths (which may contain user config), so only provide credentials/config if you understand how they will be used.
Persistence & Privilege
always:false and no special platform privileges. The skill writes project-local artifacts (.synapse, .knowledge, pipeline workspace files, /tmp/pipeline_summary.json) and may install a gitnexus binary in the skill directory—this is consistent with a pipeline/agent skill. It does not request to modify other skills or system-wide agent settings in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install synapse-code
  3. After installation, invoke the skill by name or use /synapse-code
  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, wiki interoperability, fixed hardcoded paths
v1.1.6
Version 1.1.6 - Improved `scripts/query_memory.py` for better memory query handling. - Updated `scripts/run_pipeline.py` with enhancements or fixes. - Refreshed documentation in SKILL.md for feature and usage clarity. - Updated CHANGELOG.md with recent changes.
v1.1.5
- Bumped version to 1.1.5 (2026-04-09). - Updated documentation in SKILL.md and CHANGELOG.md to reflect latest usage and feature details. - Minor code or log improvements in scripts/auto_log_trigger.py. - Enhanced or added tests in tests/baseline_test.py and tests/integration_test.py.
v1.1.4
No file changes detected in this release. - Version and content remain unchanged from the previous version. - No updates to features, documentation, or configuration.
v1.1.3
synapse-code 1.1.3 - Added user-invocable: true to SKILL.md for improved discoverability and user experience. - Expanded and reformatted the quickstart usage guidance in SKILL.md, adding a new "命令速查卡片" section for command reference. - Provided a decision flow to help users select the best workflow mode. - No changes to core features or code functionality.
v1.1.2
- Improved robustness of `scripts/auto_log_trigger.py` and related pipeline scripts. - Refactored code structure in `scripts/run_pipeline.py` and `scripts/check_status.py` for better maintainability. - Enhanced error handling and logging across pipeline trigger and status checking steps.
v1.1.1
fix: 修复 Node.js v25 与 tree-sitter 兼容性问题
v1.1.0
**synapse-code v1.1.0 Changelog** - Added comprehensive documentation: AGENT_GUIDE.md, BEST_PRACTICES.md, and TROUBLESHOOTING.md. - Introduced integration tests with new tests/integration_test.py. - Updated baseline tests for improved reliability. - Enhanced scripts for pipeline automation and project status checking. - Improved installation process and script clarity.
v1.0.0
Initial release v1.0.0: 6 大场景 + 代码开发 + 知识沉淀 +Pipeline 集成
Metadata
Slug synapse-code
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is Synapse Code?

Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.

How do I install Synapse Code?

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

Is Synapse Code free?

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

Which platforms does Synapse Code support?

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

Who created Synapse Code?

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

💬 Comments