add-deltachat

Add DeltaChat email-based encrypted messaging to NanoClaw assistants.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-deltachat-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-deltachat
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/add-deltachat
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-deltachat-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw lacks native support for DeltaChat, an email-based end-to-end encrypted messaging platform, preventing users from interacting with their academic AI assistants via this secure channel.

Core Features & Use Cases

  • Native DeltaChat Adapter: Uses the @deltachat/stdio-rpc-server subprocess for direct, bridge-free integration with DeltaChat's core library.
  • Encrypted Messaging Support: Enables secure DMs and group chats for classroom use cases, with built-in Autocrypt/OpenPGP encryption.
  • Use Case: An instructor running a NanoClaw classroom can let students and TAs message the course assistant via DeltaChat instead of only Telegram or Discord, with full end-to-end encryption for sensitive academic conversations.

Quick Start

Use the add-deltachat skill to add a secure, end-to-end encrypted DeltaChat email messaging channel to your NanoClaw classroom deployment.

Frequently Asked Questions about add-deltachat

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

FAQPage Schema
How do I add encrypted DeltaChat messaging to my NanoClaw AI assistant?

You can add secure DeltaChat messaging to NanoClaw using a pure Node.js adapter for the @deltachat/stdio-rpc-server subprocess. This integration provides native, bridge-free encrypted messaging via built-in IMAP/SMTP connectivity and account configuration.

Can I use DeltaChat for end-to-end encrypted classroom communications with an AI assistant?

Yes, you can use DeltaChat for end-to-end encrypted classroom communications with AI assistants. It uses Autocrypt and OpenPGP encryption to secure DMs and group chats between instructors, TAs, students, and the assistant agent.

Does NanoClaw support native DeltaChat integration without a message bridge?

NanoClaw supports bridge-free DeltaChat integration via a pure Node.js adapter for the @deltachat/stdio-rpc-server subprocess. This connects directly to DeltaChat's core library to handle message routing and IMAP/SMTP connectivity.

How does email-based encrypted messaging work for AI assistants?

Email-based encrypted messaging for AI assistants works by routing standard IMAP and SMTP connections through the @deltachat/stdio-rpc-server subprocess. This enables Autocrypt/OpenPGP encryption for secure message routing and agent interaction.

What are the limitations of using DeltaChat for academic AI assistant deployments?

Using DeltaChat for academic AI deployments requires managing the @deltachat/stdio-rpc-server subprocess and configuring IMAP/SMTP account settings. You must maintain this Node.js adapter environment to ensure continuous encrypted message routing.