Skip to content

CCAgentOrg/claw-family

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🦞 The Claw Family - AI Agent Frameworks Guide

A comprehensive guide to the open-source AI agent frameworks known collectively as "The Claw Family."

GitHub stars GitHub stars GitHub stars

πŸš€ Live Demo

Visit the microsite: https://ccagentorg.github.io/claw-family/

The site features:

  • Auto-updating GitHub stats via GitHub API
  • Animated infographics visualizing comparisons
  • Quick start guides for each framework
  • Security advisories with real incident documentation

πŸ“Š The Claw Family

Framework Stars Language Size Best For
OpenClaw 211,406 ⭐ TypeScript 208 MB Full-featured personal AI
PicoClaw 16,338 ⭐ Go 17 MB Running on $10 hardware
ZeroClaw 14,920 ⭐ Rust 7.4 MB Production security
nanobot ? ⭐ Python ~4,000 LOC Ultra-lightweight personal AI assistant
ClawHub 2,353 ⭐ TypeScript 1.9 MB Finding AI skills

🎯 Quick Start

OpenClaw - Full-Featured Personal AI

# Install (requires Node >= 22)
npm install -g openclaw@latest

# Run onboarding wizard
openclaw onboard --install-daemon

# Start the gateway
openclaw gateway --port 18789

Best for: Complete personal AI setup with multi-channel support (WhatsApp, Telegram, Discord, Slack, etc.)

PicoClaw - Ultra-Lightweight Go Agent

# Download binary
wget https://github.com/sipeed/picoclaw/releases/latest/download/picoclaw-linux-arm64
chmod +x picoclaw-linux-arm64
./picoclaw-linux-arm64

Best for: Running on Raspberry Pi Zero, old phones, embedded devices (<10MB RAM)

ZeroClaw - Security-First Rust Runtime

# Clone and bootstrap
git clone https://github.com/zeroclaw-labs/zeroclaw.git
cd zeroclaw
./bootstrap.sh

# Or install with cargo
cargo install zeroclaw

# Run onboarding
zeroclad onboard

Best for: Production, security-critical deployments (<5MB RAM, 400x faster startup)

nanobot - Ultra-Lightweight Personal AI Assistant

# Install with pip (Python >= 3.11)
pip install nanobot-ai

# Or install with uv
uv tool install nanobot-ai

# Initialize and configure
nanobot onboard

# Chat with agent
nanobot agent

# Start gateway for chat platforms
nanobot gateway

Best for: Quick prototyping, research, and lightweight AI assistant deployment

Features:

  • Multiple channels: Telegram, Discord, WhatsApp, Slack, Email, QQ, DingTalk, Feishu
  • 13+ LLM providers (OpenRouter, Anthropic, OpenAI, DeepSeek, Groq, etc.)
  • MCP (Model Context Protocol) support
  • Skills system
  • Docker support
  • ~4,000 LOC (99% smaller than OpenClaw)

ClawHub - Skill Registry

# Search skills
clawhub search "weather forecast"

# Install
clawhub install weather-skill

# List installed
clawhub list

Best for: Extending any Claw framework with 5,700+ community skills

πŸ›‘οΈ Security Considerations

Moltbook Database Exposure (January 2026)

A public Moltbook instance exposed user data due to misconfigured database settings.

Mitigation: Always use openclaw doctor to audit configuration before deployment.

"What Would Elon Do?" Malicious Skill

A skill in ClawHub was found to silently collect user data.

Mitigation: Review skill code before installing, especially from untrusted authors.

General Security Tips

  • Review tool permissions carefully
  • Use sandboxed environments for code execution
  • Store API keys in environment variables
  • Audit agent logs regularly
  • Install security updates promptly

πŸ“œ History Timeline

  • 2024 Q4 - Clawd created by Peter Steinberger
  • 2025 January - Clawd renamed to Moltbot (lobster theme)
  • 2025 January 27 - Moltbot goes viral (100K+ stars in weeks)
  • 2025 January 29 - Anthropic trademark claim β†’ renamed to OpenClaw
  • 2025 February 15 - Peter Steinberger joins OpenAI (Reuters, CNBC)
  • 2025 Q2 - PicoClaw launches (Go-based, <10MB)
  • 2025 Q3 - ZeroClaw launches (Rust-based, security-first)
  • 2025 Q4 - ClawHub reaches 5,000+ skills
  • 2026 - OpenClaw reaches 200K+ stars, ecosystem continues to grow

🧩 ClawHub Skills

ClawHub hosts 5,700+ community-built skills for the Claw family:

# Popular skills
clawhub install weather-skill          # Weather forecasts
clawhub install calendar-skill         # Calendar management
clawhub install github-skill           # GitHub operations
clawhub install spotify-skill          # Music control
clawhub install code-review-skill      # Code review assistance

Visit ClawHub to browse all skills.

πŸ”— Resources

Official Documentation

GitHub Repositories

Community

πŸ’» Development

Local Development

# Clone repository
git clone https://github.com/CCAgentOrg/claw-family.git
cd claw-family

# Serve locally (Python 3)
python -m http.server 8000

# Or use Node.js
npx http-server -p 8000

# Open http://localhost:8000

Project Structure

claw-microsite/
β”œβ”€β”€ index.html              # Main site
β”œβ”€β”€ styles.css              # Dark theme CSS
β”œβ”€β”€ script.js               # GitHub API integration
β”œβ”€β”€ llm.txt                 # AI context file
β”œβ”€β”€ stats.json              # Fallback GitHub stats
β”œβ”€β”€ README.md               # This file
β”œβ”€β”€ .nojekyll               # GitHub Pages fix
└── *-verified.gif          # Animated infographics (5 files)

NPM Scripts

# Check domain availability
npm run check:domains

# Generate infographics
bash generate-infographics.sh

# Test GitHub API
npm run test:api

πŸ“¦ Deployment

The site is deployed to GitHub Pages:

URL: https://ccagentorg.github.io/claw-family/

Deploy to GitHub Pages

# Push to main branch - auto-deploys via GitHub Actions
git add .
git commit -m "Update site"
git push origin main

Alternative Deployment Platforms

Vercel

npm install -g vercel
vercel --prod

Netlify

npm install -g netlify-cli
netlify deploy --prod

Cloudflare Pages

npm install -g wrangler
wrangler pages deploy . --project-name=claw-microsite

πŸ€– AI Context

This project includes an llm.txt file for AI assistants. When contributing or maintaining this project:

  • Always verify GitHub stats using the GitHub API
  • Security incidents are documented in the site's Security section
  • The Claw family includes OpenClaw, PicoClaw, ZeroClaw, nanobot, and ClawHub
  • All frameworks share the "personal AI ownership" philosophy

πŸ“„ License

This microsite content is licensed under MIT License.

The Claw family frameworks are open-source with various licenses:

  • OpenClaw: MIT License
  • PicoClaw: MIT License
  • ZeroClaw: MIT License
  • nanobot: MIT License
  • ClawHub: MIT License

πŸ™ Acknowledgments

  • The Claw family community for building amazing open-source AI tools
  • x-gif-maker for animated infographics
  • GitHub API for live statistics

Built with ❀️ for the AI agent community

🦞 The Claw Family - Open-Source AI Agent Frameworks

About

The Claw Family - Complete Guide to Open-Source AI Agent Frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors