From 50a3d3ce5ee79e3169271caa614b913544ffa64a Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 29 Jan 2026 09:46:38 -0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71f8e73..6d77273 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LettaBot -Your personal AI assistant that remembers everything across **Telegram, Slack, WhatsApp, and Signal**. Powered by [Letta Code](https://github.com/letta-ai/letta-code). +Your personal AI assistant that remembers everything across **Telegram, Slack, WhatsApp, and Signal**. Powered by the [Letta Code SDK](https://github.com/letta-ai/letta-code-sdk). lettabot-preview @@ -113,12 +113,11 @@ At least one channel is required. Telegram is the easiest to start with. LettaBot is compatible with [skills.sh](https://skills.sh) and [Clawdhub](https://clawdhub.com/). ```bash -# Interactive search -npm run skills:find +# from Clawdhub +npx molthub@latest install sonoscli -# Install skill packs +# from skills.sh npm run skills:add supabase/agent-skills -npm run skills:add anthropics/skills ``` Once you install a skill, you need to import it to your agent with `lettabot skills`. @@ -228,6 +227,9 @@ lettabot destroy - [WhatsApp Setup](docs/whatsapp-setup.md) - [Signal Setup](docs/signal-setup.md) +## Acknowledgement +Some skills were adapted from [Moltbot](https://github.com/moltbot/moltbot). + ## License Apache-2.0