paperclip-create-plugin

Scaffold compliant Paperclip plugin packages with pre-configured manifest, worker, and UI entry points.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

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 Paperclip plugin without manual boilerplate?

Paperclip plugin scaffolding generates a complete package structure with pre-configured manifest, worker, and UI entry points using the official SDK. This eliminates manual boilerplate writing and prevents configuration errors.

What is a capability-gated worker API in Paperclip plugin development?

A capability-gated worker API is a runtime constraint in the Paperclip SDK that restricts specific worker functionalities based on permissions. Plugins must adhere to these constraints to ensure compliant operation within the AI orchestration platform.

How do I create a custom reporting plugin for the Paperclip AI orchestration platform?

Creating a custom reporting plugin for Paperclip requires setting up a compliant package structure to aggregate agent task data. Automated scaffolding handles the initial setup and validation to ensure correct runtime operation.

Does Paperclip plugin development support using ctx.assets?

No, Paperclip plugin development does not support using ctx.assets. The current Paperclip SDK runtime constraints explicitly restrict unsupported features like ctx.assets to maintain a self-contained trusted UI environment.

How do I configure TypeScript entry points for a Paperclip SDK plugin?

Configuring TypeScript entry points for a Paperclip SDK plugin requires setting up pre-configured manifest, worker, and UI files. Scaffolding tools apply these configurations automatically to adhere to current runtime constraints.

What are the limitations when building self-contained trusted UI code for Paperclip?

The main limitation when building self-contained trusted UI code for Paperclip is adhering to strict runtime constraints, including the restriction of unsupported features like ctx.assets. Compliance ensures the plugin functions correctly without breaking.