paperclip-create-plugin

Scaffold new Paperclip plugins using the alpha SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The paperclip-create-plugin addresses the need for a streamlined process to create, scaffold, and document new Paperclip plugins, making it easier to build and maintain plugins for Paperclip.

Core Features & Use Cases

  • Plugin Scaffolding: Automatically generates the basic structure for new Paperclip plugins.
  • Documentation Guidance: Provides instructions and guidelines for authoring plugin documentation.
  • Use Case: For developers looking to quickly start a new Paperclip plugin, the plugin offers a template that can be expanded upon.

Quick Start

Generate 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 scaffold a new Paperclip plugin using the SDK?

To scaffold a Paperclip plugin, run the build command for the create-paperclip-plugin package and execute its compiled output script with your desired npm package name and target directory. This automatically generates the foundational plugin structure.

What is the best way to start Paperclip plugin development?

The best way to start Paperclip plugin development is using an automated scaffolding tool to generate the basic project structure. This provides a standardized template that includes initial documentation guidelines, which you can then expand upon.

Does the Paperclip plugin creation process require any specific dependencies?

The Paperclip plugin creation process requires no external dependencies to run the scaffold. It operates as a standalone script, though you will need pnpm installed to build the package before executing the generation command.

Can I generate Paperclip plugin documentation automatically?

Yes, you can generate Paperclip plugin documentation automatically. The scaffolding process includes documentation guidance, providing instructions and structural templates for authoring plugin docs alongside the initial project files.

Does the Paperclip plugin scaffolding tool support the alpha SDK?

The Paperclip plugin scaffolding tool explicitly supports the alpha SDK. It is designed to automate plugin creation specifically within this version, providing a compatible template structure for developers building new ecosystem extensions.

What limitations exist when creating Paperclip plugins with the alpha SDK?

A key limitation of creating Paperclip plugins with the alpha SDK is that the underlying SDK is still in development. The generated scaffold provides a basic template that may require manual adjustments as the SDK matures beyond its alpha state.