creating-letta-code-channels

Installation
SKILL.md

Creating Letta Code channels

Use this when adding or debugging Letta Code channel support.

First choice

  • User plugin (~/.letta/channels/<id>/) for headless experiments, community plugins, and fast workflow tests.
  • First-party channel (src/channels/<id>/) when the channel needs bespoke Desktop UI, custom account snapshots, Slack/Discord-style auto-routing, rich protocol fields, or migration/compatibility shims.

User plugins cannot shadow first-party ids: telegram, slack, and discord are ignored under ~/.letta/channels/. Use ids like telegram-test, whatsapp-community, or custom-chat.

Core workflow

  1. Work in ~/letta/letta-code or a worktree.
  2. Read src/channels/README.md on branches with dynamic plugins.
  3. For a user plugin, create:
    • ~/.letta/channels/<id>/channel.json
    • ~/.letta/channels/<id>/plugin.mjs
    • ~/.letta/channels/<id>/accounts.json
Related skills

More from letta-ai/skills

Installs
23
Repository
letta-ai/skills
GitHub Stars
97
First Seen
9 days ago