Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
EdgeClaw Box: Edge-Cloud Collaborative AI Agent for enhanced privacy, cost-efficiency, and security.

Get high DR backlinks here to boost your SEO and reach your target audience. Start for free.
AI One-click SubmitFree AI image generator powered by Google Gemini 3.1 Flash. Create stunning AI art with pre-built styles.
EdgeClaw is an innovative Edge-Cloud Collaborative AI Agent, jointly developed by leading institutions including Tsinghua University, Renmin University of China, AI9Stars, ModelBest, and OpenBMB. Built upon the OpenClaw framework, EdgeClaw addresses the critical limitations of current AI agent architectures that heavily rely on cloud processing, leading to privacy concerns and inefficient resource utilization. It re-enables the power of edge computing by introducing a sophisticated three-tier security system (S1 Passthrough, S2 Desensitization, S3 Local) and a dual-engine detection mechanism on the edge. This system comprises a rule-based detector for near-instantaneous identification of known sensitive data patterns (like API keys or private keys) and a local LLM semantic detector for understanding the context and complexity of user requests. By classifying requests in real-time, EdgeClaw intelligently routes them to the most appropriate processing path – prioritizing privacy and cost-effectiveness. Sensitive data is desensitized on-device before being sent to the cloud, while truly private data is processed entirely locally, with the cloud only maintaining contextual continuity. This intelligent edge-cloud forwarding allows developers to achieve seamless privacy protection without altering their existing business logic, making it a drop-in replacement for OpenClaw.
Key Highlights:
Three-Tier Security Collaboration Details:
EdgeClaw employs a robust three-level sensitivity classification system:
[REDACTED:PHONE] before being forwarded to the cloud via a privacy proxy. The cloud model receives a desensitized version.Dual Detection Engines:
EdgeClaw utilizes two primary detection engines for comprehensive analysis:
These engines can be stacked and combined, with their execution order and weighting configurable via the checkpoints setting in the privacy configuration.
Composable Router Pipeline:
Security and cost-awareness run in the same pipeline. The RouterPipeline uses a two-phase strategy:
This design prioritizes security by running the security check first, ensuring sensitive data is handled appropriately before any cost optimization logic is applied.
Smart Caching:
To further optimize performance, EdgeClaw implements prompt hash caching (SHA-256 with a 5-minute TTL). Identical requests are not re-evaluated by the detection engines, reducing latency and computational overhead.
Installation and Configuration:
EdgeClaw can be installed from source or integrated into an existing local LLM environment. The recommended installation involves cloning the repository, installing dependencies via pnpm, building the project, and then running the openclaw onboard --install-daemon command. For local LLM integration, Ollama is recommended, with support for other OpenAI-compatible APIs like vLLM, LMStudio, and SGLang. Configuration is managed through openclaw.json and customizable Markdown files in extensions/guardclaw/prompts/ for detection rules, Guard Agent behavior, and cost-aware routing logic.
Key Features:
EdgeClaw is designed for developers and organizations seeking to leverage the power of AI agents while maintaining strict data privacy and optimizing operational costs.