BeClaude

nanoclaw

New
29.9kGitHubGeneralby nanocoai

A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK

First seen 5/22/2026

Summary

nanoclaw is a lightweight, containerized agent that connects to messaging platforms like WhatsApp, Telegram, Slack, Discord, and Gmail, providing memory, scheduled jobs, and direct integration with Anthropic's Agents SDK.

  • It offers a secure alternative to OpenClaw for developers who need to automate interactions across multiple chat apps without heavy infrastructure.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/nanoclaw.md

3
Invoke in Claude Code
/nanoclaw

Use Cases

Automate customer support by having nanoclaw monitor multiple messaging apps and respond to common queries using stored memory.
Schedule daily reminders or reports to be sent to a Slack channel or Telegram group based on predefined triggers.
Integrate nanoclaw with Gmail to automatically categorize and respond to emails based on custom rules.
Build a multi-platform bot that remembers user preferences across WhatsApp, Discord, and Telegram for consistent interactions.
Use nanoclaw as a secure middleware to bridge Anthropic's Agents SDK with messaging apps for advanced AI-driven workflows.

Usage Examples

1

/nanoclaw connect whatsapp and monitor for new messages from support team

2

Schedule a job in nanoclaw to send a daily summary of unread emails from Gmail to my Telegram chat at 9 AM

3

Ask nanoclaw to remember that user John prefers responses in Spanish and apply this across all connected platforms

View source on GitHub
securityagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is nanoclaw?

nanoclaw is a lightweight, containerized agent that connects to messaging platforms like WhatsApp, Telegram, Slack, Discord, and Gmail, providing memory, scheduled jobs, and direct integration with Anthropic's Agents SDK. It offers a secure alternative to OpenClaw for developers who need to automate interactions across multiple chat apps without heavy infrastructure.

How to install nanoclaw?

To install nanoclaw: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/nanoclaw.md. Finally, /nanoclaw in Claude Code.

What is nanoclaw best for?

nanoclaw is a community categorized under General. It is designed for: security, agent. Created by nanocoai.

What can I use nanoclaw for?

nanoclaw is useful for: Automate customer support by having nanoclaw monitor multiple messaging apps and respond to common queries using stored memory.; Schedule daily reminders or reports to be sent to a Slack channel or Telegram group based on predefined triggers.; Integrate nanoclaw with Gmail to automatically categorize and respond to emails based on custom rules.; Build a multi-platform bot that remembers user preferences across WhatsApp, Discord, and Telegram for consistent interactions.; Use nanoclaw as a secure middleware to bridge Anthropic's Agents SDK with messaging apps for advanced AI-driven workflows..