← All plugins
ranked-ai
v1.0.3Ranked AI provides industry leading AI SEO & PPC software, with a fully managed service integrated into it.
Codex
by Ranked AI, LLCMIT5kupdated 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/ranked-ai/ inside the repository.
Layout
plugins/ranked-ai/
└── .codex-plugin/plugin.json
Manifests1
plugins/ranked-ai/.codex-plugin/plugin.json
{
"name": "ranked-ai",
"version": "1.0.3",
"description": "Ranked AI provides industry leading AI SEO & PPC software, with a fully managed service integrated into it.",
"author": {
"name": "Ranked AI, LLC",
"url": "https://www.ranked.ai"
},
"homepage": "https://www.ranked.ai",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Ranked AI",
"shortDescription": "Ranked AI provides industry leading AI SEO & PPC software, with a fully managed service integrated into it.",
"longDescription": "Ranked AI provides industry leading AI SEO & PPC software, with a fully managed service integrated into it. We combine AI with industry veterans that know how to help you rank your website on traditional & AI search. Manage your traditional & AI search keywords, audits, backlinks, reports and more with our integrated app.",
"developerName": "Ranked AI, LLC",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://www.ranked.ai",
"privacyPolicyURL": "https://www.ranked.ai/legal/privacy",
"termsOfServiceURL": "https://www.ranked.ai/legal/terms",
"defaultPrompt": [
"Show rankings for project"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}