Manifest banner
mnfst mnfst

Manifest

AI community intermediate

Description

Manifest is a smart model router for OpenClaw. It sits between your agent and your LLM providers, scores each request, and routes it to the cheapest model that can handle it. Simple questions go to fast, cheap models. Hard problems go to expensive ones. You save money without thinking about it.

Installation

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

README

Take control of your OpenClaw costs

               

What is Manifest?

Manifest is a smart model router for OpenClaw. It sits between your agent and your LLM providers, scores each request, and routes it to the cheapest model that can handle it. Simple questions go to fast, cheap models. Hard problems go to expensive ones. You save money without thinking about it.

  • Route requests to the right model: Cut costs up to 70%
  • Automatic fallbacks: If a model fails, the next one picks up
  • Set limits: Don't exceed your budget

Quick start

Cloud version

Go to [app.manifest.build](https://app.manifest.build) and follow the guide.

Local version

openclaw plugins install manifest
openclaw gateway restart

Dashboard opens at **http://127.0.0.1:2099**. The plugin starts an embedded server, runs the dashboard locally, and registers itself as a provider automatically. No account or API key needed.

Docker

Our Manifest Docker Image allows you to self-host Manifest router in your own infrastructure.

Which version choose?

Pick cloud version for quick setup and multi-device access. Pick local version for keeping all your data on your machine or for using local models like Ollama. Pick Docker for self-hosting on your own infrastructure.

Not sure which one to choose? Start with cloud.

How it works

...