plugins

Manage installation, configuration, and lifecycle of Clodds platform plugins.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill plugins-alsk1992
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugins
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/plugins
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill plugins-alsk1992

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to manage, install, and control the lifecycle of plugins, enabling them to extend the core functionality of Clodds with custom features and integrations.

Core Features & Use Cases

  • Plugin Management: Install, uninstall, enable, disable, and update plugins from a registry or URL.
  • Command & Tool Integration: Plugins can register their own chat commands and tools, making them accessible through natural language.
  • Use Case: A user wants to add advanced charting capabilities to Clodds. They can search for and install an 'advanced-charts' plugin, which then becomes available through new /charts commands.

Quick Start

Use the plugins skill to list all installed plugins.

Frequently Asked Questions about plugins

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

FAQPage Schema
How do I install external plugins from a local path or URL?

To install external plugins, you can use the plugins skill to install them from a registry, URL, or local path. This manages the installation and lifecycle of plugins to extend the platform's core functionality.

How does command and tool integration work for installed extensions?

Command and tool integration works by allowing installed extensions to register their own chat commands and tools. These custom commands become accessible through natural language within the main application.

Can I enable, disable, and update plugins through the command line?

Yes, you can enable, disable, and update plugins through the command line. The plugin management system supports these lifecycle actions alongside viewing plugin information and uninstalling.

What is the best way to manage the lifecycle of custom platform extensions?

The best way to manage the lifecycle of custom platform extensions is using a dedicated management system. It handles installation, configuration, enabling, disabling, and updating from various sources.

Does the plugin management system support installing from a registry?

Yes, the plugin management system supports installing from a registry. It also accommodates installation via a URL or a local path to integrate custom commands and tools into the application.