add-deltachat

Integrate DeltaChat email messaging into NanoClaw agents via stdio-rpc-server.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-deltachat-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-deltachat
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-deltachat
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-deltachat-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @deltachat/stdio-rpc-server.

What problem does it solve?

This skill solves the challenge of integrating secure, email-based messaging into your NanoClaw agent, providing end-to-end encryption via the DeltaChat protocol without relying on third-party chat SDK bridges.

Core Features & Use Cases

  • Native Integration: Drives the DeltaChat core library directly via a JSON-RPC subprocess for high reliability.
  • Secure Communication: Leverages Autocrypt and OpenPGP for end-to-end encrypted messaging.
  • Use Case: Deploy a personal assistant that communicates via email-based DMs or small groups, ensuring privacy and data sovereignty.

Quick Start

Use the add-deltachat skill to configure the DeltaChat channel integration by following the installation steps and providing your email credentials in the environment configuration.

Frequently Asked Questions about add-deltachat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate secure email-based messaging into a NanoClaw agent?

The add-deltachat skill integrates DeltaChat into NanoClaw agents using the @deltachat/stdio-rpc-server subprocess. It facilitates secure, email-based communication channels with support for Autocrypt and OpenPGP encryption.

What email credentials do I need to set up DeltaChat integration?

You need valid IMAP and SMTP credentials to establish and maintain the persistent messaging connection for DeltaChat. Provide these email credentials in the environment configuration during setup.

How does Autocrypt and OpenPGP encryption work with DeltaChat?

DeltaChat leverages Autocrypt and OpenPGP to provide end-to-end encrypted messaging. This ensures secure communication channels for personal assistants via email-based DMs or small groups.

Can I use DeltaChat for personal assistant communication without third-party chat SDKs?

Yes, you can deploy a personal assistant that communicates via email-based DMs or small groups using DeltaChat. It drives the core library directly via a JSON-RPC subprocess, ensuring data sovereignty without third-party chat SDK bridges.

What are the limitations of using DeltaChat for agent messaging?

DeltaChat integration requires the @deltachat/stdio-rpc-server subprocess and depends on persistent IMAP/SMTP connections. Users need valid email credentials and must maintain the connection for reliable end-to-end encrypted messaging.