Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub towns-protocol/skillsSkills for building Towns Protocol bots - covers SDK initialization, slash commands, message handlers, reactions, interactive forms, blockchain operations, and deployment
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
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 git@github.com:towns-protocol/skills.git ~/.codex/skills/towns
Option 2: Add to project
git clone git@github.com: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.