Điểm qua espressif/esp-claw: 1.9k sao trên GitHub, viết chủ yếu bằng C. ESP-Claw, a "Chat Coding" AI agent framework for IoT devices
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
💬 Chat as Creation · 🚀 Millisecond Response · 🧩 Smart and Extensible · 😋 Grows with You
Home
|
Docs
|
Online Flashing
|
Build from Source
|
简体中文
ESP-Claw is Espressif's Chat Coding AI agent framework for IoT devices. It defines device behavior through conversation and completes the full loop of sensing, decision-making, and execution locally on Espressif chips. Inspired by the OpenClaw concept and reimplemented in C, ESP-Claw is lightweight, intelligent, and continuously evolving. With just an ESP32-series chip that costs only a few dollars, you can experience what makes ESP-Claw so nimble.
🌟 Key Features
Traditional IoT usually stops at connectivity: devices can connect to the network, but they cannot think; they can execute commands, but they cannot make decisions. ESP-Claw brings the Agent Runtime down onto Espressif chips, turning them from passive executors into active decision-making centers.
💬 Chat as Creation
⚙️ Event Driven
IM chat + dynamic Lua loading
Ordinary users can define device behavior without programming
Any event can trigger the Agent Loop and more
Response can be as fast as milliseconds
🧬 Structured Memory
📤 MCP Communication
Organize memories in a structured way
Privacy stays off the cloud
Supports standard MCP devices
Works as both Server and Client
🧰 Ready Out of the Box
🧩 Component Extensibility
Quick setup with Board Manager
Supports one-click flashing
Every module can be trimmed as needed
You can also add your own component integrations
📦 Quick Start
ESP-Claw now supports a wide range of development boards based on ESP32-S3, ESP32-P4, ESP32-C5, and ESP32-S31, including breadboards, M5Stack CoreS3, and many others. Supported boards in ./application/edge_agent/boards/ can be flashed online directly: configuration and flashing are done entirely in the browser, with no need to compile firmware locally or install a development environment first.
You can also build ESP-Claw locally. Please refer to the local build documentation for board adaptation, building, and flashing. Boards not listed above, as well as chips like the ESP32-P4, can also be supported through local builds and flashing.
You can find practical examples in our documentation.
Supported Platforms
LLM: ESP-Claw now supports both OpenAI-style APIs and Anthropic-style APIs. It natively supports GPT models from OpenAI, Qwen models from Alibaba Cloud Bailian, Claude models from Anthropic, DeepSeek models from DeepSeek API, and also supports custom endpoints.
[!TIP]
ESP-Claw's self-programming capability depends on models with strong tool use and instruction-following ability. We recommend gpt-5.4, qwen3.6-plus, claude4.6-sonnet, deepseek-v4-pro or models with comparable capability.
IM: ESP-Claw supports Telegram, QQ, Feishu, and WeChat, and can be extended further.
Development Plan
ESP-Claw is still under active development. Feel free to open an issue to report problems or request features. You can also share your ideas through our online survey (in Chinese).
Click here to view our TODO List (in Chinese) and vote for the features or issues you care about. That helps us prioritize them sooner.
📷 Follow Us
If this project helps you, please consider giving it a star. ⭐⭐⭐⭐⭐
Star History
Acknowledgements
Inspired by OpenClaw.
The implementation of Agent Loop, IM communication, and related capabilities on ESP32 also draws on MimiClaw.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/espressif/esp-claw là nguồn chính thức.
espressif/esp-claw có bao nhiêu sao?
espressif/esp-claw có 1.9k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/espressif/esp-claw. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
espressif/esp-claw có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho espressif/esp-claw. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
espressif/esp-claw còn đang phát triển không?
Commit gần nhất trên espressif/esp-claw là 14 ngày trước (theo timestamp GitHub). Repo có 401 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
espressif/esp-claw viết bằng ngôn ngữ gì?
espressif/esp-claw chủ yếu viết bằng C. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.