Skip to content

Latest commit

 

History

518 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paperclip Hub

The plugin directory for Paperclip.

Browse at cliphub.fyi.


What this repo is

The source for cliphub.fyi — a plugin directory for Paperclip. The hub itself has no docs and no API surface; it's a thin Next.js site that reads a registry of pointer files (registry/plugins/*.json), pulls each plugin's manifest from npm at PR/refresh time, and serves the result.

For Paperclip itself, see:

Submitting a plugin

The easiest path is the submission form — it pre-fills a GitHub PR for you. CI extracts the manifest from your published npm tarball, validates ownership against your npm maintainers list, and posts the resolved manifest as a PR comment.

If you'd rather open the PR by hand, add a pointer at registry/plugins/{your-package}.json:

{
  "$schema": "../schema.json",
  "npmPackage": "your-paperclip-plugin",
  "addedBy": "your-github-handle",
  "category": "tools"
}

Validation rules are enforced by .github/workflows/validate-plugin.yml.

Running locally

bun install
bun run registry:build-index   # builds public/plugins.json
bun dev

License

MIT — see LICENSE.

About

Plugin hub and marketplace for Paperclip — discover connectors, automations, and extensions for AI agent teams

Topics

Resources

Contributing

Security policy

Stars

15 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages