paperclip-create-plugin

Generate new Paperclip plugins with boilerplate code and documentation guidelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, node, and includes scripts (resource) components.

What problem does it solve?

The skill addresses the need for an efficient process to create new Paperclip plugins. It eliminates the complexities associated with manual setup and documentation creation, speeding up plugin development and onboarding.

Core Features & Use Cases

  • Efficient Plugin Development: Streamlines the creation and management of Paperclip plugins with the help of the current alpha SDK/runtime.
  • Automated Setup: Generates necessary boilerplate code to get started with a new plugin package.
  • Guided Documentation: Offers instructions and conventions for maintaining comprehensive documentation.
  • Use Case: Whether you're developing a plugin from scratch or need to update the plugin authoring guide, this skill provides the necessary steps to get up and running efficiently.

Quick Start

Build and initialize a new Paperclip plugin by running:

pnpm --filter @paperclipai/create-paperclip-plugin build && node packages/plugins/create-paperclip-plugin/dist/index.js <npm-package-name> --output <target-dir>

Frequently Asked Questions about paperclip-create-plugin

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

FAQPage Schema
How do I automate Paperclip plugin development from scratch?

Automating Paperclip plugin development involves generating boilerplate code through an alpha SDK. This skill provides automated setup and routing conventions to initialize a new plugin package efficiently using Node.js.

What is the best way to set up a new Paperclip plugin package?

Setting up a new Paperclip plugin package requires using the create-paperclip-plugin script. It generates necessary boilerplate code, worker/UI setup guidelines, and documentation conventions to streamline onboarding.

Do I need Node.js to build and run Paperclip plugins?

Yes, Node.js is required to build and run Paperclip plugins. You must execute the plugin build script and initialize the package within a Node.js environment using npm or pnpm.

Can I use a local SDK package for Paperclip plugin generation?

Yes, Paperclip plugin generation supports local SDK packages. The skill utilizes the current alpha SDK runtime to establish routing conventions and worker/UI configurations during automated setup.

What conventions are provided when creating a Paperclip plugin?

Creating a Paperclip plugin provides specific routing conventions, worker/UI setup instructions, and documentation guidelines. These conventions ensure comprehensive plugin maintenance and standardized development.