What problem does it solve?
This Skill removes the guesswork from creating OpenCowork custom extensions by guiding you through the correct folder structure, manifest rules, tool wiring, and validation steps.
Core Features & Use Cases
- Extension Scaffolding: Generate a valid OpenCowork V1 extension folder with the right manifest and optional runtime files.
- Template Selection: Choose the smallest workable template for a minimal JS tool, a declarative HTTP tool, or a UI-focused extension with a custom HTML renderer.
- Validation and Handoffs: Check that tool names, handlers, renderers, and network permissions are correctly defined before the extension is installed.
- Use Case: A developer wants to add a company search tool or a status dashboard inside OpenCowork and needs a reliable way to scaffold, customize, and ship the extension safely.
Quick Start
Ask the AI to create an OpenCowork custom extension for your use case, then customize the generated files and validate the folder before installing it in Settings -> Extensions.