What problem does it solve?
This Skill provides a complete toolkit for building and deploying Towns Protocol bots, consolidating SDK access, event handling, and deployment guidance to reduce boilerplate and accelerate bot development.
Core Features & Use Cases
- SDK initialization and configuration for Towns bots
- Event handlers for messages, slash commands, reactions, and tips
- Messaging API and interactive components (forms, transactions)
- Blockchain operations and contract interactions
- Deployment and local development workflows
Quick Start
Install the Towns Bot project scaffold and start a new bot:
bunx towns-bot init my-bot
cd my-bot
bun install
Then customize the generated template and run the local dev server to begin testing. Ensure Bun runtime is installed and a Base RPC URL is configured.