The GitHub repository has everything you need to make your own extensions. Feel free to submit a PR if you want to add an extension to the community collection.
Don't code? No problem. Use our AI Extension Builder to describe what you want, and we'll generate a prompt you can paste into ChatGPT, Claude, or any coding assistant.
https://www.youtube.com/watch?v=aPnYUDfjL_Y
Once you have the files for your extension:
:: and searching for your commandThe Extension Logs panel in the Extensions settings shows logs from your extensions. Turn on Enable Extension Logging and every console.log, console.warn, and console.error from your extension is captured (up to 500 entries), with a level filter to narrow down errors while you debug.
Antinote accepts two layouts:
extension.json (metadata) and index.js (code) — this format supports dependencies, preferences, declared API endpoints, and a dataScope declaration.js file dropped straight into the extensions folder