uninstall-manifest-plugin

Solid

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).

AI & Automation 6,717 stars 402 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
83
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Uninstall Manifest Remove Manifest from OpenClaw -- both the model provider config and the plugin (if installed). Resets the default model to the best available provider. **Cloud users** (no plugin): This removes `models.providers.manifest` from the config and resets the default model. **Local users** (plugin installed): This also removes the plugin, auth profiles, and local data. ## Workflow ### 1. Run the uninstall script ```bash bash "${CLAUDE_SKILL_DIR}/scripts/uninstall_manifest.sh" ``` The script removes the provider config, plugin (if installed), auth profiles, and local data, then detects available providers and restarts the gateway. Use `--dry-run` to preview. ### 2. Set the default model Read the script output for `OUTPUT_PROVIDER` and `OUTPUT_MODEL` lines. If a provider was detected, update the primary model: ```bash jq --arg model "<OUTPUT_MODEL>" ' .agents.defaults.model.primary = $model ' ~/.openclaw/openclaw.json > /tmp/oc.json \ && mv /tmp/oc.json ~/.openclaw/openclaw.json ``` **Provider priority** (first match wins): | Provider | Env var | Default model | |----------|---------|---------------| | Anthropic | `ANTHROPIC_API_KEY` | `anthropic/claude-sonnet-4-6` | | OpenAI | `OPENAI_API_KEY` | `openai/gpt-4o` | | Google | `GOOGLE_API_KEY` or `GEMINI_API_KEY` | `google/gemini-2.5-pro` | | DeepSeek | `DEEPSEEK_API_KEY` | `deepseek/deepseek-r1` | | Groq | `GROQ_API_KEY` | `groq/llama-4-scout-17b` | If multiple exist, ask the user which to use as d...

Details

Author
mnfst
Repository
mnfst/manifest
Created
3 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

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.

6,717 Updated today
mnfst
AI & Automation Solid

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.

6,717 Updated today
mnfst
AI & Automation Solid

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.

6,717 Updated today
mnfst
AI & Automation Solid

manifest

Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys or endpoints, troubleshooting plugin connection issues, or verifying the observability pipeline is running.

27,705 Updated today
davila7
AI & Automation Featured

manifest

Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin.

39,350 Updated today
sickn33