Plugins

Community plugins built with ap-sdk. Install from GitHub or npm, and tag your repo ap-sdk-plugin to get listed.

npx ap-sdk install owner/repo

New here? Read installing plugins.

No plugins tagged yet

Be the first: tag your repo with ap-sdk-plugin or publish an npm package with that keyword.

Get listed

On GitHub

  1. Keep a plugin.ts that passes npx ap-sdk check.
  2. Add the ap-sdk-plugin topic in About → Topics.
  3. Your repo appears here within the hour.

On npm

  1. Add ap-sdk-plugin to package.json keywords.
  2. Publish the package.
  3. Users can install with npx ap-sdk install npm:<package>.

The template repo from the distribution spike should include the topic by default once it exists.