plugin-guide

Explain Clubhouse plugin SDK, manifest structure, and development workflow.

2|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Agent-Clubhouse/Clubhouse-Workshop --skill plugin-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-guide
Source: https://github.com/Agent-Clubhouse/Clubhouse-Workshop/tree/main/.claude/skills/plugin-guide
Command: npx skills add https://github.com/Agent-Clubhouse/Clubhouse-Workshop --skill plugin-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve questions about how Clubhouse plugins work and guide developers through the plugin API, manifest structure, activation lifecycle, and development workflow.

Core Features & Use Cases

  • Clear explanations of the plugin lifecycle: manifest validation, module loading, activation, UI rendering, and deactivation.
  • Quick references to the Plugin API, architecture, and common patterns with practical examples.
  • Practical usage scenarios for building, debugging, and extending Clubhouse plugins.

Quick Start

Ask for a hands-on walkthrough to build a minimal plugin and see a sample manifest and activation flow.

Frequently Asked Questions about plugin-guide

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

FAQPage Schema
How does the Clubhouse plugin lifecycle work?

The Clubhouse plugin lifecycle works through manifest validation, module loading, activation, UI rendering, and deactivation. This guide explains each stage to help developers understand how plugins initialize and render UI panels within the Workshop ecosystem.

How do I build a minimal Clubhouse plugin?

To build a minimal Clubhouse plugin, you ask this guide for a hands-on walkthrough. It provides a sample manifest and activation flow, demonstrating the core development workflow from module loading to UI rendering with practical examples.

What is a plugin manifest and how do I validate it?

A plugin manifest is the configuration file required for module loading and activation. This guide explains manifest validation, structure, and best practices to ensure your plugin aligns with official documentation before it enters the activation lifecycle.

Can I use the plugin SDK to render custom UI panels in the Workshop ecosystem?

Yes, the plugin SDK supports rendering custom UI panels within the Workshop ecosystem. This guide covers the UI rendering process during the activation lifecycle and provides concise examples of common development patterns for extending the interface.

What are common development scenarios for debugging Clubhouse plugins?

Common development scenarios for debugging Clubhouse plugins include tracing module loading failures, resolving manifest validation errors, and fixing UI rendering issues. This guide addresses these scenarios with practical examples and alignment to official best practices.