Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
- [Codex Usage Tracker](https://github.com/douglasmonsky/codex-usage-tracker) - Track aggregate Codex token usage from local session logs with MCP tools for summaries, session detail, CSV export, and dashboard generation.
- [Context Pack](https://github.com/Rothschildiuk/context-pack) - Generate compact first-pass repository briefings for coding agents before deeper exploration.
- [Data Product Builder for dbt](https://github.com/entropy-data/dataproduct-builder-dbt) - Full data-product lifecycle on dbt for Entropy Data: scaffold, audit, and integrate projects with ODCS, ODPS, OpenLineage, and GitHub Actions.
- [Digital Marketing Pro](https://github.com/indranilbanerjee/digital-marketing-pro) - Open-source AI marketing plugin for agencies — 154 skills, 25 specialist agents, 12-Part Strategy Flow, AEO/GEO, GSC AI Performance Report, Google Ads API v24, EU AI Act Article 50 / C2PA compliance.
- [Dodo Payments](https://github.com/dodopayments/dodo-agent-plugin) - Payments integration for checkouts, subscriptions, and billing with live API and documentation MCP servers with browser OAuth.
- [Education Agent Skills](https://github.com/GarethManning/education-agent-skills) - 131 evidence-based education skills for curriculum design, lesson planning, and assessment, with transparent evidence ratings and MCP server.
- [Flow Studio Power Automate](https://github.com/ninihen1/power-automate-mcp-skills) - Debug, build, and operate Power Automate flows via FlowStudio MCP with action-level inputs and outputs.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "digital-marketing-pro",
"version": "3.10.1",
"description": "Open-source AI marketing plugin for agencies — 154 skills, 25 agents, 12-Part Strategy Flow, EU AI Act ready. Runs on Claude Code, Codex, Cursor, Antigravity.",
"author": {
"name": "Indranil Banerjee",
"url": "https://github.com/indranilbanerjee"
},
"homepage": "https://github.com/indranilbanerjee/digital-marketing-pro",
"repository": "https://github.com/indranilbanerjee/digital-marketing-pro",
"license": "MIT",
"keywords": [
"digital-marketing",
"marketing-strategy",
"marketing-automation",
"ai-marketing",
"seo",
"aeo",
"geo",
"compliance",
"eu-ai-act",
"c2pa",
"agency-operations",
"agent-skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Digital Marketing Pro",
"shortDescription": "Open-source AI marketing plugin for agencies — 154 skills, 25 agents, 12-Part Strategy Flow, EU AI Act ready. Runs on Claude Code, Codex, Cursor, Antigravity.",
"longDescription": "153 skills + 25 specialist agents + 12-Part Strategy Flow producing the Four Core Documents (61 explicit steps). For agencies, in-house teams running 50–200 brands, and consultancies. EU AI Act Article 50 ready (C2PA content provenance). 6-platform AEO/GEO audit including Google AI Mode. 16 privacy-law jurisdictions. 14 HTTP MCP connectors (opt-in). Single skills/ directory portable across Claude Code, Codex, Cursor, and Antigravity via the Agent Skills open standard.",
"developerName": "Indranil Banerjee",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://indranil.in",
"defaultPrompt": [
"Set up a new brand for digital marketing engagement.",
"Run a full 12-Part Strategy Flow for the brand.",
"Run a 6-platform AEO/GEO audit for the brand's website.",
"Build a campaign plan with budget, timeline, and KPIs.",
"Generate an executive dashboard for the current client."
],
"composerIcon": "./assets/icon.svg"
}
}
23 changes: 23 additions & 0 deletions plugins/indranilbanerjee/digital-marketing-pro/.codexignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.git/
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
node_modules/
dist/
build/
research/
memory/
tests/
*.pyc
*.pyo
.DS_Store
.env
.env.*
*.pem
*.key
*.p12
oauth-token*.json
client_secret*.json
service_account*.json
.mcp.json
13 changes: 13 additions & 0 deletions plugins/indranilbanerjee/digital-marketing-pro/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.