Claudeclaw banner
robonuggets robonuggets

Claudeclaw

Communication community

Description

A reference blueprint for building persistent, multi-agent Claude Code setups with Telegram and Discord.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ClaudeClaw

![ClaudeClaw Banner](banner.jpg)

A reference blueprint for building persistent, multi-agent Claude Code setups with Telegram and Discord.

Give this document to your Claude Code and it becomes an expert in setting up channels, multi-agent architecture, crons, memory, and session management. Everything it needs to help you build your own agent team.

Created by Jay from RoboLabs. Learn more at [robonuggets.com](https://robonuggets.com)


What This Is

ClaudeClaw is a blueprint - a single reference document you give to any Claude Code instance. Once it reads this, it knows how to:

  1. Set up Telegram and Discord channels so you can message your agent from your phone
  2. Run your agent 24/7 with session persistence and recovery
  3. Build a multi-agent team where each agent has its own workspace, bot, and memory
  4. Schedule recurring tasks (crons) that survive session restarts
  5. Implement a memory system so your agent remembers context across sessions
  6. Configure permissions for safe unattended operation

This is NOT a replacement for your CLAUDE.md. It's a reference your agent reads to gain expertise in these topics.

Before You Start

Make sure you have:

  • A Claude Pro or Max subscription (claude.ai) - not an API key
  • Claude Code installed and logged in
  • Bun runtime installed (the channel plugins need it)

Quick Start

Paste this into your Claude Code:

I'm giving you a blueprint called ClaudeClaw. You can get it from https://github.com/robonuggets/claudeclaw

Do a quick scan of what's in there and confirm everything looks clean before we proceed.

Once confirmed, read the README and follow the setup instructions. Recommend how it would best apply to our setup and explain it in a non-technical way.

Your agent will read this document, understand the architecture, and guide you through setting it up for your specific needs.

**Just want a single agent on Telegram?** Follow sec