agent-mode

Manage agent LLM modes with add, update, remove, list, and switch operations.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DevMewada1299/ClearBot --skill agent-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-mode
Source: https://github.com/DevMewada1299/ClearBot/tree/main/PhyAgentOS/skills/agent-mode
Command: npx skills add https://github.com/DevMewada1299/ClearBot --skill agent-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified tool for managing agent LLM modes (add, remove, update, list, switch) to streamline configuring and switching between models in dynamic AI workflows.

Core Features & Use Cases

  • List all available models with mode and description.
  • Switch to a specific mode using method switch.
  • Add new model configurations or update existing ones.
  • Remove unwanted model configurations.
  • Use cases: in a pipeline that needs to switch to coding mode for a developer task, or to common mode for general tasks.

Quick Start

Call the agent_mode tool with method switch and mode coding to switch to the coding model.

Frequently Asked Questions about agent-mode

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

FAQPage Schema
How do I switch between LLM models in an AI workflow?

You can switch LLM models by calling the unified tool with the switch method and specifying the desired mode, which automates configuration management and enables quick transitions between different models in dynamic AI workflows.

What is the best way to manage multiple agent model configurations?

The best way to manage multiple agent model configurations is using a unified tool that supports add, update, remove, list, and switch operations, providing standardized validation, defaults, and safe handling of missing inputs across development and production environments.

Can I add and remove LLM configurations during development testing?

Yes, you can add and remove LLM configurations during development testing by using the specific add and remove methods, which safely handle missing inputs and apply validation to update your active model configurations dynamically.

Does agent model switching work without external dependencies?

Agent model switching works without external dependencies, relying on a standardized interface that validates inputs and applies defaults to manage mode configurations natively across development, testing, and production workflows.

What parameters are needed to update an existing model configuration?

Updating an existing model configuration requires providing parameters including method, mode, model, and describe, which the system uses to validate inputs and apply changes safely across your development, testing, or production environments.