Plugin Marketplace
Browse & install
In PATAPIM: Preferences → Local API → Marketplace. The default catalog is the official community index; you can add any other catalog repo or URL alongside it.
You can also install from a URL directly — paste a link to a plugin’s .tar.gz (any GitHub repo tarball works) and PATAPIM downloads, verifies and stages it.
Every plugin installs disabled: you review and approve its permissions (browser-extension style) before it can run.
The community index
The official catalog lives at github.com/G3dar/patapim-plugins — a marketplace.json listing community plugins. It’s the default entry in the app, and it’s open for submissions.
Publish your plugin
- Host your plugin in its own public repo with
plugin.jsonat the root. Minimal example: patapim-plugin-hello-world. - Open a PR adding an entry to
marketplace.jsonin the community index.
Guidelines: request the minimum permissions your plugin needs, don’t circumvent plan limits, and don’t imply official status. See the plugin terms.
Anyone can also install your plugin directly from your repo URL without the index — the marketplace is optional discovery, not a gatekeeper.