goclaw
Go-based AI agent framework with messaging channels and built-in skills
All Skills in This Repository (23)
Pure Emerald Level Indicatorsnano-pdf
Edit specific PDF pages using natural-language instructions via the nano-pdf CLI.
peekaboo
Automate macOS UI interactions with screen capture and input simulation.
discord
Manage Discord servers by sending messages, moderating users, and configuring roles.
coding-agent
Control multiple AI coding assistants via shell commands and PTY.
feishu-upload-image
Upload images to Feishu/Lark and generate an image_key for messages.
session-logs
Search and analyze historical JSONL transcripts using jq and rg command-line tools.
healthcheck
Audit host security and harden OS, firewall, SSH, and updates.
summarize
Summarize content from URLs, local files, and video transcripts via CLI.
find-skills
Discover, install, update, and uninstall skills for the goclaw agent framework.
crawl4ai
Crawls web pages and extracts structured data using CSS or LLMs.
video-frames
Extract individual frames or short clips from video files using ffmpeg.
apple-reminders
Manage Apple Reminders via the remindctl CLI with JSON and TSV output.
Frequently Asked Questions
FAQPage SchemaHow to install goclaw?โผ
Run `npx skills add smallnest/goclaw --all -g -y` in your terminal to install all skills in this suite globally.
What is goclaw used for?โผ
goclaw is a Go version of the OpenClaw AI agent framework. It lets you run a personal AI assistant that answers messages on chat apps and executes real tasks like scraping websites, editing PDFs, and running coding agents.
Which chat platforms does goclaw support?โผ
It supports Telegram, WhatsApp, Discord, Slack, Feishu, DingTalk, WeCom, QQ, Google Chat, Microsoft Teams, and more, with multiple accounts per channel.
Can I add my own skills to goclaw?โผ
Yes. Drop a folder with a SKILL.md file into your skills directory and goclaw auto-detects it, only loading it when the required tools exist on your system.
Which AI models work with goclaw?โผ
It works with OpenAI, Anthropic, OpenRouter, and OpenAI-compatible providers like Baidu Qianfan, with automatic failover between providers.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core