-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
41 lines (41 loc) · 1.16 KB
/
opencode.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"mcp": {
"agentic-creator-os": {
"type": "local",
"command": [
"node",
"C:/Users/Frank/FrankX/FrankX.AI - Vercel Website/agentic-creator-os/mcp-servers/creator/build/index.js"
]
},
"agentic-evaluator": {
"type": "local",
"command": [
"node",
"C:/Users/Frank/FrankX/FrankX.AI - Vercel Website/agentic-creator-os/mcp-servers/evaluator/build/index.js"
]
}
},
"skills": {
"content": {
"command": "skill:content",
"description": "Content creation skills for social media, blogs, emails, and more"
},
"marketing": {
"command": "skill:marketing",
"description": "Marketing workflows including cross-platform distribution and SEO audits"
},
"dev": {
"command": "skill:dev",
"description": "Development workflows for website creation and code generation"
},
"evaluator": {
"command": "skill:evaluator",
"description": "Quality evaluation and audit logging for content"
}
},
"audit": {
"enabled": true,
"path": "~/.claude/agentic-creator-os/audit",
"sources": ["opencode", "claude-code", "gemini", "custom"]
}
}