# paperclip-create-plugin

> Claude/Codex skill by [@paperclipai](https://omgskills.com/library/paperclipai/index.md) · 80k stars · Updated 2026-08-31

Create and develop external Paperclip plugins with the CLI-first workflow. Use when scaffolding a plugin, iterating on a local plugin, installing it into Paperclip, or updating plugin authoring docs.

## Install

```sh
git clone https://github.com/paperclipai/paperclip /tmp/paperclip && ln -s /tmp/paperclip/.agents/skills/paperclip-create-plugin ~/.claude/skills/paperclip-create-plugin
```

## From README

Create and develop a Paperclip plugin Use this skill when the task is to create, scaffold, or iterate on a Paperclip plugin against a local Paperclip instance. Default: build the plugin OUTSIDE Paperclip core Plugins are their own packages. Unless the task explicitly asks for a bundled in-repo example, do not add plugin source under packages/plugins/ in this repo. Scaffold the plugin into a directory outside the Paperclip checkout (e.g. /dev/paperclip-plugins/ ). it into the running Paperclip instance by local absolute path. Edit code in the external package; let Paperclip pick up rebuilt output. Only edit Paperclip core itself when the user asks to surface a plugin as a bundled example (server/src/routes/plugins.ts, in-repo example lists, docs).

## Links

- HTML page: https://omgskills.com/skills/paperclipai/paperclip/paperclip-create-plugin/
- GitHub: https://github.com/paperclipai/paperclip
- Author: [@paperclipai](https://omgskills.com/library/paperclipai/index.md)

## More from this repo

- [paperclip](https://omgskills.com/skills/paperclipai/paperclip/paperclip/index.md) — Interact with the Paperclip control plane API for task coordination and governance.
   - [@paperclipai](https://omgskills.com/library/paperclipai/index.md) · 80k stars
- [paperclip-create-agent](https://omgskills.com/skills/paperclipai/paperclip/paperclip-create-agent/index.md) — Used to create new agents in Paperclip with governance-aware hiring.
   - [@paperclipai](https://omgskills.com/library/paperclipai/index.md) · 80k stars
- [para-memory-files](https://omgskills.com/skills/paperclipai/paperclip/para-memory-files/index.md) — Use a file-based PARA memory system to store, retrieve, and organize durable knowledge across sessions.
   - [@paperclipai](https://omgskills.com/library/paperclipai/index.md) · 80k stars
