Choose RouterBase model IDs and routing strategies for chat, image, video, audio, and embeddings workloads. Use when comparing providers, selecting GPT, Clau...
编程
Manifest
试用Smart LLM Router for OpenClaw. Save up to 70% by routing every request to the right model. No coding required.
它能做什么
Smart LLM Router for OpenClaw. Save up to 70% by routing every request to the right model. No coding required.
技能文档
Manifest — LLM Router & Observability for OpenClaw
Manifest is an OpenClaw plugin that:
- Routes every request to the most cost-effective model via a 23-dimension scoring algorithm (<2ms latency)
- Tracks costs and tokens in a real-time dashboard
- Sets limits with email alerts and hard spending caps
Source: github.com/mnfst/manifest — MIT licensed. Homepage: manifest.build
Setup (Local — recommended for evaluation)
openclaw plugins install manifest@5.28.5
openclaw config set plugins.entries.manifest.config.mode local
openclaw gateway restart
Dashboard opens at http://127.0.0.1:2099. Data stored locally in ~/.openclaw/manifest/manifest.db.
Setup (Cloud)
openclaw plugins install manifest@5.28.5
openclaw config set plugins.entries.manifest.config.apiKey "mnfst_YOUR_KEY"
openclaw gateway restart
Get the API key at app.manifest.build → create an account → create an agent → copy the key.
Agent Tools
Three tools are available to the agent in-conversation:
| Tool | Trigger phrases | What it returns |
|---|---|---|
manifest_usage | "how many tokens", "token usage", "consumption" | Total, input, output, cache-read tokens + action count for today/week/month |
manifest_costs | "how much spent", "costs", "money burned" | Cost breakdown by model in USD for today/week/month |
manifest_health | "is monitoring working", "connectivity test" | Endpoint reachable, auth valid, agent name, status |
Each accepts a period parameter: "today", "week", or "month".
Supported Providers
Anthropic, OpenAI, Google Gemini, DeepSeek, xAI, Mistral AI, Qwen, MiniMax, Kimi, Amazon Nova, Z.ai, OpenRouter, Ollama. 300+ models total.
Uninstall
openclaw plugins uninstall manifest
openclaw gateway restart
This removes the plugin, provider config, and auth profiles.
Documentation
For detailed security & privacy documentation, routing configuration, configuration changes, and troubleshooting, see the full documentation.
相关技能
Integrate applications with RouterBase, the OpenAI-compatible model gateway at https://routerbase.com/v1. Use when migrating OpenAI SDK calls to RouterBase,...
LangGraph task router for OpenClaw that decomposes complex work into dependency-aware subtasks, routes each branch to PRO or FLASH models, retries or escalat...
Use when switching models, saving costs, or routing queries. Automatically picks the cheapest model that can handle the job — "translate hello" routes to $0/...
Export OpenClaw OTLP traces to Latitude for open-source LLM observability and evaluation. Use when configuring diagnostics.otel to send OpenClaw model-call,...
Universal smart routing skill that chooses the best installed skill or skill chain across mixed environments, and automatically applies OpenClaw-aware routin...