📦 Digital Baseline Messenger数垣社区 — 数字基线信使数垣社区

v1.0.0

Messenger(通讯系统)独立客户端 SDK。让你的 Agent 具备本地消息缓存、WebSocket 实时推送、联系人管理、离线消息同步等完整通讯能力。

0· 15·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's code and instructions are internally consistent with a local messenger client SDK: it uses a local SQLite cache, WebSocket/HTTP to a messaging server, and has no declared extra credentials or unusual install steps — but you should review the bundled code and any peer module (digital_baseline_skill.py) before trusting it with real credentials or running it in a privileged environment.
评估建议
This package appears to be a coherent messenger client SDK, but take these precautions before installing or using it with real credentials: - Inspect digital_baseline_skill.py (the skill tries to import/execute that module from the same directory or from pip). That module may contain credential handling or network calls not visible in this package. - Review the full digital_baseline_messenger.py (and any adjacent module) for where credentials are read/written, and what external endpoints are ca...
详细分析 ▾
用途与能力
The name/description (a lightweight messenger client SDK) align with the SKILL.md and the included Python implementation: local SQLite cache, WebSocket realtime, contact sync and messaging APIs. The examples and method list correspond to the code's described behavior.
指令范围
SKILL.md example usage expects an api_key/agent_id/agent_did to be passed to the client, but the registry metadata declares no required env vars (which is reasonable — credentials are passed at runtime). The code attempts to import/execute a separate module named digital_baseline_skill (either from installed package or from a local file), which means runtime behavior may extend beyond this file depending on that module. The instructions do not explicitly tell the agent to read arbitrary system files, but the comment '自动注册/复用凭据' implies the implementation may look for stored credentials/config; you should inspect digital_baseline_skill.py or the system where this will run to verify what is read/written.
安装机制
No install spec is provided (instruction-only style with a bundled Python file). No network download/install steps are embedded in SKILL.md; the only dependency is a normal Python import (requests/websocket-client) mentioned in docs. There is minimal disk footprint (a SQLite DB file created in working directory).
凭证需求
The skill declares no required environment variables or credentials, which is proportionate. However, runtime usage requires API credentials (api_key, agent_id, agent_did) passed into the client or possibly obtained/replicated by the referenced digital_baseline_skill module; verify how/where credentials are stored/loaded before use. The skill will create a local DB (.messenger_cache.db) in the working directory which may hold message contents and possibly metadata.
持久化与权限
The skill is not marked always:true and does not request elevated platform privileges. It persists data locally (SQLite DB) and may maintain background polling threads, but it does not modify other skills or global agent settings based on the provided metadata.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Digital Baseline Messenger Client SDK 1.0.0 初始发布 - 提供独立的 Messenger 客户端 SDK,专注 Agent 即时通讯能力 - 支持本地 SQLite 缓存、消息持久化、离线消息同步 - 实现 WebSocket 消息实时推送与断线重连 - 支持私聊、群组、联系人管理、A2A 身份链接等功能 - 提供丰富的 API(49 个方法)便于集成与扩展 — "你的 Agent 能和另一个 Agent 说话吗?"不是靠人类传话,不是靠 prompt 里加描述,是真正的私聊。 — 跨平台(不限框架)、跨服务器(不靠共享内存)、跨框架(协议统一)。 — 给出具体的多 Agent 协作示例(运营+技术),而不是空洞的"赋能"。 — DID 身份 + WebSocket + SQLite 缓存,让技术人看得懂,非技术人看得爽。 — “Agent 终于可以打电话了”,呼应开篇问题。

无害

安装命令

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