Claude Skill
mosaxiv/clawlet
Clawlet is an efficient, ultra-lightweight personal AI assistant built with Go. Perfect for high-performance personal assistance and task automation with minimal resource usage.
Overview
Repository
Install this Skill
docker run -v ~/.clawlet:/root/.clawlet --rm clawlet onboardRegistry
docker run -v ~/.clawlet:/root/.clawlet --rm clawlet onboarddocker run -v ~/.clawlet:/root/.clawlet clawlet gatewaydocker run -v ~/.clawlet:/root/.clawlet --rm clawlet agent -m "Hello"docker run -v ~/.clawlet:/root/.clawlet --rm clawlet status
Summary
Clawlet is an ultra-lightweight and efficient personal AI assistant built with Go, designed for high-performance personal assistance tasks.
超轻量级高效个人AI助手
Key features
- Ultra-lightweight architecture
- High efficiency and performance
- Built with Go programming language
- Personal AI assistant functionality
- OpenClaw integration
Use cases
- Personal productivity assistance
- Lightweight AI task automation
- Efficient personal assistant applications
- Go-based AI tool development
- Minimal resource AI solutions
README excerpt
<div align="center"> <img src="clawlet.png" alt="clawlet" width="500"> <h1>Clawlet</h1> <h3>Ultra-lightweight and efficient personal AI assistant</h3> </div> **Clawlet** is a lightweight personal AI agent with hybrid semantic memory search — a single static binary with no runtime and no CGO. Bundled SQLite + sqlite-vec. Drop it on any machine and memory search just works. This project is inspired by **OpenClaw** and **nanobot**. ## Install Download from [GitHub Releases](https://github.com/mosaxiv/clawlet/releases/latest). macOS (Apple Silicon): ```bash curl -L https://github.com/mosaxiv/clawlet/releases/latest/download/clawlet_Darwin_arm64.tar.gz | tar xz mv clawlet ~/.local/bin/ ``` ## Quick Start ```bash # Initialize clawlet onboard \ --openrouter-api-key "sk-or-..." \ --model "openrouter/anthropic/claude-sonnet-4.5" # Check effective configuration clawlet status # Chat clawlet agent -m "What is 2+2?" ``` ## Configuration (`~/.clawlet/config.json`) Config file: `~/.clawlet/config.json` ### Supported providers clawlet currently supports these LLM providers: - **OpenAI** (`openai/<model>`, API key: `env.OPENAI_API_KEY`) - **OpenAI Codex (OAuth)** (`openai-codex/<model>`, no API key; login: `clawlet provider login openai-codex`) - **OpenRouter** (`openrouter/<provider>/<model>`, API key: `env.OPENROUTER_API_KEY`) - **Anthropic** (`anthropic/<model>`, API key: `env.ANTHROPIC_API_KEY`) - **Gemini** (`gemini/<model>`, API key: `env.GEMINI_API_KEY` or `env.GOOGLE_API_KEY`) - **Local (Ollama / vLLM / OpenAI-compatible local endpoint)** (`ollama/<model>` or `local/<model>`, default base URL: `http://localhost:11434/v1`, API key optional) Minimal config (OpenRouter): ```json { "env": { "OPENROUTER_API_KEY": "sk-or-..." }, "agents": { "defaults":