add-deltachat Skill
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption. Published by microsoft in amplifier-app-nanoclaw.
What is add-deltachat Skill?
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use add-deltachat Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-deltachat/SKILL.md
What it does
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
Skill instructions
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/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. Copy the adapter bash git show origin/channels:src/channels/deltachat.ts src/channels/deltachat.ts 3. Append the self-registration import Append to src/channels/index.ts (skip if already present): typescript import './deltachat.js'; 4. Install the adapter package (pinned) bash pnpm install @deltachat/stdio-rpc-server@2.49.0 5. Build bash pnpm run build Account Setup A dedicated email account is strongly
Explore related resources
Frequently asked questions
What is add-deltachat?
add-deltachat is a open-source AI agent skill with Copy skill directory. Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
Who is add-deltachat best for?
add-deltachat is best for reusing agent instructions, scripts, and references.
How do I install add-deltachat?
Install or run add-deltachat using Copy skill directory. Check add-deltachat for the latest setup command.
Is add-deltachat actively maintained?
add-deltachat may need a closer maintenance check before production use.
Auto-fetched from GitHub.