What problem does it solve?
Creating Paperclip plugins from scratch requires writing repetitive boilerplate code and adhering to strict runtime constraints, which is time-consuming and prone to configuration errors that break plugin functionality.
Core Features & Use Cases
- Automated Plugin Scaffolding: Generates a complete plugin package structure with pre-configured manifest, worker, and UI entry points using the official Paperclip SDK.
- Compliance Guidance: Provides clear rules for adhering to current runtime constraints, including capability-gated worker APIs, self-contained trusted UI, and restrictions on unsupported features like ctx.assets.
- Use Case: If you want to build a custom reporting plugin for Paperclip that aggregates agent task data into a dashboard, this skill handles all initial setup and validation to ensure your plugin works correctly with the Paperclip runtime.
Quick Start
Use this skill to scaffold a new compliant Paperclip plugin package with all required boilerplate and configuration for your custom AI agent workflow tool.