-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.14 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/contentforge",
"version": "3.15.3",
"description": "Open-source enterprise content production plugin — 21 skills, 13 agents, 29-pattern AI humanizer, fact-checker, real .docx output with C2PA signing. Native on Claude Code, Cowork, Codex, Cursor, Copilot CLI, Antigravity, Hermes Agent, OpenClaw.",
"license": "MIT",
"homepage": "https://github.com/indranilbanerjee/contentforge",
"repository": {
"type": "git",
"url": "https://github.com/indranilbanerjee/contentforge.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",
"content-marketing",
"ai-humanizer",
"fact-checking",
"seo",
"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"
}
}
}