manifest
Route AI agent requests to the cheapest capable model automatically
All Skills in This Repository (4)
Pure Emerald Level Indicatorsuninstall-manifest-plugin
Uninstall the Manifest plugin from OpenClaw and reset to a local model provider.
manifest
Route OpenClaw LLM requests to cost-effective models by query complexity.
manifest-status
Displays the current GitBook project's metadata and statistics in a sidebar.
setup-manifest-plugin
Configure the Manifest OpenClaw plugin with OTLP endpoint and proxy base URL.
Frequently Asked Questions
FAQPage SchemaHow to install Manifest?โผ
Run `npx skills add mnfst/manifest --all -g -y` in your terminal to install all skills in this suite globally.
What does Manifest do for AI agents?โผ
Manifest sits between your agent and its LLM providers, scores each request, and routes it to the cheapest model that can handle it. It also logs costs, tokens, and errors for every request.
How to reduce LLM API costs with Manifest?โผ
Connect your providers and send requests with model set to auto. Manifest picks the cheapest capable model per request and falls back to alternatives when queries fail.
Which AI agents work with Manifest?โผ
Any agent that speaks OpenAI-compatible HTTP works, including OpenClaw, Claude Code, OpenCode, and generic OpenAI or Anthropic SDK setups.
Can I self-host Manifest?โผ
Yes. Manifest ships as a single Docker image with one-command install, plus one-click deploy templates for Railway, Render, AWS, GCP, and more.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core