From 2e14fd1ab59c0559e04492ececcb91cee4d858e6 Mon Sep 17 00:00:00 2001 From: Jason Douglas Date: Sun, 15 Mar 2026 22:54:27 -0700 Subject: [PATCH 1/2] Add latest batch of plugins --- .agents/plugins/marketplace.json | 133 ++++++++++++++++++ plugins/ai-wisebase/.app.json | 7 + plugins/ai-wisebase/.codex-plugin/plugin.json | 27 ++++ plugins/assessment-generator/.app.json | 7 + .../.codex-plugin/plugin.json | 27 ++++ plugins/base44/.app.json | 7 + plugins/base44/.codex-plugin/plugin.json | 27 ++++ plugins/box/.app.json | 7 + plugins/box/.codex-plugin/plugin.json | 24 ++++ plugins/datadog/.app.json | 7 + plugins/datadog/.codex-plugin/plugin.json | 24 ++++ plugins/demandbase/.app.json | 7 + plugins/demandbase/.codex-plugin/plugin.json | 27 ++++ plugins/dropbox/.app.json | 7 + plugins/dropbox/.codex-plugin/plugin.json | 24 ++++ plugins/github/.app.json | 7 + plugins/github/.codex-plugin/plugin.json | 24 ++++ plugins/google-drive/.app.json | 7 + .../google-drive/.codex-plugin/plugin.json | 24 ++++ plugins/hubspot-legacy/.app.json | 7 + .../hubspot-legacy/.codex-plugin/plugin.json | 24 ++++ plugins/linear-2/.app.json | 7 + plugins/linear-2/.codex-plugin/plugin.json | 24 ++++ plugins/miro/.app.json | 7 + plugins/miro/.codex-plugin/plugin.json | 27 ++++ plugins/neptune-flood/.app.json | 7 + .../neptune-flood/.codex-plugin/plugin.json | 27 ++++ plugins/notion/.app.json | 7 + plugins/notion/.codex-plugin/plugin.json | 24 ++++ plugins/sendgrid/.app.json | 7 + plugins/sendgrid/.codex-plugin/plugin.json | 24 ++++ plugins/sider-recorder-transcriber/.app.json | 7 + .../.codex-plugin/plugin.json | 27 ++++ plugins/sider-scholar/.app.json | 7 + .../sider-scholar/.codex-plugin/plugin.json | 27 ++++ plugins/skywatch/.app.json | 7 + plugins/skywatch/.codex-plugin/plugin.json | 27 ++++ plugins/slack-legacy/.app.json | 7 + .../slack-legacy/.codex-plugin/plugin.json | 24 ++++ 39 files changed, 749 insertions(+) create mode 100644 plugins/ai-wisebase/.app.json create mode 100644 plugins/ai-wisebase/.codex-plugin/plugin.json create mode 100644 plugins/assessment-generator/.app.json create mode 100644 plugins/assessment-generator/.codex-plugin/plugin.json create mode 100644 plugins/base44/.app.json create mode 100644 plugins/base44/.codex-plugin/plugin.json create mode 100644 plugins/box/.app.json create mode 100644 plugins/box/.codex-plugin/plugin.json create mode 100644 plugins/datadog/.app.json create mode 100644 plugins/datadog/.codex-plugin/plugin.json create mode 100644 plugins/demandbase/.app.json create mode 100644 plugins/demandbase/.codex-plugin/plugin.json create mode 100644 plugins/dropbox/.app.json create mode 100644 plugins/dropbox/.codex-plugin/plugin.json create mode 100644 plugins/github/.app.json create mode 100644 plugins/github/.codex-plugin/plugin.json create mode 100644 plugins/google-drive/.app.json create mode 100644 plugins/google-drive/.codex-plugin/plugin.json create mode 100644 plugins/hubspot-legacy/.app.json create mode 100644 plugins/hubspot-legacy/.codex-plugin/plugin.json create mode 100644 plugins/linear-2/.app.json create mode 100644 plugins/linear-2/.codex-plugin/plugin.json create mode 100644 plugins/miro/.app.json create mode 100644 plugins/miro/.codex-plugin/plugin.json create mode 100644 plugins/neptune-flood/.app.json create mode 100644 plugins/neptune-flood/.codex-plugin/plugin.json create mode 100644 plugins/notion/.app.json create mode 100644 plugins/notion/.codex-plugin/plugin.json create mode 100644 plugins/sendgrid/.app.json create mode 100644 plugins/sendgrid/.codex-plugin/plugin.json create mode 100644 plugins/sider-recorder-transcriber/.app.json create mode 100644 plugins/sider-recorder-transcriber/.codex-plugin/plugin.json create mode 100644 plugins/sider-scholar/.app.json create mode 100644 plugins/sider-scholar/.codex-plugin/plugin.json create mode 100644 plugins/skywatch/.app.json create mode 100644 plugins/skywatch/.codex-plugin/plugin.json create mode 100644 plugins/slack-legacy/.app.json create mode 100644 plugins/slack-legacy/.codex-plugin/plugin.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 084e8688..7f487f97 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -2160,6 +2160,139 @@ "installPolicy": "AVAILABLE", "authPolicy": "ON_INSTALL", "category": "Coding" + }, + { + "name": "ai-wisebase", + "source": { + "source": "local", + "path": "./plugins/ai-wisebase" + } + }, + { + "name": "assessment-generator", + "source": { + "source": "local", + "path": "./plugins/assessment-generator" + } + }, + { + "name": "base44", + "source": { + "source": "local", + "path": "./plugins/base44" + } + }, + { + "name": "box", + "source": { + "source": "local", + "path": "./plugins/box" + } + }, + { + "name": "datadog", + "source": { + "source": "local", + "path": "./plugins/datadog" + } + }, + { + "name": "demandbase", + "source": { + "source": "local", + "path": "./plugins/demandbase" + } + }, + { + "name": "dropbox", + "source": { + "source": "local", + "path": "./plugins/dropbox" + } + }, + { + "name": "github", + "source": { + "source": "local", + "path": "./plugins/github" + } + }, + { + "name": "google-drive", + "source": { + "source": "local", + "path": "./plugins/google-drive" + } + }, + { + "name": "hubspot-legacy", + "source": { + "source": "local", + "path": "./plugins/hubspot-legacy" + } + }, + { + "name": "linear-2", + "source": { + "source": "local", + "path": "./plugins/linear-2" + } + }, + { + "name": "miro", + "source": { + "source": "local", + "path": "./plugins/miro" + } + }, + { + "name": "neptune-flood", + "source": { + "source": "local", + "path": "./plugins/neptune-flood" + } + }, + { + "name": "notion", + "source": { + "source": "local", + "path": "./plugins/notion" + } + }, + { + "name": "sendgrid", + "source": { + "source": "local", + "path": "./plugins/sendgrid" + } + }, + { + "name": "sider-recorder-transcriber", + "source": { + "source": "local", + "path": "./plugins/sider-recorder-transcriber" + } + }, + { + "name": "sider-scholar", + "source": { + "source": "local", + "path": "./plugins/sider-scholar" + } + }, + { + "name": "skywatch", + "source": { + "source": "local", + "path": "./plugins/skywatch" + } + }, + { + "name": "slack-legacy", + "source": { + "source": "local", + "path": "./plugins/slack-legacy" + } } ] } diff --git a/plugins/ai-wisebase/.app.json b/plugins/ai-wisebase/.app.json new file mode 100644 index 00000000..730b16b3 --- /dev/null +++ b/plugins/ai-wisebase/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "ai-wisebase": { + "id": "asdk_app_6948b1ccbef881919744614875f97c3f" + } + } +} diff --git a/plugins/ai-wisebase/.codex-plugin/plugin.json b/plugins/ai-wisebase/.codex-plugin/plugin.json new file mode 100644 index 00000000..e88bd76b --- /dev/null +++ b/plugins/ai-wisebase/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "ai-wisebase", + "version": "1.0.0", + "description": "Chat with Your Knowledge Base", + "author": { + "name": "Sider AI", + "url": "https://sider.ai/wisebase" + }, + "homepage": "https://sider.ai/wisebase", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "AI Wisebase", + "shortDescription": "Chat with Your Knowledge Base", + "longDescription": "A Simple Way to Chat with Your Own Information.\n\nAI Wisebase is your personal knowledge base. It allows you to use your saved files and chat history directly within ChatGPT to generate responses grounded in your own data.\n\n1. Organize Your Files and Chats\nSave Chat History: Save important ChatGPT chats as editable documents for future reference.\n\nUpload Files: Add your personal files to your knowledge base to build your private library.\n\nEasy Access: View and access your uploaded files and saved chats in one simple list.\n\n2. Chat with Your Knowledge Base\nGrounded Answers: Ask questions and get responses based on your saved data, complete with references to the source content. This helps ChatGPT write reports or summarize topics that matter to you.\n\n3. Specialized Tools for Learning\nVideo Explanations: Transform concepts into easy-to-follow animations or video summaries.\n\nKnowledge Graphs: Generate interactive knowledge graphs to visualize and explore your saved files and chats.\n\nStudy Aids: Turn your saved chats and files into flashcards or quizzes for review.\n\nDocument Translation: Translate PDF files and view original and translated text side-by-side.\n\nHow to Use:\nConnect: Link AI Wisebase to your ChatGPT account.\n\nAdd Data: Upload your files or save chat history directly.\n\nTrigger: Type @AI Wisebase followed by your request.\n\nSample Prompts:\nSave History: \"@AI Wisebase Save this discussion as a document.\"\n\nKnowledge Base: \"@AI Wisebase Draft a report using my knowledge base.\"\n\nKnowledge Graph: \"@AI Wisebase Generate an interactive knowledge graph for my files.\"\n\nVideo Learning: \"@AI Wisebase Create a video explaining this concept.\"\n\nQuiz/Flashcards: \"@AI Wisebase Create flashcards from my saved chats.\"\n\nTranslate: \"@AI Wisebase Translate this PDF into English.\"", + "developerName": "Sider AI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://sider.ai/wisebase", + "privacyPolicyURL": "https://sider.ai/policies/privacy", + "termsOfServiceURL": "https://sider.ai/policies/terms", + "defaultPrompt": "@AI Wisebase Draft a report on AI Trends using my knowledge base.", + "screenshots": [] + } +} diff --git a/plugins/assessment-generator/.app.json b/plugins/assessment-generator/.app.json new file mode 100644 index 00000000..6831fd1e --- /dev/null +++ b/plugins/assessment-generator/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "assessment-generator": { + "id": "asdk_app_69625c96e1f08191a60ff1ac06800a31" + } + } +} diff --git a/plugins/assessment-generator/.codex-plugin/plugin.json b/plugins/assessment-generator/.codex-plugin/plugin.json new file mode 100644 index 00000000..9ed927a9 --- /dev/null +++ b/plugins/assessment-generator/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "assessment-generator", + "version": "1.0.0", + "description": "Create quizzes and assessments", + "author": { + "name": "Colossyan Inc", + "url": "https://www.colossyan.com/" + }, + "homepage": "https://www.colossyan.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Assessment Generator", + "shortDescription": "Create quizzes and assessments", + "longDescription": "Assessment Generator is an AI-powered tool built for instructional designers who want to create high-quality assessments with speed and confidence. With minimal input and no complex setup, it turns source content (such as pasted text, files, or conversation context) into structured, high-quality assessment questions.\n\nThe app guides users through a single, focused interaction: choose what to assess, select question types and difficulty, and instantly receive a clean, editable set of assessment items. The outputs are presented in a document-like format with copy-ready questions, simple inline editing, and one clear next step: download as a PDF or continue building in Colossyan.\n\nSupported assessment types\n* Multiple Choice (MCQ) - One or more correct answers from a list of options.\n* Single Choice - Exactly one correct answer from multiple options.\n* True / False - Binary statements evaluated as true or false.", + "developerName": "Colossyan Inc", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.colossyan.com/", + "privacyPolicyURL": "https://www.colossyan.com/privacy", + "termsOfServiceURL": "https://www.colossyan.com/terms", + "defaultPrompt": "@Assessment Generator App create a quiz about workplace harassment", + "screenshots": [] + } +} diff --git a/plugins/base44/.app.json b/plugins/base44/.app.json new file mode 100644 index 00000000..bb07d0b1 --- /dev/null +++ b/plugins/base44/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "base44": { + "id": "asdk_app_6952514760dc8191ab148f77c5794d46" + } + } +} diff --git a/plugins/base44/.codex-plugin/plugin.json b/plugins/base44/.codex-plugin/plugin.json new file mode 100644 index 00000000..8490a80c --- /dev/null +++ b/plugins/base44/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "base44", + "version": "2.0.0", + "description": "Base44: Build Apps with AI", + "author": { + "name": "Base44", + "url": "https://base44.com/" + }, + "homepage": "https://base44.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Base44", + "shortDescription": "Base44: Build Apps with AI", + "longDescription": "Build fully functional apps and websites with AI in minutes. No code, just your words.\nBase44 turns a single sentence into a real product. Describe what you want and watch it get built in minutes. Edit, design, and add features from chat, connect tools in one click, add smart agents, schedule tasks on autopilot, and track analytics\nIf you can describe it, you can build it with Base44.", + "developerName": "Base44", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://base44.com/", + "privacyPolicyURL": "https://base44.com/privacy-policy", + "termsOfServiceURL": "https://base44.com/terms-of-service", + "defaultPrompt": "@base44 build a personal finance dashboard with income tracking & projecti", + "screenshots": [] + } +} diff --git a/plugins/box/.app.json b/plugins/box/.app.json new file mode 100644 index 00000000..b5625c4b --- /dev/null +++ b/plugins/box/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "box": { + "id": "connector_2fc94c70cbb74b7caa6d07bf7231202e" + } + } +} diff --git a/plugins/box/.codex-plugin/plugin.json b/plugins/box/.codex-plugin/plugin.json new file mode 100644 index 00000000..faf485f6 --- /dev/null +++ b/plugins/box/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "box", + "description": "Search and reference your documents", + "author": { + "name": "OpenAI", + "url": "https://www.box.com/home" + }, + "homepage": "https://www.box.com/home", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Box", + "shortDescription": "Search and reference your documents", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.box.com/home", + "privacyPolicyURL": "https://www.box.com/legal/privacypolicy", + "defaultPrompt": "Use Box to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/datadog/.app.json b/plugins/datadog/.app.json new file mode 100644 index 00000000..d0528b38 --- /dev/null +++ b/plugins/datadog/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "datadog": { + "id": "connector_fcead6f527b44ea791d57da2a6022f18" + } + } +} diff --git a/plugins/datadog/.codex-plugin/plugin.json b/plugins/datadog/.codex-plugin/plugin.json new file mode 100644 index 00000000..8bcf1d1d --- /dev/null +++ b/plugins/datadog/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "datadog", + "description": "Connector exposing common Datadog REST API endpoints useful in on-call workflows", + "author": { + "name": "OpenAI", + "url": "https://www.datadoghq.com/" + }, + "homepage": "https://www.datadoghq.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Datadog", + "shortDescription": "Connector exposing common Datadog REST API endpoints useful in on-call workflows", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.datadoghq.com/", + "privacyPolicyURL": "https://www.datadoghq.com/legal/privacy/", + "defaultPrompt": "Use Datadog to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/demandbase/.app.json b/plugins/demandbase/.app.json new file mode 100644 index 00000000..b2b662af --- /dev/null +++ b/plugins/demandbase/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "demandbase": { + "id": "asdk_app_698ebfa1aadc81918b3bb13ae2118af0" + } + } +} diff --git a/plugins/demandbase/.codex-plugin/plugin.json b/plugins/demandbase/.codex-plugin/plugin.json new file mode 100644 index 00000000..3e8a4805 --- /dev/null +++ b/plugins/demandbase/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "demandbase", + "version": "1.0.0", + "description": "B2B Intelligence for GTM", + "author": { + "name": "Demandbase Inc", + "url": "www.demandbase.com" + }, + "homepage": "www.demandbase.com", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Demandbase", + "shortDescription": "B2B Intelligence for GTM", + "longDescription": "Demandbase integration with ChatGPT gives sales, marketing, and GTM teams seamless access to rich B2B data directly inside ChatGPT for easier account targeting and engagement.\n\nThis app connects ChatGPT to Demandbase via a secure MCP connection, letting you access both first and third party data:\nThird-Party Data (3P): Search and retrieve industry-leading company and contact data from Demandbase, including firmographics, technographics, family tree, company news, and leadership profiles.\n\nFirst-Party Data (1P): Securely access your own Demandbase 1P data such as known accounts, contacts, CRM entities, engagement, and in-pipeline opportunities\n\nWhat you can do:\nSearch companies by name, location, size, revenue, or industry\nDiscover decision-makers and influencers by role or job level\nFetch full company profiles including recent news and competitors\nTap into 1P signals like engagement, MQA status, or activity\n\nWho it’s for:\nSales reps looking for fast answers about a target account in real time\nMarketers enriching leads or refining personas\nRevOps and Enablement teams embedding intelligence into workflows\nAI product teams creating agent workflows\n\n\nNote: This requires Demandbase licences, please contact PartnerSupport@demandbase.com.", + "developerName": "Demandbase Inc", + "category": "Productivity", + "capabilities": [], + "websiteURL": "www.demandbase.com", + "privacyPolicyURL": "http://demandbase.com/privacy/", + "termsOfServiceURL": "https://www.demandbase.com/terms-of-use/", + "defaultPrompt": "@Demandbase Give me a list of top 10 VP contacts at Demandbase", + "screenshots": [] + } +} diff --git a/plugins/dropbox/.app.json b/plugins/dropbox/.app.json new file mode 100644 index 00000000..62d03e94 --- /dev/null +++ b/plugins/dropbox/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "dropbox": { + "id": "connector_14e85e16800b4e53bc6246019a83a307" + } + } +} diff --git a/plugins/dropbox/.codex-plugin/plugin.json b/plugins/dropbox/.codex-plugin/plugin.json new file mode 100644 index 00000000..9f9a595f --- /dev/null +++ b/plugins/dropbox/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "dropbox", + "description": "Find and access your stored files.", + "author": { + "name": "OpenAI", + "url": "https://www.dropbox.com/" + }, + "homepage": "https://www.dropbox.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Dropbox", + "shortDescription": "Find and access your stored files.", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.dropbox.com/", + "privacyPolicyURL": "https://www.dropbox.com/privacy", + "defaultPrompt": "Use Dropbox to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/github/.app.json b/plugins/github/.app.json new file mode 100644 index 00000000..8775b97b --- /dev/null +++ b/plugins/github/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "github": { + "id": "connector_76869538009648d5b282a4bb21c3d157" + } + } +} diff --git a/plugins/github/.codex-plugin/plugin.json b/plugins/github/.codex-plugin/plugin.json new file mode 100644 index 00000000..be8b2ced --- /dev/null +++ b/plugins/github/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "github", + "description": "Access repositories, issues, and pull requests. Required for some features such as Codex", + "author": { + "name": "OpenAI", + "url": "https://github.com/" + }, + "homepage": "https://github.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "GitHub", + "shortDescription": "Access repositories, issues, and pull requests. Required for some features such as Codex", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://github.com/", + "privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement", + "defaultPrompt": "Use GitHub to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/google-drive/.app.json b/plugins/google-drive/.app.json new file mode 100644 index 00000000..84293ce9 --- /dev/null +++ b/plugins/google-drive/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "google-drive": { + "id": "connector_5f3c8c41a1e54ad7a76272c89e2554fa" + } + } +} diff --git a/plugins/google-drive/.codex-plugin/plugin.json b/plugins/google-drive/.codex-plugin/plugin.json new file mode 100644 index 00000000..394a62bd --- /dev/null +++ b/plugins/google-drive/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "google-drive", + "description": "Search and reference files from your Drive.", + "author": { + "name": "OpenAI", + "url": "https://www.google.com/" + }, + "homepage": "https://www.google.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Google Drive", + "shortDescription": "Search and reference files from your Drive.", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.google.com/", + "privacyPolicyURL": "https://policies.google.com/privacy", + "defaultPrompt": "Use Google Drive to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/hubspot-legacy/.app.json b/plugins/hubspot-legacy/.app.json new file mode 100644 index 00000000..5b7b45dd --- /dev/null +++ b/plugins/hubspot-legacy/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "hubspot-legacy": { + "id": "connector_2a3c0c472f6f4238b47d41acfb317307" + } + } +} diff --git a/plugins/hubspot-legacy/.codex-plugin/plugin.json b/plugins/hubspot-legacy/.codex-plugin/plugin.json new file mode 100644 index 00000000..a0d3da3d --- /dev/null +++ b/plugins/hubspot-legacy/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "hubspot-legacy", + "description": "Analyze CRM data and surface insights", + "author": { + "name": "HubSpot", + "url": "https://www.hubspot.com/ai-tools/openai-connector" + }, + "homepage": "https://www.hubspot.com/ai-tools/openai-connector", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "HubSpot (Legacy)", + "shortDescription": "Analyze CRM data and surface insights", + "developerName": "HubSpot", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.hubspot.com/ai-tools/openai-connector", + "privacyPolicyURL": "https://legal.hubspot.com/privacy-policy", + "defaultPrompt": "@HubSpot find where prospects drop off most frequently in my marketing funnel", + "screenshots": [] + } +} diff --git a/plugins/linear-2/.app.json b/plugins/linear-2/.app.json new file mode 100644 index 00000000..b19d08ac --- /dev/null +++ b/plugins/linear-2/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "linear-2": { + "id": "connector_686fad9b54914a35b75be6d06a0f6f31" + } + } +} diff --git a/plugins/linear-2/.codex-plugin/plugin.json b/plugins/linear-2/.codex-plugin/plugin.json new file mode 100644 index 00000000..4593996b --- /dev/null +++ b/plugins/linear-2/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "linear-2", + "description": "Find and reference issues and projects.", + "author": { + "name": "OpenAI", + "url": "https://linear.app/" + }, + "homepage": "https://linear.app/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Linear", + "shortDescription": "Find and reference issues and projects.", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://linear.app/", + "privacyPolicyURL": "https://linear.app/privacy", + "defaultPrompt": "Use Linear to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/miro/.app.json b/plugins/miro/.app.json new file mode 100644 index 00000000..06c4bb3b --- /dev/null +++ b/plugins/miro/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "miro": { + "id": "asdk_app_6996d3b062cc81919ee6ff3f2e7a7838" + } + } +} diff --git a/plugins/miro/.codex-plugin/plugin.json b/plugins/miro/.codex-plugin/plugin.json new file mode 100644 index 00000000..7a0ccdc9 --- /dev/null +++ b/plugins/miro/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "miro", + "version": "1.0.0", + "description": "Visualize and structure ideas", + "author": { + "name": "Miro", + "url": "https://miro.com" + }, + "homepage": "https://miro.com", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Miro", + "shortDescription": "Visualize and structure ideas", + "longDescription": "Turn your ideas into powerful visuals and kick-off real collaboration with your team, right from the chat. Transform any conversation into a visual diagram, roadmap, user stories, wireframes, timelines and more. Whether you are mapping out systems, prioritizing a backlog, or outlining a delivery plan, use Miro as a space to build on ideas, share context, and speed up delivery with your team. Just describe what you need, and Miro creates a collaborative space your team can build on—free to use, built for how teams actually work.", + "developerName": "Miro", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://miro.com", + "privacyPolicyURL": "https://miro.com/legal/privacy-policy/", + "termsOfServiceURL": "https://miro.com/legal/terms-of-service/", + "defaultPrompt": "@Miro turn this product spec into an architecture diagram.", + "screenshots": [] + } +} diff --git a/plugins/neptune-flood/.app.json b/plugins/neptune-flood/.app.json new file mode 100644 index 00000000..6c928f96 --- /dev/null +++ b/plugins/neptune-flood/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "neptune-flood": { + "id": "asdk_app_698a981ccac4819199bff1ccaa7ec405" + } + } +} diff --git a/plugins/neptune-flood/.codex-plugin/plugin.json b/plugins/neptune-flood/.codex-plugin/plugin.json new file mode 100644 index 00000000..df11769b --- /dev/null +++ b/plugins/neptune-flood/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "neptune-flood", + "version": "1.0.0", + "description": "Quote Flood Insurance", + "author": { + "name": "Neptune Flood, Inc.", + "url": "neptuneflood.com" + }, + "homepage": "neptuneflood.com", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Neptune Flood", + "shortDescription": "Quote Flood Insurance", + "longDescription": "Flooding is one of the most common and costly natural risks in the United States, yet getting a flood insurance quote has often been confusing and time consuming.\n\nThis app connects ChatGPT directly to Neptune Flood’s quoting system, allowing you to quickly retrieve real time flood insurance quote information for a specific property. Receive flood insurance pricing information within the ChatGPT conversation in seconds.\n\nThe goal is simple: make accessing flood insurance quotes faster, clearer, and easier.\nThis app provides quote information only. It does not offer advice, recommend coverage amounts, or make coverage decisions.\n\nImportant Information\n\nChatGPT is not an insurance agent, broker, or representative of Neptune Flood. The information presented is based on the details provided at the time of the quote request. This quote does not constitute a binder of coverage, an offer to insure, or a guarantee of coverage. Coverage is subject to underwriting review, eligibility requirements, policy terms, conditions, exclusions, and applicable state regulations.\n\nIf you have questions about coverage, limits, deductibles, or whether this policy is appropriate for your needs, please consult a Neptune agent or other insurance professional.\n\nQuotes are valid for sixty (60) days from the date generated, unless otherwise indicated. Pricing, eligibility, and terms are subject to change.\n\nNeptune Flood is not responsible for any reliance placed on information interpreted, summarized, or communicated by third party AI systems.", + "developerName": "Neptune Flood, Inc.", + "category": "Productivity", + "capabilities": [], + "websiteURL": "neptuneflood.com", + "privacyPolicyURL": "https://neptuneflood.com/privacy-policy-2026", + "termsOfServiceURL": "https://neptuneflood.com/terms-of-service", + "defaultPrompt": "How much is flood insurance at 400 6th St S, St Petersburg, FL 33701?", + "screenshots": [] + } +} diff --git a/plugins/notion/.app.json b/plugins/notion/.app.json new file mode 100644 index 00000000..ccf2d71c --- /dev/null +++ b/plugins/notion/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "notion": { + "id": "connector_37316be7febe4224b3d31465bae4dbd7" + } + } +} diff --git a/plugins/notion/.codex-plugin/plugin.json b/plugins/notion/.codex-plugin/plugin.json new file mode 100644 index 00000000..a3e7d7c2 --- /dev/null +++ b/plugins/notion/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "notion", + "description": "Search and reference your Notion pages", + "author": { + "name": "Notion", + "url": "https://www.notion.so/" + }, + "homepage": "https://www.notion.so/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Notion", + "shortDescription": "Search and reference your Notion pages", + "developerName": "Notion", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://www.notion.so/", + "privacyPolicyURL": "https://www.notion.com/help/privacy", + "defaultPrompt": "Use Notion to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/sendgrid/.app.json b/plugins/sendgrid/.app.json new file mode 100644 index 00000000..e66c393e --- /dev/null +++ b/plugins/sendgrid/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "sendgrid": { + "id": "connector_554ce9f9020d36085149b4f48f4032b3" + } + } +} diff --git a/plugins/sendgrid/.codex-plugin/plugin.json b/plugins/sendgrid/.codex-plugin/plugin.json new file mode 100644 index 00000000..08056926 --- /dev/null +++ b/plugins/sendgrid/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "sendgrid", + "description": "Connector for interacting with the SendGrid email API.", + "author": { + "name": "OpenAI", + "url": "https://sendgrid.com/" + }, + "homepage": "https://sendgrid.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "SendGrid", + "shortDescription": "Connector for interacting with the SendGrid email API.", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://sendgrid.com/", + "privacyPolicyURL": "https://www.twilio.com/legal/privacy", + "defaultPrompt": "Use SendGrid to help with this task.", + "screenshots": [] + } +} diff --git a/plugins/sider-recorder-transcriber/.app.json b/plugins/sider-recorder-transcriber/.app.json new file mode 100644 index 00000000..2253bdde --- /dev/null +++ b/plugins/sider-recorder-transcriber/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "sider-recorder-transcriber": { + "id": "asdk_app_6969943d2eec8191bb90275500e9d5bb" + } + } +} diff --git a/plugins/sider-recorder-transcriber/.codex-plugin/plugin.json b/plugins/sider-recorder-transcriber/.codex-plugin/plugin.json new file mode 100644 index 00000000..87961b15 --- /dev/null +++ b/plugins/sider-recorder-transcriber/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "sider-recorder-transcriber", + "version": "1.0.0", + "description": "Record, Transcribe, Summarize", + "author": { + "name": "Sider AI", + "url": "https://sider.ai/rec-note" + }, + "homepage": "https://sider.ai/rec-note", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Sider Recorder & Transcriber", + "shortDescription": "Record, Transcribe, Summarize", + "longDescription": "Sider Recorder & Transcriber supports audio recording and transforms spoken content into text and organized summaries.\n\n1. Voice Recorder: Capture & Import\nRecord Audio: Capture voice recordings directly or upload existing files for processing.\n\n2. Speech to Text: Transcribe\nDetailed Transcripts: Convert recordings into timestamped transcripts.\n\n3. Smart Summarizer: Get Key Insights\nOrganized Summaries: Distill recordings into organized summaries to identify main points.\nSide-by-Side View: Review the transcript and summary together to capture insights without re-listening.\n\nIdeal Use Cases:\nCapturing meeting summaries, turning class recordings into study guides, and assisting with language learning progress.\n\nHow to Use in ChatGPT\n- Connect App: Connect Sider Recorder & Transcriber to ChatGPT.\n- Trigger: Type @Sider Recorder & Transcriber.\n- Sample Prompts: \"@Sider Recorder & Transcriber Open recorder\"", + "developerName": "Sider AI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://sider.ai/rec-note", + "privacyPolicyURL": "https://sider.ai/policies/privacy", + "termsOfServiceURL": "https://sider.ai/policies/terms", + "defaultPrompt": "@Sider Recorder & Transcriber Open recorder", + "screenshots": [] + } +} diff --git a/plugins/sider-scholar/.app.json b/plugins/sider-scholar/.app.json new file mode 100644 index 00000000..c53b32a2 --- /dev/null +++ b/plugins/sider-scholar/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "sider-scholar": { + "id": "asdk_app_6948b485f5bc8191adb4df13f369cec7" + } + } +} diff --git a/plugins/sider-scholar/.codex-plugin/plugin.json b/plugins/sider-scholar/.codex-plugin/plugin.json new file mode 100644 index 00000000..705e683f --- /dev/null +++ b/plugins/sider-scholar/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "sider-scholar", + "version": "1.0.0", + "description": "Search 350M+ Paper. Save. Chat", + "author": { + "name": "Sider AI", + "url": "https://sider.ai/wisebase/scholar-research" + }, + "homepage": "https://sider.ai/wisebase/scholar-research", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Sider Scholar", + "shortDescription": "Search 350M+ Paper. Save. Chat", + "longDescription": "Your AI Research Assistant lets you search 350M+ research papers, chat with large volumes of research PDFs, and save findings to your Wisebase (knowledge base).\n\n1. Global Academic Search (Search & Read)\n- Major Sources: Search 350M+ papers from Google Scholar, PubMed, arXiv, and more.\n- Read Instantly: Access full papers instantly to verify findings.\n\n2. Build Your Knowledge Base (Save & Collect)\n- Save for Continuous Research: Save searched papers to Wisebase for continuous questioning and deep analysis of your findings.\n- Save Chat History: Save key research discussions as editable documents to capture and refine insights.\n\n3. Unified Knowledge Analysis (Agentic RAG)\n- Chat with Your Collection: Analyze your entire collection simultaneously.\n- Traceable Sources: Get grounded answers with precise Reference Indices to verify every claim.\n\n4. Visual Knowledge Organization (Visualize & Explore)\n- Knowledge Graphing: Instantly generate interactive graphs from any paper to explore definitions, cause-and-effect links, and concept hierarchies.\n\nIdeal Use Cases: For researchers, PhD students, and academics who need to access massive academic sources and synthesize grounded arguments with precise citations.\n\nHow to Use in ChatGPT\n1. Connect App: Connect Sider Scholar to ChatGPT.\n2. Trigger: Type “@Sider Scholar\".\n\nSample Prompts\n- Search Paper: “@Sider Scholar Search recent papers on 'LLM alignment' published in the last two years.”\n- Chat with Knowledge Base: “@Sider Scholar Answer questions about 'CRISPR gene editing' using my Knowledge Base.”\n- Visual Research: “@Sider Scholar Build a Knowledge Graph explaining key concepts in 'Reinforcement Learning'.”", + "developerName": "Sider AI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://sider.ai/wisebase/scholar-research", + "privacyPolicyURL": "https://sider.ai/policies/privacy", + "termsOfServiceURL": "https://sider.ai/policies/terms", + "defaultPrompt": "@Sider Scholar Search for recent papers on LLM alignment.", + "screenshots": [] + } +} diff --git a/plugins/skywatch/.app.json b/plugins/skywatch/.app.json new file mode 100644 index 00000000..ad5d2615 --- /dev/null +++ b/plugins/skywatch/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "skywatch": { + "id": "asdk_app_699c97e791ac8191ac8156422cae82a4" + } + } +} diff --git a/plugins/skywatch/.codex-plugin/plugin.json b/plugins/skywatch/.codex-plugin/plugin.json new file mode 100644 index 00000000..0ee30ce9 --- /dev/null +++ b/plugins/skywatch/.codex-plugin/plugin.json @@ -0,0 +1,27 @@ +{ + "name": "skywatch", + "version": "1.0.0", + "description": "Search satellite imagery data", + "author": { + "name": "SkyWatch Space Applications Inc.", + "url": "https://skywatch.com" + }, + "homepage": "https://skywatch.com", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "SkyWatch", + "shortDescription": "Search satellite imagery data", + "longDescription": "Search and explore satellite imagery from top providers including Vantor, Planet, Airbus, and more, all in one place. SkyWatch lets you find archive imagery by location, date, resolution, and cloud cover, compare pricing across providers, and browse available satellites and product offerings. Results include direct links to view and order imagery on SkyWatch Explore.", + "developerName": "SkyWatch Space Applications Inc.", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://skywatch.com", + "privacyPolicyURL": "https://skywatch.com/privacy/", + "termsOfServiceURL": "https://s3-us-west-2.amazonaws.com/skywatch-legal/SkyWatch+Terms+of+Service.pdf", + "defaultPrompt": "Find satellite images of the Golden Gate Bridge from the past 30 days with", + "screenshots": [] + } +} diff --git a/plugins/slack-legacy/.app.json b/plugins/slack-legacy/.app.json new file mode 100644 index 00000000..d26f9ab6 --- /dev/null +++ b/plugins/slack-legacy/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "slack-legacy": { + "id": "connector_0f9c9d4592e54d0a9a12b3f44a1e2010" + } + } +} diff --git a/plugins/slack-legacy/.codex-plugin/plugin.json b/plugins/slack-legacy/.codex-plugin/plugin.json new file mode 100644 index 00000000..a87b5f2b --- /dev/null +++ b/plugins/slack-legacy/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "slack-legacy", + "description": "Look up chats and messages", + "author": { + "name": "OpenAI", + "url": "https://slack.com/" + }, + "homepage": "https://slack.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [], + "apps": "./.app.json", + "interface": { + "displayName": "Slack (Legacy)", + "shortDescription": "Look up chats and messages", + "developerName": "OpenAI", + "category": "Productivity", + "capabilities": [], + "websiteURL": "https://slack.com/", + "privacyPolicyURL": "https://slack.com/privacy-policy", + "defaultPrompt": "Use Slack (Legacy) to help with this task.", + "screenshots": [] + } +} From cef76b5df9ddc219fba2e282fd203090bddbfca4 Mon Sep 17 00:00:00 2001 From: Jason Douglas Date: Sun, 15 Mar 2026 23:00:18 -0700 Subject: [PATCH 2/2] Cleanup duplicates --- .agents/plugins/marketplace.json | 4575 ++++++++++---------- plugins/linear-2/.app.json | 7 - plugins/linear-2/.codex-plugin/plugin.json | 24 - plugins/lseg-2/.app.json | 7 - plugins/lseg-2/.codex-plugin/plugin.json | 29 - plugins/lseg-2/assets/app-icon.png | Bin 14093 -> 0 bytes 6 files changed, 2279 insertions(+), 2363 deletions(-) delete mode 100644 plugins/linear-2/.app.json delete mode 100644 plugins/linear-2/.codex-plugin/plugin.json delete mode 100644 plugins/lseg-2/.app.json delete mode 100644 plugins/lseg-2/.codex-plugin/plugin.json delete mode 100644 plugins/lseg-2/assets/app-icon.png diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 7f487f97..974e2c24 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -1,2298 +1,2281 @@ { - "name": "openai-curated", - "plugins": [ - { - "name": "linear", - "source": { - "source": "local", - "path": "./plugins/linear" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "google-calendar", - "source": { - "source": "local", - "path": "./plugins/google-calendar" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "gmail", - "source": { - "source": "local", - "path": "./plugins/gmail" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "google-docs", - "source": { - "source": "local", - "path": "./plugins/google-docs" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "google-sheets", - "source": { - "source": "local", - "path": "./plugins/google-sheets" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "slack", - "source": { - "source": "local", - "path": "./plugins/slack" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "teams", - "source": { - "source": "local", - "path": "./plugins/teams" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "sharepoint", - "source": { - "source": "local", - "path": "./plugins/sharepoint" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "outlook-email", - "source": { - "source": "local", - "path": "./plugins/outlook-email" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "outlook-calendar", - "source": { - "source": "local", - "path": "./plugins/outlook-calendar" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "accuweather", - "source": { - "source": "local", - "path": "./plugins/accuweather" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "ace-knowledge-graph", - "source": { - "source": "local", - "path": "./plugins/ace-knowledge-graph" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "ace-quiz-maker", - "source": { - "source": "local", - "path": "./plugins/ace-quiz-maker" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "adobe-acrobat", - "source": { - "source": "local", - "path": "./plugins/adobe-acrobat" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "adobe-express", - "source": { - "source": "local", - "path": "./plugins/adobe-express" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "adobe-photoshop", - "source": { - "source": "local", - "path": "./plugins/adobe-photoshop" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "agentforce-sales", - "source": { - "source": "local", - "path": "./plugins/agentforce-sales" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "airtable", - "source": { - "source": "local", - "path": "./plugins/airtable" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "all-accor", - "source": { - "source": "local", - "path": "./plugins/all-accor" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "almanac-by-passby", - "source": { - "source": "local", - "path": "./plugins/almanac-by-passby" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "alpaca", - "source": { - "source": "local", - "path": "./plugins/alpaca" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "alpic", - "source": { - "source": "local", - "path": "./plugins/alpic" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "amore-mall", - "source": { - "source": "local", - "path": "./plugins/amore-mall" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "angi", - "source": { - "source": "local", - "path": "./plugins/angi" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "anypdf-your-pdf-converter", - "source": { - "source": "local", - "path": "./plugins/anypdf-your-pdf-converter" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "apartment-list", - "source": { - "source": "local", - "path": "./plugins/apartment-list" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "app-6944c5105438", - "source": { - "source": "local", - "path": "./plugins/app-6944c5105438" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "apple-music", - "source": { - "source": "local", - "path": "./plugins/apple-music" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "asana", - "source": { - "source": "local", - "path": "./plugins/asana" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "atlassian-rovo", - "source": { - "source": "local", - "path": "./plugins/atlassian-rovo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "atlys", - "source": { - "source": "local", - "path": "./plugins/atlys" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "autoscout24", - "source": { - "source": "local", - "path": "./plugins/autoscout24" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "autotrader", - "source": { - "source": "local", - "path": "./plugins/autotrader" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "autotrader-2", - "source": { - "source": "local", - "path": "./plugins/autotrader-2" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "awesome-slides", - "source": { - "source": "local", - "path": "./plugins/awesome-slides" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "b12-website-generator", - "source": { - "source": "local", - "path": "./plugins/b12-website-generator" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "bankrate", - "source": { - "source": "local", - "path": "./plugins/bankrate" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "beautiful-ai", - "source": { - "source": "local", - "path": "./plugins/beautiful-ai" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "bible", - "source": { - "source": "local", - "path": "./plugins/bible" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "biorender", - "source": { - "source": "local", - "path": "./plugins/biorender" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "bodi", - "source": { - "source": "local", - "path": "./plugins/bodi" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "booking-com", - "source": { - "source": "local", - "path": "./plugins/booking-com" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "botlab", - "source": { - "source": "local", - "path": "./plugins/botlab" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "botpress", - "source": { - "source": "local", - "path": "./plugins/botpress" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "brand24", - "source": { - "source": "local", - "path": "./plugins/brand24" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "brex", - "source": { - "source": "local", - "path": "./plugins/brex" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "busbud", - "source": { - "source": "local", - "path": "./plugins/busbud" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "cafe24", - "source": { - "source": "local", - "path": "./plugins/cafe24" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "canva", - "source": { - "source": "local", - "path": "./plugins/canva" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "carfax", - "source": { - "source": "local", - "path": "./plugins/carfax" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "cargurus", - "source": { - "source": "local", - "path": "./plugins/cargurus" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "carmax", - "source": { - "source": "local", - "path": "./plugins/carmax" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "cars24", - "source": { - "source": "local", - "path": "./plugins/cars24" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "circleback", - "source": { - "source": "local", - "path": "./plugins/circleback" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "clay", - "source": { - "source": "local", - "path": "./plugins/clay" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "clickup", - "source": { - "source": "local", - "path": "./plugins/clickup" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "cloudinary", - "source": { - "source": "local", - "path": "./plugins/cloudinary" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "common-room", - "source": { - "source": "local", - "path": "./plugins/common-room" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "conductor", - "source": { - "source": "local", - "path": "./plugins/conductor" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "cottages", - "source": { - "source": "local", - "path": "./plugins/cottages" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "coupler-io", - "source": { - "source": "local", - "path": "./plugins/coupler-io" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "coursera", - "source": { - "source": "local", - "path": "./plugins/coursera" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "coveo", - "source": { - "source": "local", - "path": "./plugins/coveo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "cruise-critic", - "source": { - "source": "local", - "path": "./plugins/cruise-critic" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "cube", - "source": { - "source": "local", - "path": "./plugins/cube" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "daloopa", - "source": { - "source": "local", - "path": "./plugins/daloopa" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "datacamp", - "source": { - "source": "local", - "path": "./plugins/datacamp" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "dealpilot", - "source": { - "source": "local", - "path": "./plugins/dealpilot" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "dewa", - "source": { - "source": "local", - "path": "./plugins/dewa" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "docket", - "source": { - "source": "local", - "path": "./plugins/docket" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "donedeal", - "source": { - "source": "local", - "path": "./plugins/donedeal" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "doordash", - "source": { - "source": "local", - "path": "./plugins/doordash" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "dow-jones-factiva", - "source": { - "source": "local", - "path": "./plugins/dow-jones-factiva" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "dupe", - "source": { - "source": "local", - "path": "./plugins/dupe" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "edx", - "source": { - "source": "local", - "path": "./plugins/edx" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "egnyte", - "source": { - "source": "local", - "path": "./plugins/egnyte" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "expedia", - "source": { - "source": "local", - "path": "./plugins/expedia" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "fareharbor", - "source": { - "source": "local", - "path": "./plugins/fareharbor" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "figma", - "source": { - "source": "local", - "path": "./plugins/figma" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "fireflies", - "source": { - "source": "local", - "path": "./plugins/fireflies" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "flight-network", - "source": { - "source": "local", - "path": "./plugins/flight-network" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "flixor", - "source": { - "source": "local", - "path": "./plugins/flixor" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "function-health", - "source": { - "source": "local", - "path": "./plugins/function-health" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "fyxer", - "source": { - "source": "local", - "path": "./plugins/fyxer" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "gamma", - "source": { - "source": "local", - "path": "./plugins/gamma" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "genspark-ai-slides", - "source": { - "source": "local", - "path": "./plugins/genspark-ai-slides" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "getyourguide", - "source": { - "source": "local", - "path": "./plugins/getyourguide" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "granola", - "source": { - "source": "local", - "path": "./plugins/granola" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "hepsiemlak", - "source": { - "source": "local", - "path": "./plugins/hepsiemlak" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "hex", - "source": { - "source": "local", - "path": "./plugins/hex" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "heygen", - "source": { - "source": "local", - "path": "./plugins/heygen" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "highlevel", - "source": { - "source": "local", - "path": "./plugins/highlevel" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "hubspot", - "source": { - "source": "local", - "path": "./plugins/hubspot" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "hugging-face", - "source": { - "source": "local", - "path": "./plugins/hugging-face" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "hyatt", - "source": { - "source": "local", - "path": "./plugins/hyatt" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "idealista", - "source": { - "source": "local", - "path": "./plugins/idealista" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "imovirtual", - "source": { - "source": "local", - "path": "./plugins/imovirtual" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "instacart", - "source": { - "source": "local", - "path": "./plugins/instacart" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "internshala", - "source": { - "source": "local", - "path": "./plugins/internshala" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "intuit-credit-karma", - "source": { - "source": "local", - "path": "./plugins/intuit-credit-karma" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "intuit-mailchimp", - "source": { - "source": "local", - "path": "./plugins/intuit-mailchimp" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "intuit-quickbooks", - "source": { - "source": "local", - "path": "./plugins/intuit-quickbooks" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "intuit-turbotax", - "source": { - "source": "local", - "path": "./plugins/intuit-turbotax" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "invideo", - "source": { - "source": "local", - "path": "./plugins/invideo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "is-it-safe-to-travel", - "source": { - "source": "local", - "path": "./plugins/is-it-safe-to-travel" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "italki-language-learning", - "source": { - "source": "local", - "path": "./plugins/italki-language-learning" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "jam", - "source": { - "source": "local", - "path": "./plugins/jam" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "jerry-ai-car-insurance-care", - "source": { - "source": "local", - "path": "./plugins/jerry-ai-car-insurance-care" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "jimdo", - "source": { - "source": "local", - "path": "./plugins/jimdo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "jotform", - "source": { - "source": "local", - "path": "./plugins/jotform" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "keybid-puls", - "source": { - "source": "local", - "path": "./plugins/keybid-puls" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "khan-academy", - "source": { - "source": "local", - "path": "./plugins/khan-academy" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "kiwi-com", - "source": { - "source": "local", - "path": "./plugins/kiwi-com" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "klaviyo", - "source": { - "source": "local", - "path": "./plugins/klaviyo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "kleinanzeigen", - "source": { - "source": "local", - "path": "./plugins/kleinanzeigen" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "klook", - "source": { - "source": "local", - "path": "./plugins/klook" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "komoot", - "source": { - "source": "local", - "path": "./plugins/komoot" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "kraken", - "source": { - "source": "local", - "path": "./plugins/kraken" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "legalzoom", - "source": { - "source": "local", - "path": "./plugins/legalzoom" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "lona", - "source": { - "source": "local", - "path": "./plugins/lona" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "lovable", - "source": { - "source": "local", - "path": "./plugins/lovable" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "lseg", - "source": { - "source": "local", - "path": "./plugins/lseg" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "lseg-2", - "source": { - "source": "local", - "path": "./plugins/lseg-2" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "lugg", - "source": { - "source": "local", - "path": "./plugins/lugg" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "makemytrip", - "source": { - "source": "local", - "path": "./plugins/makemytrip" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "malwarebytes", - "source": { - "source": "local", - "path": "./plugins/malwarebytes" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "mangaboom", - "source": { - "source": "local", - "path": "./plugins/mangaboom" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "manus", - "source": { - "source": "local", - "path": "./plugins/manus" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "marcopolo", - "source": { - "source": "local", - "path": "./plugins/marcopolo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "meetup", - "source": { - "source": "local", - "path": "./plugins/meetup" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "monday-com", - "source": { - "source": "local", - "path": "./plugins/monday-com" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "myfitnesspal", - "source": { - "source": "local", - "path": "./plugins/myfitnesspal" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "na-drink-finder", - "source": { - "source": "local", - "path": "./plugins/na-drink-finder" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "namecheap", - "source": { - "source": "local", - "path": "./plugins/namecheap" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "nesha", - "source": { - "source": "local", - "path": "./plugins/nesha" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "netlify", - "source": { - "source": "local", - "path": "./plugins/netlify" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "network-solutions", - "source": { - "source": "local", - "path": "./plugins/network-solutions" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "norton", - "source": { - "source": "local", - "path": "./plugins/norton" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "okx", - "source": { - "source": "local", - "path": "./plugins/okx" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "omio", - "source": { - "source": "local", - "path": "./plugins/omio" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "omni-analytics", - "source": { - "source": "local", - "path": "./plugins/omni-analytics" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "openai-certified", - "source": { - "source": "local", - "path": "./plugins/openai-certified" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "opentable", - "source": { - "source": "local", - "path": "./plugins/opentable" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "otomoto", - "source": { - "source": "local", - "path": "./plugins/otomoto" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "otter-ai", - "source": { - "source": "local", - "path": "./plugins/otter-ai" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "outliner", - "source": { - "source": "local", - "path": "./plugins/outliner" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "paypal", - "source": { - "source": "local", - "path": "./plugins/paypal" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "peloton", - "source": { - "source": "local", - "path": "./plugins/peloton" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "pitchbook", - "source": { - "source": "local", - "path": "./plugins/pitchbook" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "preply-language-tutor-finder", - "source": { - "source": "local", - "path": "./plugins/preply-language-tutor-finder" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "priceline", - "source": { - "source": "local", - "path": "./plugins/priceline" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "pylon", - "source": { - "source": "local", - "path": "./plugins/pylon" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "quizlet", - "source": { - "source": "local", - "path": "./plugins/quizlet" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "ranked-ai", - "source": { - "source": "local", - "path": "./plugins/ranked-ai" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "realestate-com-au", - "source": { - "source": "local", - "path": "./plugins/realestate-com-au" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "recorrido", - "source": { - "source": "local", - "path": "./plugins/recorrido" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "redbus", - "source": { - "source": "local", - "path": "./plugins/redbus" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "redfin", - "source": { - "source": "local", - "path": "./plugins/redfin" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "render", - "source": { - "source": "local", - "path": "./plugins/render" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "replit", - "source": { - "source": "local", - "path": "./plugins/replit" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "retell-ai", - "source": { - "source": "local", - "path": "./plugins/retell-ai" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "s-p-global", - "source": { - "source": "local", - "path": "./plugins/s-p-global" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "scite", - "source": { - "source": "local", - "path": "./plugins/scite" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "semrush", - "source": { - "source": "local", - "path": "./plugins/semrush" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "shazam", - "source": { - "source": "local", - "path": "./plugins/shazam" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "skyscanner", - "source": { - "source": "local", - "path": "./plugins/skyscanner" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "slidesgpt", - "source": { - "source": "local", - "path": "./plugins/slidesgpt" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "spaceship", - "source": { - "source": "local", - "path": "./plugins/spaceship" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "speechify", - "source": { - "source": "local", - "path": "./plugins/speechify" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "statsig", - "source": { - "source": "local", - "path": "./plugins/statsig" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "steadily", - "source": { - "source": "local", - "path": "./plugins/steadily" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "streak", - "source": { - "source": "local", - "path": "./plugins/streak" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "stripe", - "source": { - "source": "local", - "path": "./plugins/stripe" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "strive-pdf-generator", - "source": { - "source": "local", - "path": "./plugins/strive-pdf-generator" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "stubhub", - "source": { - "source": "local", - "path": "./plugins/stubhub" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "talkgen", - "source": { - "source": "local", - "path": "./plugins/talkgen" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "target", - "source": { - "source": "local", - "path": "./plugins/target" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "tarot", - "source": { - "source": "local", - "path": "./plugins/tarot" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "the-knot", - "source": { - "source": "local", - "path": "./plugins/the-knot" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "thefork", - "source": { - "source": "local", - "path": "./plugins/thefork" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "thehotelsnetwork", - "source": { - "source": "local", - "path": "./plugins/thehotelsnetwork" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "third-bridge", - "source": { - "source": "local", - "path": "./plugins/third-bridge" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "thumbtack", - "source": { - "source": "local", - "path": "./plugins/thumbtack" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "tickersage", - "source": { - "source": "local", - "path": "./plugins/tickersage" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "tinman-ai", - "source": { - "source": "local", - "path": "./plugins/tinman-ai" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "tonita", - "source": { - "source": "local", - "path": "./plugins/tonita" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "tourlane", - "source": { - "source": "local", - "path": "./plugins/tourlane" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "tourradar", - "source": { - "source": "local", - "path": "./plugins/tourradar" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "travelenie", - "source": { - "source": "local", - "path": "./plugins/travelenie" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "tripadvisor", - "source": { - "source": "local", - "path": "./plugins/tripadvisor" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "tuio", - "source": { - "source": "local", - "path": "./plugins/tuio" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "turo", - "source": { - "source": "local", - "path": "./plugins/turo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "uber", - "source": { - "source": "local", - "path": "./plugins/uber" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "uber-eats", - "source": { - "source": "local", - "path": "./plugins/uber-eats" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "udemy", - "source": { - "source": "local", - "path": "./plugins/udemy" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "unpack", - "source": { - "source": "local", - "path": "./plugins/unpack" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "upwork", - "source": { - "source": "local", - "path": "./plugins/upwork" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "vercel", - "source": { - "source": "local", - "path": "./plugins/vercel" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "viator", - "source": { - "source": "local", - "path": "./plugins/viator" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "vio", - "source": { - "source": "local", - "path": "./plugins/vio" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "vivid-seats", - "source": { - "source": "local", - "path": "./plugins/vivid-seats" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "wayground", - "source": { - "source": "local", - "path": "./plugins/wayground" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "wednesday-app", - "source": { - "source": "local", - "path": "./plugins/wednesday-app" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "wego", - "source": { - "source": "local", - "path": "./plugins/wego" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "weightwatchers", - "source": { - "source": "local", - "path": "./plugins/weightwatchers" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "wix", - "source": { - "source": "local", - "path": "./plugins/wix" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Design" - }, - { - "name": "zen-shopping", - "source": { - "source": "local", - "path": "./plugins/zen-shopping" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "zillow", - "source": { - "source": "local", - "path": "./plugins/zillow" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "ziprecruiter", - "source": { - "source": "local", - "path": "./plugins/ziprecruiter" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "zola", - "source": { - "source": "local", - "path": "./plugins/zola" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "zoom", - "source": { - "source": "local", - "path": "./plugins/zoom" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "zoominfo", - "source": { - "source": "local", - "path": "./plugins/zoominfo" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Research" - }, - { - "name": "zumba", - "source": { - "source": "local", - "path": "./plugins/zumba" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "zumper", - "source": { - "source": "local", - "path": "./plugins/zumper" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Lifestyle" - }, - { - "name": "google-slides", - "source": { - "source": "local", - "path": "./plugins/google-slides" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Productivity" - }, - { - "name": "game-studio", - "source": { - "source": "local", - "path": "./plugins/game-studio" - }, - "installPolicy": "AVAILABLE", - "authPolicy": "ON_INSTALL", - "category": "Coding" - }, - { - "name": "ai-wisebase", - "source": { - "source": "local", - "path": "./plugins/ai-wisebase" - } - }, - { - "name": "assessment-generator", - "source": { - "source": "local", - "path": "./plugins/assessment-generator" - } - }, - { - "name": "base44", - "source": { - "source": "local", - "path": "./plugins/base44" - } - }, - { - "name": "box", - "source": { - "source": "local", - "path": "./plugins/box" - } - }, - { - "name": "datadog", - "source": { - "source": "local", - "path": "./plugins/datadog" - } - }, - { - "name": "demandbase", - "source": { - "source": "local", - "path": "./plugins/demandbase" - } - }, - { - "name": "dropbox", - "source": { - "source": "local", - "path": "./plugins/dropbox" - } - }, - { - "name": "github", - "source": { - "source": "local", - "path": "./plugins/github" - } - }, - { - "name": "google-drive", - "source": { - "source": "local", - "path": "./plugins/google-drive" - } - }, - { - "name": "hubspot-legacy", - "source": { - "source": "local", - "path": "./plugins/hubspot-legacy" - } - }, - { - "name": "linear-2", - "source": { - "source": "local", - "path": "./plugins/linear-2" - } - }, - { - "name": "miro", - "source": { - "source": "local", - "path": "./plugins/miro" - } - }, - { - "name": "neptune-flood", - "source": { - "source": "local", - "path": "./plugins/neptune-flood" - } - }, - { - "name": "notion", - "source": { - "source": "local", - "path": "./plugins/notion" - } - }, - { - "name": "sendgrid", - "source": { - "source": "local", - "path": "./plugins/sendgrid" - } - }, - { - "name": "sider-recorder-transcriber", - "source": { - "source": "local", - "path": "./plugins/sider-recorder-transcriber" - } - }, - { - "name": "sider-scholar", - "source": { - "source": "local", - "path": "./plugins/sider-scholar" - } - }, - { - "name": "skywatch", - "source": { - "source": "local", - "path": "./plugins/skywatch" - } - }, - { - "name": "slack-legacy", - "source": { - "source": "local", - "path": "./plugins/slack-legacy" - } - } - ] + "name": "openai-curated", + "plugins": [ + { + "name": "linear", + "source": { + "source": "local", + "path": "./plugins/linear" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "google-calendar", + "source": { + "source": "local", + "path": "./plugins/google-calendar" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "gmail", + "source": { + "source": "local", + "path": "./plugins/gmail" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "google-docs", + "source": { + "source": "local", + "path": "./plugins/google-docs" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "google-sheets", + "source": { + "source": "local", + "path": "./plugins/google-sheets" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "slack", + "source": { + "source": "local", + "path": "./plugins/slack" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "teams", + "source": { + "source": "local", + "path": "./plugins/teams" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "sharepoint", + "source": { + "source": "local", + "path": "./plugins/sharepoint" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "outlook-email", + "source": { + "source": "local", + "path": "./plugins/outlook-email" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "outlook-calendar", + "source": { + "source": "local", + "path": "./plugins/outlook-calendar" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "accuweather", + "source": { + "source": "local", + "path": "./plugins/accuweather" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "ace-knowledge-graph", + "source": { + "source": "local", + "path": "./plugins/ace-knowledge-graph" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "ace-quiz-maker", + "source": { + "source": "local", + "path": "./plugins/ace-quiz-maker" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "adobe-acrobat", + "source": { + "source": "local", + "path": "./plugins/adobe-acrobat" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "adobe-express", + "source": { + "source": "local", + "path": "./plugins/adobe-express" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "adobe-photoshop", + "source": { + "source": "local", + "path": "./plugins/adobe-photoshop" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "agentforce-sales", + "source": { + "source": "local", + "path": "./plugins/agentforce-sales" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "airtable", + "source": { + "source": "local", + "path": "./plugins/airtable" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "all-accor", + "source": { + "source": "local", + "path": "./plugins/all-accor" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "almanac-by-passby", + "source": { + "source": "local", + "path": "./plugins/almanac-by-passby" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "alpaca", + "source": { + "source": "local", + "path": "./plugins/alpaca" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "alpic", + "source": { + "source": "local", + "path": "./plugins/alpic" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "amore-mall", + "source": { + "source": "local", + "path": "./plugins/amore-mall" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "angi", + "source": { + "source": "local", + "path": "./plugins/angi" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "anypdf-your-pdf-converter", + "source": { + "source": "local", + "path": "./plugins/anypdf-your-pdf-converter" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "apartment-list", + "source": { + "source": "local", + "path": "./plugins/apartment-list" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "app-6944c5105438", + "source": { + "source": "local", + "path": "./plugins/app-6944c5105438" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "apple-music", + "source": { + "source": "local", + "path": "./plugins/apple-music" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "asana", + "source": { + "source": "local", + "path": "./plugins/asana" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "atlassian-rovo", + "source": { + "source": "local", + "path": "./plugins/atlassian-rovo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "atlys", + "source": { + "source": "local", + "path": "./plugins/atlys" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "autoscout24", + "source": { + "source": "local", + "path": "./plugins/autoscout24" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "autotrader", + "source": { + "source": "local", + "path": "./plugins/autotrader" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "autotrader-2", + "source": { + "source": "local", + "path": "./plugins/autotrader-2" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "awesome-slides", + "source": { + "source": "local", + "path": "./plugins/awesome-slides" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "b12-website-generator", + "source": { + "source": "local", + "path": "./plugins/b12-website-generator" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "bankrate", + "source": { + "source": "local", + "path": "./plugins/bankrate" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "beautiful-ai", + "source": { + "source": "local", + "path": "./plugins/beautiful-ai" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "bible", + "source": { + "source": "local", + "path": "./plugins/bible" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "biorender", + "source": { + "source": "local", + "path": "./plugins/biorender" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "bodi", + "source": { + "source": "local", + "path": "./plugins/bodi" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "booking-com", + "source": { + "source": "local", + "path": "./plugins/booking-com" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "botlab", + "source": { + "source": "local", + "path": "./plugins/botlab" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "botpress", + "source": { + "source": "local", + "path": "./plugins/botpress" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "brand24", + "source": { + "source": "local", + "path": "./plugins/brand24" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "brex", + "source": { + "source": "local", + "path": "./plugins/brex" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "busbud", + "source": { + "source": "local", + "path": "./plugins/busbud" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "cafe24", + "source": { + "source": "local", + "path": "./plugins/cafe24" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "canva", + "source": { + "source": "local", + "path": "./plugins/canva" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "carfax", + "source": { + "source": "local", + "path": "./plugins/carfax" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "cargurus", + "source": { + "source": "local", + "path": "./plugins/cargurus" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "carmax", + "source": { + "source": "local", + "path": "./plugins/carmax" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "cars24", + "source": { + "source": "local", + "path": "./plugins/cars24" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "circleback", + "source": { + "source": "local", + "path": "./plugins/circleback" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "clay", + "source": { + "source": "local", + "path": "./plugins/clay" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "clickup", + "source": { + "source": "local", + "path": "./plugins/clickup" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "cloudinary", + "source": { + "source": "local", + "path": "./plugins/cloudinary" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "common-room", + "source": { + "source": "local", + "path": "./plugins/common-room" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "conductor", + "source": { + "source": "local", + "path": "./plugins/conductor" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "cottages", + "source": { + "source": "local", + "path": "./plugins/cottages" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "coupler-io", + "source": { + "source": "local", + "path": "./plugins/coupler-io" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "coursera", + "source": { + "source": "local", + "path": "./plugins/coursera" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "coveo", + "source": { + "source": "local", + "path": "./plugins/coveo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "cruise-critic", + "source": { + "source": "local", + "path": "./plugins/cruise-critic" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "cube", + "source": { + "source": "local", + "path": "./plugins/cube" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "daloopa", + "source": { + "source": "local", + "path": "./plugins/daloopa" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "datacamp", + "source": { + "source": "local", + "path": "./plugins/datacamp" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "dealpilot", + "source": { + "source": "local", + "path": "./plugins/dealpilot" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "dewa", + "source": { + "source": "local", + "path": "./plugins/dewa" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "docket", + "source": { + "source": "local", + "path": "./plugins/docket" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "donedeal", + "source": { + "source": "local", + "path": "./plugins/donedeal" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "doordash", + "source": { + "source": "local", + "path": "./plugins/doordash" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "dow-jones-factiva", + "source": { + "source": "local", + "path": "./plugins/dow-jones-factiva" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "dupe", + "source": { + "source": "local", + "path": "./plugins/dupe" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "edx", + "source": { + "source": "local", + "path": "./plugins/edx" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "egnyte", + "source": { + "source": "local", + "path": "./plugins/egnyte" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "expedia", + "source": { + "source": "local", + "path": "./plugins/expedia" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "fareharbor", + "source": { + "source": "local", + "path": "./plugins/fareharbor" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "figma", + "source": { + "source": "local", + "path": "./plugins/figma" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "fireflies", + "source": { + "source": "local", + "path": "./plugins/fireflies" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "flight-network", + "source": { + "source": "local", + "path": "./plugins/flight-network" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "flixor", + "source": { + "source": "local", + "path": "./plugins/flixor" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "function-health", + "source": { + "source": "local", + "path": "./plugins/function-health" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "fyxer", + "source": { + "source": "local", + "path": "./plugins/fyxer" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "gamma", + "source": { + "source": "local", + "path": "./plugins/gamma" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "genspark-ai-slides", + "source": { + "source": "local", + "path": "./plugins/genspark-ai-slides" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "getyourguide", + "source": { + "source": "local", + "path": "./plugins/getyourguide" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "granola", + "source": { + "source": "local", + "path": "./plugins/granola" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "hepsiemlak", + "source": { + "source": "local", + "path": "./plugins/hepsiemlak" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "hex", + "source": { + "source": "local", + "path": "./plugins/hex" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "heygen", + "source": { + "source": "local", + "path": "./plugins/heygen" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "highlevel", + "source": { + "source": "local", + "path": "./plugins/highlevel" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "hubspot", + "source": { + "source": "local", + "path": "./plugins/hubspot" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "hugging-face", + "source": { + "source": "local", + "path": "./plugins/hugging-face" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "hyatt", + "source": { + "source": "local", + "path": "./plugins/hyatt" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "idealista", + "source": { + "source": "local", + "path": "./plugins/idealista" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "imovirtual", + "source": { + "source": "local", + "path": "./plugins/imovirtual" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "instacart", + "source": { + "source": "local", + "path": "./plugins/instacart" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "internshala", + "source": { + "source": "local", + "path": "./plugins/internshala" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "intuit-credit-karma", + "source": { + "source": "local", + "path": "./plugins/intuit-credit-karma" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "intuit-mailchimp", + "source": { + "source": "local", + "path": "./plugins/intuit-mailchimp" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "intuit-quickbooks", + "source": { + "source": "local", + "path": "./plugins/intuit-quickbooks" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "intuit-turbotax", + "source": { + "source": "local", + "path": "./plugins/intuit-turbotax" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "invideo", + "source": { + "source": "local", + "path": "./plugins/invideo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "is-it-safe-to-travel", + "source": { + "source": "local", + "path": "./plugins/is-it-safe-to-travel" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "italki-language-learning", + "source": { + "source": "local", + "path": "./plugins/italki-language-learning" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "jam", + "source": { + "source": "local", + "path": "./plugins/jam" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "jerry-ai-car-insurance-care", + "source": { + "source": "local", + "path": "./plugins/jerry-ai-car-insurance-care" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "jimdo", + "source": { + "source": "local", + "path": "./plugins/jimdo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "jotform", + "source": { + "source": "local", + "path": "./plugins/jotform" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "keybid-puls", + "source": { + "source": "local", + "path": "./plugins/keybid-puls" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "khan-academy", + "source": { + "source": "local", + "path": "./plugins/khan-academy" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "kiwi-com", + "source": { + "source": "local", + "path": "./plugins/kiwi-com" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "klaviyo", + "source": { + "source": "local", + "path": "./plugins/klaviyo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "kleinanzeigen", + "source": { + "source": "local", + "path": "./plugins/kleinanzeigen" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "klook", + "source": { + "source": "local", + "path": "./plugins/klook" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "komoot", + "source": { + "source": "local", + "path": "./plugins/komoot" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "kraken", + "source": { + "source": "local", + "path": "./plugins/kraken" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "legalzoom", + "source": { + "source": "local", + "path": "./plugins/legalzoom" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "lona", + "source": { + "source": "local", + "path": "./plugins/lona" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "lovable", + "source": { + "source": "local", + "path": "./plugins/lovable" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "lseg", + "source": { + "source": "local", + "path": "./plugins/lseg" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "lugg", + "source": { + "source": "local", + "path": "./plugins/lugg" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "makemytrip", + "source": { + "source": "local", + "path": "./plugins/makemytrip" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "malwarebytes", + "source": { + "source": "local", + "path": "./plugins/malwarebytes" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "mangaboom", + "source": { + "source": "local", + "path": "./plugins/mangaboom" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "manus", + "source": { + "source": "local", + "path": "./plugins/manus" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "marcopolo", + "source": { + "source": "local", + "path": "./plugins/marcopolo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "meetup", + "source": { + "source": "local", + "path": "./plugins/meetup" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "monday-com", + "source": { + "source": "local", + "path": "./plugins/monday-com" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "myfitnesspal", + "source": { + "source": "local", + "path": "./plugins/myfitnesspal" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "na-drink-finder", + "source": { + "source": "local", + "path": "./plugins/na-drink-finder" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "namecheap", + "source": { + "source": "local", + "path": "./plugins/namecheap" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "nesha", + "source": { + "source": "local", + "path": "./plugins/nesha" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "netlify", + "source": { + "source": "local", + "path": "./plugins/netlify" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "network-solutions", + "source": { + "source": "local", + "path": "./plugins/network-solutions" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "norton", + "source": { + "source": "local", + "path": "./plugins/norton" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "okx", + "source": { + "source": "local", + "path": "./plugins/okx" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "omio", + "source": { + "source": "local", + "path": "./plugins/omio" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "omni-analytics", + "source": { + "source": "local", + "path": "./plugins/omni-analytics" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "openai-certified", + "source": { + "source": "local", + "path": "./plugins/openai-certified" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "opentable", + "source": { + "source": "local", + "path": "./plugins/opentable" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "otomoto", + "source": { + "source": "local", + "path": "./plugins/otomoto" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "otter-ai", + "source": { + "source": "local", + "path": "./plugins/otter-ai" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "outliner", + "source": { + "source": "local", + "path": "./plugins/outliner" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "paypal", + "source": { + "source": "local", + "path": "./plugins/paypal" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "peloton", + "source": { + "source": "local", + "path": "./plugins/peloton" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "pitchbook", + "source": { + "source": "local", + "path": "./plugins/pitchbook" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "preply-language-tutor-finder", + "source": { + "source": "local", + "path": "./plugins/preply-language-tutor-finder" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "priceline", + "source": { + "source": "local", + "path": "./plugins/priceline" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "pylon", + "source": { + "source": "local", + "path": "./plugins/pylon" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "quizlet", + "source": { + "source": "local", + "path": "./plugins/quizlet" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "ranked-ai", + "source": { + "source": "local", + "path": "./plugins/ranked-ai" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "realestate-com-au", + "source": { + "source": "local", + "path": "./plugins/realestate-com-au" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "recorrido", + "source": { + "source": "local", + "path": "./plugins/recorrido" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "redbus", + "source": { + "source": "local", + "path": "./plugins/redbus" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "redfin", + "source": { + "source": "local", + "path": "./plugins/redfin" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "render", + "source": { + "source": "local", + "path": "./plugins/render" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "replit", + "source": { + "source": "local", + "path": "./plugins/replit" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "retell-ai", + "source": { + "source": "local", + "path": "./plugins/retell-ai" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "s-p-global", + "source": { + "source": "local", + "path": "./plugins/s-p-global" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "scite", + "source": { + "source": "local", + "path": "./plugins/scite" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "semrush", + "source": { + "source": "local", + "path": "./plugins/semrush" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "shazam", + "source": { + "source": "local", + "path": "./plugins/shazam" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "skyscanner", + "source": { + "source": "local", + "path": "./plugins/skyscanner" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "slidesgpt", + "source": { + "source": "local", + "path": "./plugins/slidesgpt" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "spaceship", + "source": { + "source": "local", + "path": "./plugins/spaceship" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "speechify", + "source": { + "source": "local", + "path": "./plugins/speechify" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "statsig", + "source": { + "source": "local", + "path": "./plugins/statsig" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "steadily", + "source": { + "source": "local", + "path": "./plugins/steadily" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "streak", + "source": { + "source": "local", + "path": "./plugins/streak" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "stripe", + "source": { + "source": "local", + "path": "./plugins/stripe" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "strive-pdf-generator", + "source": { + "source": "local", + "path": "./plugins/strive-pdf-generator" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "stubhub", + "source": { + "source": "local", + "path": "./plugins/stubhub" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "talkgen", + "source": { + "source": "local", + "path": "./plugins/talkgen" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "target", + "source": { + "source": "local", + "path": "./plugins/target" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "tarot", + "source": { + "source": "local", + "path": "./plugins/tarot" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "the-knot", + "source": { + "source": "local", + "path": "./plugins/the-knot" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "thefork", + "source": { + "source": "local", + "path": "./plugins/thefork" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "thehotelsnetwork", + "source": { + "source": "local", + "path": "./plugins/thehotelsnetwork" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "third-bridge", + "source": { + "source": "local", + "path": "./plugins/third-bridge" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "thumbtack", + "source": { + "source": "local", + "path": "./plugins/thumbtack" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "tickersage", + "source": { + "source": "local", + "path": "./plugins/tickersage" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "tinman-ai", + "source": { + "source": "local", + "path": "./plugins/tinman-ai" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "tonita", + "source": { + "source": "local", + "path": "./plugins/tonita" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "tourlane", + "source": { + "source": "local", + "path": "./plugins/tourlane" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "tourradar", + "source": { + "source": "local", + "path": "./plugins/tourradar" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "travelenie", + "source": { + "source": "local", + "path": "./plugins/travelenie" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "tripadvisor", + "source": { + "source": "local", + "path": "./plugins/tripadvisor" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "tuio", + "source": { + "source": "local", + "path": "./plugins/tuio" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "turo", + "source": { + "source": "local", + "path": "./plugins/turo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "uber", + "source": { + "source": "local", + "path": "./plugins/uber" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "uber-eats", + "source": { + "source": "local", + "path": "./plugins/uber-eats" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "udemy", + "source": { + "source": "local", + "path": "./plugins/udemy" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "unpack", + "source": { + "source": "local", + "path": "./plugins/unpack" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "upwork", + "source": { + "source": "local", + "path": "./plugins/upwork" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "vercel", + "source": { + "source": "local", + "path": "./plugins/vercel" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "viator", + "source": { + "source": "local", + "path": "./plugins/viator" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "vio", + "source": { + "source": "local", + "path": "./plugins/vio" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "vivid-seats", + "source": { + "source": "local", + "path": "./plugins/vivid-seats" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "wayground", + "source": { + "source": "local", + "path": "./plugins/wayground" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "wednesday-app", + "source": { + "source": "local", + "path": "./plugins/wednesday-app" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "wego", + "source": { + "source": "local", + "path": "./plugins/wego" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "weightwatchers", + "source": { + "source": "local", + "path": "./plugins/weightwatchers" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "wix", + "source": { + "source": "local", + "path": "./plugins/wix" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Design" + }, + { + "name": "zen-shopping", + "source": { + "source": "local", + "path": "./plugins/zen-shopping" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "zillow", + "source": { + "source": "local", + "path": "./plugins/zillow" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "ziprecruiter", + "source": { + "source": "local", + "path": "./plugins/ziprecruiter" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "zola", + "source": { + "source": "local", + "path": "./plugins/zola" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "zoom", + "source": { + "source": "local", + "path": "./plugins/zoom" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "zoominfo", + "source": { + "source": "local", + "path": "./plugins/zoominfo" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Research" + }, + { + "name": "zumba", + "source": { + "source": "local", + "path": "./plugins/zumba" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "zumper", + "source": { + "source": "local", + "path": "./plugins/zumper" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Lifestyle" + }, + { + "name": "google-slides", + "source": { + "source": "local", + "path": "./plugins/google-slides" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Productivity" + }, + { + "name": "game-studio", + "source": { + "source": "local", + "path": "./plugins/game-studio" + }, + "installPolicy": "AVAILABLE", + "authPolicy": "ON_INSTALL", + "category": "Coding" + }, + { + "name": "ai-wisebase", + "source": { + "source": "local", + "path": "./plugins/ai-wisebase" + } + }, + { + "name": "assessment-generator", + "source": { + "source": "local", + "path": "./plugins/assessment-generator" + } + }, + { + "name": "base44", + "source": { + "source": "local", + "path": "./plugins/base44" + } + }, + { + "name": "box", + "source": { + "source": "local", + "path": "./plugins/box" + } + }, + { + "name": "datadog", + "source": { + "source": "local", + "path": "./plugins/datadog" + } + }, + { + "name": "demandbase", + "source": { + "source": "local", + "path": "./plugins/demandbase" + } + }, + { + "name": "dropbox", + "source": { + "source": "local", + "path": "./plugins/dropbox" + } + }, + { + "name": "github", + "source": { + "source": "local", + "path": "./plugins/github" + } + }, + { + "name": "google-drive", + "source": { + "source": "local", + "path": "./plugins/google-drive" + } + }, + { + "name": "hubspot-legacy", + "source": { + "source": "local", + "path": "./plugins/hubspot-legacy" + } + }, + { + "name": "miro", + "source": { + "source": "local", + "path": "./plugins/miro" + } + }, + { + "name": "neptune-flood", + "source": { + "source": "local", + "path": "./plugins/neptune-flood" + } + }, + { + "name": "notion", + "source": { + "source": "local", + "path": "./plugins/notion" + } + }, + { + "name": "sendgrid", + "source": { + "source": "local", + "path": "./plugins/sendgrid" + } + }, + { + "name": "sider-recorder-transcriber", + "source": { + "source": "local", + "path": "./plugins/sider-recorder-transcriber" + } + }, + { + "name": "sider-scholar", + "source": { + "source": "local", + "path": "./plugins/sider-scholar" + } + }, + { + "name": "skywatch", + "source": { + "source": "local", + "path": "./plugins/skywatch" + } + }, + { + "name": "slack-legacy", + "source": { + "source": "local", + "path": "./plugins/slack-legacy" + } + } + ] } diff --git a/plugins/linear-2/.app.json b/plugins/linear-2/.app.json deleted file mode 100644 index b19d08ac..00000000 --- a/plugins/linear-2/.app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "apps": { - "linear-2": { - "id": "connector_686fad9b54914a35b75be6d06a0f6f31" - } - } -} diff --git a/plugins/linear-2/.codex-plugin/plugin.json b/plugins/linear-2/.codex-plugin/plugin.json deleted file mode 100644 index 4593996b..00000000 --- a/plugins/linear-2/.codex-plugin/plugin.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "linear-2", - "description": "Find and reference issues and projects.", - "author": { - "name": "OpenAI", - "url": "https://linear.app/" - }, - "homepage": "https://linear.app/", - "repository": "https://github.com/openai/plugins", - "license": "MIT", - "keywords": [], - "apps": "./.app.json", - "interface": { - "displayName": "Linear", - "shortDescription": "Find and reference issues and projects.", - "developerName": "OpenAI", - "category": "Productivity", - "capabilities": [], - "websiteURL": "https://linear.app/", - "privacyPolicyURL": "https://linear.app/privacy", - "defaultPrompt": "Use Linear to help with this task.", - "screenshots": [] - } -} diff --git a/plugins/lseg-2/.app.json b/plugins/lseg-2/.app.json deleted file mode 100644 index e0c7d895..00000000 --- a/plugins/lseg-2/.app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "apps": { - "lseg-2": { - "id": "asdk_app_698aec3092e48191a4484b43a3fc79b8" - } - } -} diff --git a/plugins/lseg-2/.codex-plugin/plugin.json b/plugins/lseg-2/.codex-plugin/plugin.json deleted file mode 100644 index 76e313ec..00000000 --- a/plugins/lseg-2/.codex-plugin/plugin.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "lseg-2", - "version": "1.0.0", - "description": "Data and analytics", - "author": { - "name": "LSEG Engineering", - "url": "https://www.lseg.com/" - }, - "homepage": "https://www.lseg.com/", - "repository": "https://github.com/openai/plugins", - "license": "MIT", - "keywords": [], - "apps": "./.app.json", - "interface": { - "displayName": "LSEG", - "shortDescription": "Data and analytics", - "longDescription": "The LSEG connector provides real-time access to LSEG's comprehensive financial market data ecosystem, spanning across asset classes and domains. It enables seamless integration of institutional-grade market data, analytics and valuation tools directly into conversational AI workflows, allowing users to access deep market insights, perform complex calculations and analyse financial instruments through natural language interactions.", - "developerName": "LSEG Engineering", - "category": "Productivity", - "capabilities": [], - "websiteURL": "https://www.lseg.com/", - "privacyPolicyURL": "https://www.lseg.com/en/policies/privacy-statement", - "termsOfServiceURL": "https://www.lseg.com", - "defaultPrompt": "What is the spot price for the top 10 cross currencies traded on forex exch", - "screenshots": [], - "composerIcon": "./assets/app-icon.png", - "logo": "./assets/app-icon.png" - } -} diff --git a/plugins/lseg-2/assets/app-icon.png b/plugins/lseg-2/assets/app-icon.png deleted file mode 100644 index 0d6d253ce2ffd6f153fa48444e46d24abcb319a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14093 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 IOPPlJKei@k$^ZZW