Claude Skill
fastclaw-ai/fastclaw
FastClaw is a high-performance, open-source alternative to OpenClaw written in Go. It delivers faster execution and better efficiency for AI agent workflows with concurrent task orchestration.
Overview
Repository
Install this Skill
git clone https://github.com/fastclaw-ai/fastclaw.gitRegistry
Summary
FastClaw is a high-performance, open-source alternative to OpenClaw, written in Go. It aims to deliver faster execution and improved efficiency for AI agent workflows, leveraging Go's concurrency model for scalable task orchestration.
更快更好的OpenClaw替代方案
Key features
- Written in Go for high concurrency and performance
- Drop-in replacement for OpenClaw with enhanced speed
- Lightweight architecture for efficient resource usage
- Open-source with active community development
Use cases
- Accelerating AI agent task execution pipelines
- Replacing OpenClaw in existing agent orchestration setups
- Building scalable, concurrent agent workflows
- Optimizing resource-constrained deployment environments
README excerpt
<div align="center"> # FastClaw A lightweight AI Agent runtime written in Go. [](https://go.dev) **Single binary - Any LLM - Multi-agent - Sandbox - Cloud-ready** [Quick Start](#quick-start) - [Architecture](#architecture) - [Features](#features) - [License](#license) </div> --- <p align="center"> <img src="previews/admin.png" alt="FastClaw admin dashboard" width="900"> <br> <em>Platform admin: agents, models, skills, users, API keys</em> </p> <p align="center"> <img src="previews/agent.png" alt="FastClaw agent management" width="900"> <br> <em>Per-agent management: chat, customize, scoped models / skills / channels / scheduler</em> </p> ## What is FastClaw? FastClaw is an **Agent Factory** — it creates, manages, and runs AI agents. Each agent has its own personality (SOUL.md), memory, skills, and tools. FastClaw handles the LLM communication, tool execution, sandbox isolation, and session management. ```bash # Install (drops the binary into ~/.local/bin and adds it to PATH) curl -fsSL https://raw.githubusercontent.com/fastclaw-ai/fastclaw/main/install.sh | bash ``` ## Quick Start ### 1. First Run ```bash fastclaw # Opens setup wizard → configure LLM provider → creates default agent. # Foreground mode; ^C to stop. Use `fastclaw daemon start` to run in # the background, or `fastclaw daemon install` to register a # launchd / systemd service. ``` ### 2. Dashboard Open `http://localhost:18953` and login with your admin token. - **Agents** — Create and manage agents, each with its own personality and model - **Skills** — Install shared skills from ClawHub or GitHub - **Models** — Configure LLM providers (OpenAI, Anthropic, Ollama, OpenRouter, etc.) - **API Keys** — Issue progr
Topics
No topics yet.