uninstall-manifest-plugin

Uninstall the Manifest plugin from OpenClaw and reset to a local model provider.

7.4k|494|Updated Sep 27, 2022
One-click install
npx skills add https://github.com/mnfst/manifest --skill uninstall-manifest-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall-manifest-plugin
Source: https://github.com/mnfst/manifest/tree/main/skills/uninstall-manifest-plugin
Command: npx skills add https://github.com/mnfst/manifest --skill uninstall-manifest-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to easily uninstall the Manifest plugin from OpenClaw, reverting their setup to a default local model provider and cleaning up associated configurations and data.

Core Features & Use Cases

  • Plugin Removal: Uninstalls the Manifest plugin and its associated extension files.
  • Configuration Reset: Cleans up Manifest-specific entries in the OpenClaw configuration file (openclaw.json).
  • Auth Profile Cleanup: Removes Manifest-related authentication profiles from agent configurations.
  • Local Data Removal: Deletes any locally stored Manifest data.
  • Default Model Detection: Automatically detects and suggests a default model based on installed API keys or providers.
  • Gateway Restart: Restarts the OpenClaw gateway to apply changes.

Quick Start

Run the uninstall script to remove the Manifest plugin and reset OpenClaw to a local model.

Frequently Asked Questions about uninstall-manifest-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I uninstall the Manifest plugin from OpenClaw?

To uninstall the Manifest plugin from OpenClaw, execute the provided bash script which removes the extension files, deletes local data, cleans up authentication profiles, and reverts configurations to a local model provider. The script automatically restarts the gateway to apply the changes.

What happens to my configuration when I remove the Manifest observability plugin?

Removing the Manifest observability plugin cleans up Manifest-specific entries in the `openclaw.json` configuration file, deletes associated authentication profiles from agent configurations, and removes locally stored data. It then restarts the OpenClaw gateway to apply all configuration changes.

How do I reset OpenClaw to use a local model provider after removing Manifest?

Resetting OpenClaw to a local model provider happens automatically during the Manifest plugin uninstallation. The process detects installed API keys to suggest and set the best available default model, updating the configuration file accordingly.

Do I need to manually restart the OpenClaw gateway after cleaning up Manifest auth profiles?

No, you do not need to manually restart the OpenClaw gateway after cleaning up Manifest auth profiles. The uninstallation script automatically restarts the gateway to apply the configuration changes and revert to a local model provider.

Does the Manifest plugin cleanup script delete local data and API keys?

The Manifest plugin cleanup script deletes locally stored Manifest data and removes Manifest-related authentication profiles. However, it detects your remaining installed API keys to automatically set the best available model as the default provider.