FerroxLabs

Fuigo — AI skill for Claude Code

AI community

A general-purpose, multi-provider AI agent engine.

How to install Fuigo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open FerroxLabs/fuigo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Fuigo does

A general-purpose, multi-provider AI agent engine. Tools, orchestration, persistent memory, and application integration through terminal, headless, and ACP interfaces.

Alternatives in AI

  • Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
  • Fast Agent — Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support 3.7k ★
  • HolyClaude — AI coding workstation: Claude Code + web UI + 7 AI CLIs + headless browser + 50+ tools 2k ★

README

![Fuigo — Act. Collaborate. Remember. A general-purpose, multi-provider agent engine.](docs/assets/fuigo-hero.png)

[Get started](#get-started) · [Headless CLI](#headless-cli) · [ACP integration](#acp-integration) · [Memory](#memory-that-carries-forward) · [Documentation](#documentation) · [Build from source](#build-from-source)

Fuigo is a general-purpose, multi-provider AI agent engine. It gives models the machinery to work: tools, persistent sessions, permission controls, workspace memory, and other agents to collaborate with. Use it to research and analyze information, create documents and code, produce structured outputs, or coordinate work across connected systems.

The Rust runtime handles execution, context, and collaboration. Its built-in tools work with files, search, and terminal commands; MCP servers and other configured tools extend what it can do in external services. Run it directly in a terminal, call it from a script, or put an application in front of it through ACP.

Choose your model and authentication route: direct OpenAI and Anthropic API keys, Flux Router and compatible gateways, local OpenAI-compatible servers, or ChatGPT and Grok subscriptions. Switch models while keeping the conversation and tool history.

Model route Connection
OpenAI directly Your API key with Chat Completions or Responses
Anthropic directly Your API key with the Messages API
Flux Router and compatible gateways A gateway endpoint, supported API protocol, and its credentials
Local models An OpenAI-compatible endpoint, such as Ollama
ChatGPT and Grok subscriptions Explicit provider login and a model your subscription grants access to

![Fuigo terminal interface](docs/assets/fuigo-terminal.png)

*A captured Fuigo session showing tool activity, passing tests, and a model switch.*

One engine, three ways to work

Surface Use it for
*Interactive terminal