Vibe Coding
Back to tools

FastClaw

FastClaw

A lightweight AI Agent OS written in Go: Putting Agent Factory, model providers, system files, long-term memory, sandbox tools, Skills, Channels, plugins, upstream API and project preview runtime into the same deployable backend.

Agent OSGo runtime/v1 APISandboxSkillsChannelsPluginsProject Runtime

Single binary

Start the Dashboard and Agent backend with one local command

/v1 API

OpenAI-compatible connects to your own SaaS

Agent OS

Unified scheduling of tools, memories, channels and runtimes

Workflow

FastClaw

Live task
1Agent OS
2Go runtime
3/v1 API
4Sandbox
5Skills

Operate from Dashboard

Manage Agents, Skills, Models, API Keys, Channels, Scheduler and Settings from the local console.

Expose capabilities to products

The upstream application only calls the /v1 API, FastClaw takes care of sessions, tools, memory and execution.

Use channels to expand reach

The same Agent can enter Web chat, Slack, Telegram, Discord, Feishu, LINE and other channels.

Extend the platform with plugins

JSON-RPC plugins can contribute tools, providers, hooks, and messaging capabilities.

Prompt pattern

Write SOUL.md, IDENTITY.md and USER.md templates for this customer service agent, limiting it to only answer product documents and order status.

How to use it

Understand the tool, then read the docs

This entry page keeps the tool overview, use cases, and first steps up front, then organizes the documentation index for deeper reading.

Agent Factory

Each Agent has SOUL, IDENTITY, USER, MEMORY, skills, tools, sessions and model configurations.

Upstream API

Use /v1/chat/completions, app_user, usage and quota to connect Agent capabilities to the product backend.

Tools and Sandbox

It has built-in tools such as files, commands, networks, memories, and project previews, and uses policy to limit execution boundaries.

Project Runtime

Launch template applications for coding agents, preview pages, read logs, and let HMR reflect real-time changes.

1

Install single binary

First start FastClaw on the local machine and complete the first setup and provider configuration.

2

Create Agent

Use Dashboard or CLI to create Agent, select provider/model, and write SOUL and system files.

3

Connect the product API

The server calls /v1/chat/completions with API key and passes in end user and session key.

4

Tighten governance boundaries

Check API key, Agent ACL, sandbox policy, channel webhook, quota, logs and backup before going online.

FastClaw Help Docs

Documentation index

Chinese help documents compiled based on FastClaw open source source code: Agent OS architecture, Dashboard, configuration, tool sandbox, Skills, Channels, plug-ins, upstream API, project runtime, deployment and governance.

Ability level