mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 05:37:29 +08:00
924b254284e89c8d32fbc57f2ed025c56b63d9a1
ClawGo: High-Performance AI Agent (Linux Server Only)
ClawGo is a high-performance AI assistant tailored for Linux servers. Leveraging the concurrency advantages and binary distribution of the Go language, it provides full agent capabilities with minimal resource overhead.
🚀 Key Advantages
- ⚡ Native Performance: Optimized specifically for Linux server environments, with no dependency on Node.js or Python.
- 🏗️ Production-Ready: Single binary deployment, perfectly integrates with service management tools like systemd.
- 🔌 Mandatory Upstream Proxy: Centralized management of model quotas and authentication via CLIProxyAPI.
- 🧩 Powerful Skill Extension: Built-in productivity tools like
coding-agent,github, andcontext7.
🏁 Quick Start
1. Initialize
clawgo onboard
2. Configure CLIProxyAPI ClawGo requires CLIProxyAPI as the model access layer.
clawgo login
3. Start Running
# Interactive mode
clawgo agent
# Gateway mode (supports Telegram, Discord, etc.)
clawgo gateway
📦 Migration & Skills
ClawGo now integrates all core extended capabilities from the original OpenClaw:
- coding-agent: Autonomous programming using Codex/Claude Code.
- github: Deep integration with
ghCLI for managing issues, PRs, and CI status. - context7: Intelligent context search for codebases and documentation.
🛠️ Installation (Linux Only)
Build from Source
cd clawgo
make build
make install
📜 License
MIT License. 🦐
Languages
Go
96.8%
Python
1.2%
Makefile
0.8%
Shell
0.8%
TypeScript
0.3%
Other
0.1%