← Back to Skills Marketplace
seanford

Manifest

by Sean Ford · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
16
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install manifest
Description
Smart LLM Router for OpenClaw. Save up to 70% by routing every request to the right model. No coding required.
README (SKILL.md)

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 (\x3C2ms 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 [email protected]
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 [email protected]
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.

Usage Guidance
Install in local mode for evaluation or sensitive work. If enabling cloud mode, review Manifest's privacy/security documentation and confirm what usage, token, cost, routing, and health metadata is transmitted or retained.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill clearly presents itself as an LLM router and observability plugin that routes requests, tracks tokens and costs, and provides usage/health tools.
Instruction Scope
The in-conversation tool triggers include broad phrases like "costs," which could cause unexpected access to usage metadata in ambiguous conversations.
Install Mechanism
Installation uses disclosed OpenClaw plugin commands and provides uninstall steps; the artifact contains only SKILL.md and metadata, with no executable scripts.
Credentials
Local mode is recommended and stores data locally, while cloud mode requires a Manifest API key but should more explicitly describe what operational telemetry is sent to the hosted service.
Persistence & Privilege
The artifact discloses local storage in ~/.openclaw/manifest/manifest.db and does not define hidden persistence, privilege escalation, or automatic background execution beyond the OpenClaw gateway/plugin setup.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install manifest
  3. After installation, invoke the skill by name or use /manifest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Manifest 1.0.0 – Initial Release - Introduces Manifest, a smart LLM router and observability plugin for OpenClaw. - Routes requests to the most cost-effective model with ultra-low latency. - Provides a real-time dashboard for tracking costs, tokens, and usage. - Enables spending limits and email alerts. - Supports setup for both local and cloud deployments. - Offers three built-in agent tools: usage, cost, and health monitoring. - Compatible with major LLM providers (OpenAI, Anthropic, Google Gemini, and more). - Full documentation and open source under MIT license.
Metadata
Slug manifest
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Manifest?

Smart LLM Router for OpenClaw. Save up to 70% by routing every request to the right model. No coding required. It is an AI Agent Skill for Claude Code / OpenClaw, with 16 downloads so far.

How do I install Manifest?

Run "/install manifest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Manifest free?

Yes, Manifest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Manifest support?

Manifest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Manifest?

It is built and maintained by Sean Ford (@seanford); the current version is v1.0.0.

💬 Comments