add-deltachat
仓库创建 2026年1月31日最近提交 19 小时前SkillHot 收录 20 天前
▸ 精选理由
适合需要通过邮件与端到端加密通信的代理场景。
▸ 风险提示
需配置本地 DeltaChat core 与密钥,注意凭证与加密配置安全。
这个 Skill 做什么
通过 stdio-rpc-server 将 DeltaChat 邮件频道(含 Autocrypt/OpenPGP)接入 NanoClaw。
把 DeltaChat 的邮件频道接入 NanoClaw,使用 @deltachat/stdio-rpc-server 做原生适配器,不走 Chat SDK 桥接。适合想把基于邮件的消息(支持 Autocrypt/OpenPGP 端到端加密)整合到系统里、并用 Node.js 进程驱动时用。特别之处是直接对接 DeltaChat core,消息以邮件形式传输且保留加密特性。
▸ 展开 SKILL.md 英文原文
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-deltachat/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-deltachat/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add DeltaChat Channel The adapter drives the `@deltachat/stdio-rpc-server` JSON-RPC subprocess directly — pure Node.js against the DeltaChat core library. Messages are delivered over email with Autocrypt/OpenPGP encryption. ## Install ### Pre-flight (idempotent) Skip to **Credentials** if all of these are already in place: - `src/channels/deltachat.ts` exists - `src/channels/deltachat-registration.test.ts` exists - `src/channels/index.ts` contains `import './deltachat.js';` - `@deltachat/stdio-rpc-server` is listed in `package.json` dependencies Otherwise continue. Every step below is safe to re-run. ### 1. Fetch the channels branch ```bash git fetch origin channels ``` ### 2. Cop
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有