smallnestsmallnestCommunityยท23 Agent Skills Included

goclaw

Go-based AI agent framework with messaging channels and built-in skills

Runs a personal AI agent that connects to Telegram, Discord, WhatsApp, Feishu, Slack, and other chat platforms. Automates real tasks like web scraping, PDF editing, GitHub operations, coding agents, and browser control through pluggable skills. Eliminates manual switching between tools by routing plain-language chat requests to the right command-line workflow.
npx skills add smallnest/goclaw --all -g -y
Available:

Tells the AI agent how to behave in its workspace: read memory files each session, write down important context, follow safety rules before acting externally, and participate naturally in group chats.

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
smallnestsmallnest

nano-pdf

Edit specific PDF pages using natural-language instructions via the nano-pdf CLI.

Community
Basic
๐Ÿ“ฆ In Repo
smallnestsmallnest

peekaboo

Automate macOS UI interactions with screen capture and input simulation.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

discord

Manage Discord servers by sending messages, moderating users, and configuring roles.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

coding-agent

Control multiple AI coding assistants via shell commands and PTY.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

feishu-upload-image

Upload images to Feishu/Lark and generate an image_key for messages.

Community
Basic
๐Ÿ“ฆ In Repo
smallnestsmallnest

session-logs

Search and analyze historical JSONL transcripts using jq and rg command-line tools.

Community
Intermediate
๐Ÿ“ฆ In Repo
smallnestsmallnest

healthcheck

Audit host security and harden OS, firewall, SSH, and updates.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

summarize

Summarize content from URLs, local files, and video transcripts via CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
smallnestsmallnest

find-skills

Discover, install, update, and uninstall skills for the goclaw agent framework.

Community
Basic
๐Ÿ“ฆ In Repo
smallnestsmallnest

crawl4ai

Crawls web pages and extracts structured data using CSS or LLMs.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

video-frames

Extract individual frames or short clips from video files using ffmpeg.

Community
Basic
๐Ÿ“ฆ In Repo
smallnestsmallnest

apple-reminders

Manage Apple Reminders via the remindctl CLI with JSON and TSV output.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’