What Is OpenClaw?
OpenClaw is an open-source personal AI assistant platform with over 323,000 GitHub stars. It connects to 20+ messaging apps (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Teams, Matrix, Feishu, LINE, and more), supports voice interaction on macOS/iOS/Android, and provides a live Canvas rendering interface.
But OpenClaw is more than a single project — it's an ecosystem of AI agent frameworks, lightweight variants, domain-specific tools, and skill libraries that together cover everything from casual chatbots to autonomous scientific research systems.
The Claw Family: From Full-Featured to Embedded
The OpenClaw ecosystem includes agents at every scale:
Core Platform
OpenClaw (TypeScript, 323K+ stars) is the full-featured platform. It's the most capable but also the most resource-intensive, requiring Node.js 22+ and ~512MB RAM.
Lightweight Variants
| Project | Language | RAM | Best For |
|---|---|---|---|
| NanoBot | Python | ~50MB | Researchers who prefer Python, need multi-model support |
| ZeroClaw | Rust | ~30MB | High-performance infrastructure, autonomous deployments |
| PicoClaw | Go | <10MB | Edge devices, IoT, RISC-V hardware |
| NanoClaw | TypeScript | ~100MB | Container-based secure deployments |
| MicroClaw | Rust | <1MB | Embedded MCUs like ESP32 |
Team & Evolution
- Clawith — OpenClaw for Teams. Multi-agent collaboration with persistent identity and autonomous awareness.
- MetaClaw — Self-learning agent that evolves from conversations using LoRA-based continual learning.
- ClawX — Desktop GUI for OpenClaw agents, turning CLI into a visual experience.
- EdgeClaw — Edge-cloud collaborative assistant with a three-tier privacy system.
OpenClaw for Science
What makes this ecosystem especially interesting for researchers is the growing number of science-focused projects:
Research Agents
- EvoScientist — Self-evolving multi-agent AI scientist with 6 sub-agents (plan, research, code, debug, analyze, write). Ranked #1 on DeepResearch Bench II.
- MedgeClaw — Biomedical AI research assistant with 140 scientific skills covering RNA-seq, drug discovery, and clinical analysis.
- OmicsClaw — Memory-enabled multi-omics analysis with 63+ skills across spatial transcriptomics, single-cell, genomics, proteomics, and metabolomics.
Education
- OpenMAIC — Multi-Agent Interactive Classroom by Tsinghua University. One-click generation of AI classrooms with slides, quizzes, whiteboard, and project-based learning.
Skill Libraries
The ecosystem also includes extensive skill collections:
- ClawHub — Official skill registry with 6,300+ skills
- K-Dense Scientific Skills — 170+ skills across 17 scientific domains connected to 250+ databases
- LabClaw — 240 production-ready skills from Stanford-Princeton for biomedical research
- OpenClaw Medical Skills — 869 curated clinical, genomics, and drug discovery skills
How Skills Work
Skills are the building blocks of agent capabilities. Each skill is a SKILL.md file that teaches an agent when to use a tool, how to call it, and what output to produce. They follow a standard format:
# Skill Name
## Overview — what this skill enables
## When to Use — trigger conditions
## Key Capabilities — tools, APIs, parameters
## Usage Examples — concrete examplesInstall a skill from ClawHub:
clawhub install <skill-slug>Or copy a skill directory manually:
cp -r skills/bioinformatics ~/.openclaw/skills/Getting Started
As a Researcher
- Choose your scale: OpenClaw (full), NanoBot (Python, lightweight), or PicoClaw (Go, minimal)
- Install:
npm install -g openclaw,pip install nanobot-ai, or download PicoClaw binary - Add skills: Install domain-specific skills from ClawHub or K-Dense
- Connect: Link to your preferred messaging app or use the CLI
As a Lab Group
- Deploy Clawith for team collaboration with shared agent workspaces
- Install LabClaw skills (240 biomedical skills from Stanford-Princeton)
- Set up channels: Slack, Teams, or Feishu for team-wide AI assistance
The Numbers
| Metric | Value |
|---|---|
| Total GitHub Stars | 450K+ |
| Core Projects | 19+ |
| Programming Languages | 5 (TypeScript, Python, Go, Rust, TeX) |
| Scientific Skills | 1,000+ |
| Messaging Platforms | 20+ |
Video Resources
OpenClaw Full Tutorial for Beginners
Every OpenClaw Concept Explained
Links
- OpenClaw GitHub
- ClawHub Skill Registry
- Claw4Science — curated directory of OpenClaw projects for scientific research
