Add Channel banner
temm1e-labs temm1e-labs

Add Channel

Communication community

Description

# Skill: Add a new messaging channel to TEMM1E ## When to use Use this skill when the user asks to add a new messaging channel (e.g., Discord, Slack, WhatsApp, Matrix, LINE, Signal) to TEMM1E. ## Reference implementation Study the existing Telegram channel as a complete example: - `crates/temm1e-channels/src/telegram.rs` -- full Channel + FileTransfer implementation - `crates/temm1e-channels/src/cli.rs` -- simpler Channel + FileTransfer without external API - `crates/temm1e-core/src/traits/c

Installation

Installs to ~/.claude/skills/temm1e-labs-temm1e-add-channel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/temm1e-labs-temm1e-add-channel && curl -fsSL https://raw.githubusercontent.com/temm1e-labs/temm1e/HEAD/.claude/skills/add-channel.md -o ~/.claude/skills/temm1e-labs-temm1e-add-channel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository