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

Stars599
Forks118
LanguageGo
Last pushed2026-03-27
Last synced2026-07-03
View on GitHub

Repository

Ownersmallnest
Repositorygoclaw
Full namesmallnest/goclaw
Repo ID1,150,995,498

Install this Skill

git clone https://github.com/smallnest/goclaw.git

Registry

Typeopenclaw_skill
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-08
Platforms
ClaudeOpenClaw
Capabilities
browsermemoryimageterminalworkflowai-agentai-agentsllmopenclawopenclaw-skills
Detected files
README.mddocs
Config keys
QIANFAN_API_KEYOPENAI_API_KEYYOUR_TOKENURLANTHROPIC_API_KEYGOSKILLS_GATEWAY_URLGOSKILLS_GATEWAY_TOKEN

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.

Chinese description

一个类似 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 框架。 [![License](https://img.shields.io/:license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/smallnest/goclaw) [![github actions](https://github.com/smallnest/goclaw/actions/workflows/go.yaml/badge.svg)](https://github.com/smallnest/goclaw/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/smallnest/goclaw)](https://goreportcard.com/report/github.com/smallnest/goclaw) [![Coverage Status](https://coveralls.io/repos/github/smallnest/goclaw/badge.svg?branch=master)](https://coveralls.io/github/smallnest/goclaw?branch=master) ![](docs/goclaw.png) ## 功能特性 - 🛠️ **完整的工具系统**: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 的技能生态。您可以直接

Topics

Explore more

Data from GitHub. Synced on 2026-07-03