adlane
v1.0.0Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.
By AdlaneLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install adlane for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adlane@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/adlane-app/pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/adlane/SKILL.md└── .mcp.json
Included Skills1
Review Google Ads and Meta Ads campaign performance, account context and campaign settings when the user asks to analyze their connected Adlane advertising accounts.
MCP servers1
- url
- https://mcp.adlane.app/mcp
Plugin manifests2
{
"name": "adlane",
"version": "1.0.0",
"description": "Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.",
"author": {
"name": "Adlane",
"url": "https://github.com/adlane-app"
},
"skills": "./skills/",
"interface": {
"displayName": "Adlane",
"shortDescription": "Review ad campaign performance",
"longDescription": "Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.",
"developerName": "Adlane",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "Review my connected advertising accounts and help me compare campaign performance."
},
"mcpServers": "./.mcp.json"
}{
"name": "adlane",
"version": "1.0.1",
"description": "Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.",
"author": {
"name": "Adlane",
"url": "https://adlane.app"
},
"homepage": "https://adlane.app",
"repository": "https://github.com/adlane-app/plugin",
"license": "MIT",
"keywords": [
"adlane",
"google-ads",
"meta-ads",
"analytics",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[adlane on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adlane)