Skills for building Towns Protocol bots - covers SDK initialization, slash commands, message handlers, reactions, interactive forms, blockchain operations, and deployment
An Agent Skill providing comprehensive knowledge for building Towns Protocol bots. Compatible with Claude Code, OpenAI Codex, and other agents supporting the Agent Skills specification.
Option 1: Via CLI menu
/plugin in Claude Codegithub:towns-protocol/skills/plugin install townsOption 2: Edit settings directly
Add to ~/.claude/settings.json:
{
"plugins": {
"marketplaces": ["github:towns-protocol/skills"]
}
}
Then restart Claude Code and run /plugin install towns
Option 1: Clone to skills directory
git clone [email protected]:towns-protocol/skills.git ~/.codex/skills/towns
Option 2: Add to project
git clone [email protected]:towns-protocol/skills.git .codex/skills/towns
The skill will be available as $bots in Codex.
This skill follows the Agent Skills specification. Copy the skills/bots/SKILL.md file to your agent's skills directory.
| Agent | Invocation |
|---|---|
| Claude Code | /towns:bots |
| OpenAI Codex | $bots |
The skill also triggers automatically when working on Towns bot development tasks.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub towns-protocol/skills --plugin townsCreate and manage Microsoft Teams bots using the Teams CLI. Covers bot application development (scaffolding bot code), infrastructure setup (bot registration, credentials), SSO configuration, and troubleshooting.
Telegram notifications for Claude Code response completion, subagent tasks, and system notifications
Agent-callable Telegram bot tools — send messages, media, locations, contacts, and polls; edit, delete, forward, copy, and pin messages; resolve chats, members, and files. Use when the user mentions Telegram or wants a bot to post, manage, or look up Telegram content — including requests that don't name Telegram explicitly, e.g. "message the team channel", "post this update to the group".
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.