Agent skill
setup-manifest-plugin
Configure Manifest as a model provider in OpenClaw. Use when the user says "/setup-manifest-plugin", "setup manifest", "connect manifest", "point openclaw to localhost", or wants to add Manifest as a model provider. For cloud users, sets up models.providers.manifest directly (no plugin). For local dev, configures the plugin. Accepts a port number and optional mode.
Install this agent skill to your Project
npx add-skill https://github.com/mnfst/manifest/tree/main/.claude/skills/setup-manifest-plugin
SKILL.md
Setup Manifest
Configure OpenClaw to route through Manifest -- either the cloud service or a local dev server.
Cloud users don't need the plugin. This skill adds Manifest as a direct model provider in the OpenClaw config.
Workflow
1. Determine parameters
- Port (required for dev/local, optional for cloud): The port where the Manifest backend is running. In cloud mode without a port, defaults to
https://app.manifest.build. - Mode (optional, default
dev):dev,local, orclouddev-- Local development, connects to a backend you started manuallylocal-- Configures the plugin for embedded server with SQLite (plugin must be installed separately viaopenclaw plugins install manifest)cloud-- Connects toapp.manifest.build(or localhost if port is provided)
- Key (optional): A
mnfst_*API key. Required for cloud mode.
If the user doesn't specify a mode, default to dev. If dev/local and no port, ask them.
2. Run the setup script
# Dev (port required):
bash "${CLAUDE_SKILL_DIR}/scripts/setup_manifest.sh" <PORT> --mode dev [--key <KEY>]
# Cloud (port optional):
bash "${CLAUDE_SKILL_DIR}/scripts/setup_manifest.sh" --mode cloud --key <KEY>
The script sets the provider config (models.providers.manifest), default model (manifest/auto), and restarts the gateway. Use --dry-run to preview.
3. Show status table
bash .claude/skills/manifest-status/scripts/manifest_status.sh
Output the table exactly as printed. No extra commentary.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ensure-manifest-docs-consistency
Check consistency of Manifest documentation across all sources (GitHub, website, ClawhHub, npm, skills) against the actual codebase. Produces a dissonance report with tables. Use when the user says "/ensure-manifest-docs-consistency", "check manifest docs", "docs consistency", or wants to audit Manifest documentation for contradictions.
manifest-status
Show current Manifest configuration as a diagnostic table. Use when the user says "/manifest-status", "manifest status", "show manifest config", "manifest settings", "is manifest installed", "check manifest", or wants to see the current Manifest routing setup. Outputs a table and nothing else.
uninstall-manifest-plugin
Remove Manifest from OpenClaw and reset to a direct model provider. Use when the user says "/uninstall-manifest-plugin", "uninstall manifest", "remove manifest", "reset openclaw", or wants to stop using Manifest routing and go back to direct provider access. Works for both cloud users (provider config only) and local users (plugin + provider config).
manifest
Model Router for OpenClaw. Save up to 70% by routing requests to the right model. Choose LLM fallback to avoid API rate limits, set thresholds and reduce token consumption.
openclaw-test-heap-leaks
Investigate `pnpm test` memory growth, Vitest worker OOMs, and suspicious RSS increases in OpenClaw using the `scripts/test-parallel.mjs` heap snapshot tooling. Use when Codex needs to reproduce test-lane memory growth, collect repeated `.heapsnapshot` files, compare snapshots from the same worker PID, distinguish transformed-module retention from real data leaks, and fix or reduce the impact by patching cleanup logic or isolating hotspot tests.
parallels-discord-roundtrip
Run the macOS Parallels smoke harness with Discord end-to-end roundtrip verification, including guest send, host verification, host reply, and guest readback.
Didn't find tool you were looking for?