paperclip-create-plugin

Scaffold new Paperclip plugins using the alpha SDK and runtime conventions.

76.0k|14.2k|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/paperclipai/paperclip --skill paperclip-create-plugin-paperclipai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/paperclipai/paperclip/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/paperclipai/paperclip --skill paperclip-create-plugin-paperclipai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new Paperclip plugins, ensuring consistency and adherence to best practices from the start.

Core Features & Use Cases

  • Boilerplate Generation: Automatically creates the necessary files and directory structure for a new plugin.
  • SDK Integration: Configures the plugin to work with the current Paperclip SDK.
  • Use Case: When you need to develop a new feature for Paperclip that requires a custom plugin, use this Skill to quickly set up the project structure and initial files.

Quick Start

Use the paperclip-create-plugin skill to scaffold a new plugin named 'my-awesome-plugin' in the '/path/to/plugins' directory.

Frequently Asked Questions about paperclip-create-plugin

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

FAQPage Schema
How do I scaffold a new Paperclip plugin?

Scaffolding a new Paperclip plugin involves generating the necessary boilerplate files and directory structure configured for the current alpha SDK. This process ensures your new plugin package adheres to required worker, UI surface, and route conventions from the start.

What is the best way to create a Paperclip plugin boilerplate?

The best way to create Paperclip plugin boilerplate is using a dedicated scaffolding Skill that automatically applies runtime conventions and SDK configurations. This ensures consistent project structure and immediate compliance with worker and UI surface verification steps.

When do I need to use the Paperclip alpha SDK for plugin development?

You need to use the Paperclip alpha SDK when initiating new plugin packages that require worker or UI surfaces. The SDK provides the necessary runtime conventions and integration points for your custom plugin to function within the Paperclip ecosystem.

Does scaffolding a Paperclip plugin include route conventions and verification steps?

Yes, scaffolding a Paperclip plugin includes applying required route conventions and setting up verification steps. This ensures the newly generated plugin package meets the structural and runtime standards needed for the Paperclip ecosystem.

Can I add example plugins when generating a new Paperclip plugin package?

Yes, you can add example plugins during the Paperclip plugin scaffolding process. The Skill supports updating plugin authoring documentation and generating example structures alongside your new plugin package to guide development.