Claude Skill
smallnest/goclaw
goclaw is an open-source Go framework for building AI assistants with LLM integration, skill plugins, and multi-agent orchestration. Inspired by OpenClaw.
Overview
Repository
Install this Skill
git clone https://github.com/smallnest/goclaw.gitRegistry
Summary
goclaw is an open-source AI assistant framework written in Go, inspired by OpenClaw. It provides a lightweight foundation for building AI agents with LLM integration, skill-based extensions, and multi-agent orchestration capabilities.
一个类似 OpenClaw 的开源 AI 助手框架
Key features
- Lightweight Go-based AI agent framework
- LLM integration for natural language understanding
- Skill-based plugin architecture (Claude Skill compatible)
- Multi-agent orchestration support
- Open-source with active community development
Use cases
- Building custom AI assistants with Go
- Creating skill-based automation workflows
- Developing multi-agent collaboration systems
- Rapid prototyping of LLM-powered applications
README excerpt
# goclaw (🐾 狗爪) Go 语言版本的 OpenClaw - 一个功能强大的 AI Agent 框架。 [](https://opensource.org/licenses/MIT) [](https://pkg.go.dev/github.com/smallnest/goclaw) [](https://github.com/smallnest/goclaw/actions) [](https://goreportcard.com/report/github.com/smallnest/goclaw) [](https://coveralls.io/github/smallnest/goclaw?branch=master)  ## 功能特性 - 🛠️ **完整的工具系统**:FileSystem、Shell、Web、Browser,支持 Docker 沙箱与权限控制 - 📚 **技能系统 (Skills)**:兼容 [OpenClaw](https://github.com/openclaw/openclaw) 和 [AgentSkills](https://agentskills.io) 规范,支持自动发现与环境准入控制 (Gating) - 💾 **持久化会话**:基于 JSONL 的会话存储,支持完整的工具调用链 (Tool Calls) 记录与恢复 - 📢 **多渠道支持**:Telegram、WhatsApp、飞书 (Feishu)、QQ、企业微信 (WeWork)、钉钉 (DingTalk)、百度如流 (Infoflow)、Gotify、Slack、Discord、Google Chat、Microsoft Teams、微信 (Weixin) - 🔧 **灵活配置**:支持 YAML/JSON 配置,热加载,环境变量支持 - 🎯 **多 LLM 提供商**:OpenAI、Qianfan(百度千帆,OpenAI-compatible)、Anthropic、OpenRouter,支持故障转移 - 🌐 **WebSocket Gateway**:内置网关服务,支持实时通信 - ⏰ **Cron 调度**:内置定时任务调度器 - 🖥️ **Browser 自动化**:基于 Chrome DevTools Protocol 的浏览器控制 - 🧠 **记忆系统**:支持内置向量数据库和 QMD (Quick Markdown Database) - 👥 **多账号支持**:每个通道支持配置多个账号实例 - 🪟 **跨平台**:支持 Linux、macOS、Windows ## 技能系统 (New!) goclaw 引入了先进的技能系统,允许用户通过编写 Markdown 文档 (`SKILL.md`) 来扩展 Agent 的能力。 ### 特性 * **Prompt-Driven**: 技能本质上是注入到 System Prompt 中的指令集,指导 LLM 使用现有工具 (exec, read_file 等) 完成任务。 * **OpenClaw 兼容**: 完全兼容 OpenClaw 的技能生态。您可以直接