-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@indranilbanerjee/digital-marketing-pro",
"version": "3.15.1",
"description": "Open-source AI marketing plugin — 158 skills, 24 agents, 12-Part Strategy Flow, EU AI Act ready. Native on Claude Code, Cowork, Codex, Cursor, Copilot CLI, Antigravity, Hermes Agent, OpenClaw.",
"license": "MIT",
"homepage": "https://github.com/indranilbanerjee/digital-marketing-pro",
"repository": {
"type": "git",
"url": "https://github.com/indranilbanerjee/digital-marketing-pro.git"
},
"author": {
"name": "Indranil Banerjee",
"url": "https://indranil.in"
},
"keywords": [
"claude-code",
"claude-plugin",
"agent-skills",
"openai-codex",
"cursor-plugin",
"copilot-cli-plugin",
"google-antigravity",
"hermes-plugin",
"openclaw-plugin",
"marketing",
"seo",
"aeo",
"geo",
"c2pa",
"eu-ai-act"
],
"openclaw": {
"type": "bundle",
"extensions": ["./skills/"],
"skills": ["./skills"],
"compat": {
"pluginApi": ">=2026.3.24-beta.2"
},
"build": {
"openclawVersion": "2026.3.24-beta.2"
}
}
}