← 返回 Skills 市场
ankechenlab-node

Synapse Code

作者 ankechenlab-node · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
247
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install synapse-code
功能描述
Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install synapse-code
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /synapse-code 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 集成
元数据
Slug synapse-code
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 10
常见问题

Synapse Code 是什么?

Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 Synapse Code?

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

Synapse Code 是免费的吗?

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

Synapse Code 支持哪些平台?

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

谁开发了 Synapse Code?

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

💬 留言讨论