← All plugins
waldo
v1.0.3Waldo is an AI-powered strategy platform for agencies and brands.
Codex
by Curiosities, Inc.MIT5kupdated 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/waldo/ inside the repository.
Layout
plugins/waldo/
└── .codex-plugin/plugin.json
Manifests1
plugins/waldo/.codex-plugin/plugin.json
{
"name": "waldo",
"version": "1.0.3",
"description": "Waldo is an AI-powered strategy platform for agencies and brands.",
"author": {
"name": "Curiosities, Inc.",
"url": "https://www.waldo.fyi"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Waldo",
"shortDescription": "Waldo is an AI-powered strategy platform for agencies and brands.",
"longDescription": "Waldo is an AI-powered strategy platform for agencies and brands. Run strategy agent, explore collected signals — paid ads, brand mentions, audience conversations, trending topics, and more — and retrieve data across your team's brand spaces.",
"developerName": "Curiosities, Inc.",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Check the relevant mobile test coverage in Waldo"
],
"screenshots": [],
"websiteURL": "https://www.waldo.fyi",
"privacyPolicyURL": "https://www.waldo.fyi/privacy",
"termsOfServiceURL": "https://www.waldo.fyi/tos",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://www.waldo.fyi"
}