📦 Synap — 主权AI知识底座

v1.0.0

基于PostgreSQL的一体化主权AI知识基础设施:类型化实体图谱、文档管理、长期记忆、消息中继与AI治理全栈方案。

0· 88·0 当前·0 累计
antoinesrvt 头像by @antoinesrvt (Antoine)
下载技能包
最后更新
2026/4/11
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requirements and runtime instructions align with its stated purpose (a PostgreSQL-backed knowledge/memory/relay service); nothing requested is disproportionate, but installing it grants an external pod read/write access to persistent agent data so you must trust the target pod or self-host it.
评估建议
This skill is coherent: it connects your agent to a Synap pod and uses the SYNAP_HUB_API_KEY to read and write persistent memory and entities on that pod. Before installing, confirm you trust the pod at SYNAP_POD_URL (or self-host using the README steps). Limit the API key scopes (only hub-protocol.read and hub-protocol.write as required), store the key securely, and avoid using a managed/third-party pod for highly sensitive data unless you have strong trust and auditing. Note: the skill can be ...
详细分析 ▾
用途与能力
Name/description match the declared env vars and API endpoints. Requesting SYNAP_HUB_API_KEY and SYNAP_POD_URL is appropriate for a remote hub protocol that provides memory, entities, and relays.
指令范围
SKILL.md explicitly confines actions to the Synap hub REST API under {SYNAP_POD_URL}/api/hub and lists the read/write primitives and governance responses. It does not instruct reading unrelated local files, hidden paths, or other unrelated credentials.
安装机制
Instruction-only skill with no install spec or code files, so nothing is written to disk or downloaded by the installer; low install surface.
凭证需求
Only two required env vars (hub API key and pod URL) plus optional, documented vars are requested. The primary credential (SYNAP_HUB_API_KEY) reasonably maps to the described read/write operations; the README notes required scopes.
持久化与权限
The skill does not request always: true and is not asking to modify other skills or system-wide settings. It does allow autonomous invocation (default), which is expected for a memory/knowledge skill; that increases blast radius but is consistent with purpose.
安全有层次,运行前请审查代码。

运行时依赖

🖥️ OSmacOS · Linux · Windows

版本

latestv1.0.02026/4/11

Synap 1.0.0 — Initial Release - Introduces sovereign AI knowledge infrastructure with a typed entity graph, long-term memory, messaging relay, and AI governance — all backed by PostgreSQL. - Provides structured memory with search and recall across entities, documents, and facts using Typesense full-text and pgvector semantic search. - Supports governance workflows: all writes are reviewed or auto-approved as appropriate to ensure data integrity and user oversight. - Integrates messaging relay for external channels (Telegram, WhatsApp, Slack), allowing messages to be brought into Synap for AI processing. - Fully documented data model, API endpoints, setup methods, and response formats included for easy onboarding.

无害

安装命令

点击复制
官方npx clawhub@latest install synap
镜像加速npx clawhub@latest install synap --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库