From 7bdc833d6f0dc8d5ced13572684a334920bf2bc2 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Fri, 28 Nov 2025 15:16:36 +0800 Subject: [PATCH] init --- local-apple-notes-cli.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 local-apple-notes-cli.json 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 + } + ] +}