Manifest Provider
Smart LLM router plugin for OpenClaw — picks the best model for each request, balancing quality, speed, and cost
Install
openclaw plugins install clawhub:manifest-providerLatest Release
Compatibility
{
"builtWithOpenClawVersion": "5.33.5",
"pluginApiRange": ">=2026.2.0"
}Capabilities
{
"bundledSkills": [],
"capabilityTags": [
"executes-code",
"provider:manifest"
],
"channels": [],
"commandNames": [],
"configSchema": true,
"configUiHints": false,
"executesCode": true,
"hooks": [],
"httpRouteCount": 0,
"materializesDependencies": false,
"providers": [
"manifest"
],
"runtimeId": "manifest-provider",
"serviceNames": [],
"setupEntry": false,
"toolNames": []
}Verification
{
"hasProvenance": false,
"scanStatus": "clean",
"scope": "artifact-only",
"sourceCommit": "db0d8922f9282e06be07c1c9c562234e4c3eb4a5",
"sourceRepo": "mnfst/manifest",
"sourceTag": "db0d8922f9282e06be07c1c9c562234e4c3eb4a5",
"summary": "Validated package structure and linked the release to source metadata.",
"tier": "source-linked"
}Tags
{
"latest": "5.33.5"
}manifest-provider
Cloud provider plugin for Manifest — the smart LLM router for OpenClaw.
Picks the best model for each request based on a multi-dimension complexity score, balancing quality, speed, and cost automatically. Supports 10+ providers with tier-based routing and fallbacks.
Install
openclaw plugins install manifest-provider
openclaw providers setup manifest-provider
openclaw gateway restart
The setup wizard prompts for your API key from app.manifest.build. After setup, use manifest/auto as your model.
You can also set the key via environment variable for CI/CD: export MANIFEST_API_KEY=mnfst_...
What it does
- Registers Manifest as a provider in OpenClaw with the
automodel - Interactive auth onboarding via
openclaw providers setup manifest-provider - Agent tools:
manifest_usage,manifest_costs,manifest_health /manifeststatus command
Self-hosted / Local mode
For a self-hosted server with SQLite and a local dashboard, install the full package instead:
openclaw plugins install manifest
See the manifest package.
Contributing
This package lives at packages/openclaw-plugins/manifest-provider/ in the mnfst/manifest monorepo.
npm run build --workspace=packages/openclaw-plugins/manifest-provider # esbuild bundle
npm test --workspace=packages/openclaw-plugins/manifest-provider # Jest tests
