← All plugins
windsor-ai
v1.0.3Windsor.ai connects your marketing and business data sources to Codex so you can ask questions in natural...
Codex
by Windsor.aiMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/windsor-ai/ inside the repository.
Layout
plugins/windsor-ai/
└── .codex-plugin/plugin.json
Manifests1
plugins/windsor-ai/.codex-plugin/plugin.json
{
"name": "windsor-ai",
"version": "1.0.3",
"description": "Windsor.ai connects your marketing and business data sources to Codex so you can ask questions in natural...",
"author": {
"name": "Windsor.ai",
"url": "https://windsor.ai"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Windsor.ai",
"shortDescription": "Windsor.ai connects your marketing and business data sources to Codex so you can ask questions in natural...",
"longDescription": "Windsor.ai connects your marketing and business data sources to Codex so you can ask questions in natural language and get answers from your connected accounts.\n\nCommon data sources customers connect include: Google Ads, Meta (Facebook) Ads, Instagram, LinkedIn Ads, LinkedIn Company Pages, TikTok Ads, GA4, Google Search Console, YouTube Analytics, Google Business Profile, HubSpot, Salesforce, Shopify, Klaviyo, Amazon Ads, Microsoft Ads (Bing), Google Merchant Center, Stripe, GoHighLevel, and more. ",
"developerName": "Windsor.ai",
"category": "Data & Analytics",
"capabilities": [],
"defaultPrompt": [
"Pull the relevant attribution context from Windsor.ai"
],
"screenshots": [],
"websiteURL": "https://windsor.ai",
"privacyPolicyURL": "https://windsor.ai/privacy-statement/",
"termsOfServiceURL": "https://windsor.ai/terms-of-service/",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
},
"homepage": "https://windsor.ai"
}