commit 7bdc833d6f0dc8d5ced13572684a334920bf2bc2 Author: Zhongwei Li Date: Fri Nov 28 15:16:36 2025 +0800 init diff --git a/local-apple-notes-cli.json b/local-apple-notes-cli.json new file mode 100644 index 0000000..62b955e --- /dev/null +++ b/local-apple-notes-cli.json @@ -0,0 +1,18 @@ +{ + "name": "local-apple-notes-cli", + "owner": { + "name": "Zhongwei Li", + "email": "zhongweili@tubitv.com" + }, + "plugins": [ + { + "name": "apple-notes-cli", + "description": "Apple Notes CLI Expert - Manage Apple Notes via command-line with agents for CRUD operations, organization, templates, and export workflows", + "source": { + "source": "url", + "url": "https://git.waymay.us/zhongwei/single-plugin.git" + }, + "strict": true + } + ] +}