-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.57 KB
/
Copy pathplugin.json
File metadata and controls
38 lines (38 loc) · 1.57 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
{
"name": "vulca",
"version": "0.23.1",
"description": "Agent-native visual control for discovery, prompt structure, semantic layers, redraw workflows, and cultural evaluation.",
"author": {
"name": "Vulca maintainers",
"url": "https://github.com/vulca-org"
},
"homepage": "https://github.com/vulca-org/vulca-visual-agent-plugin",
"repository": "https://github.com/vulca-org/vulca-visual-agent-plugin",
"license": "Apache-2.0",
"keywords": [
"visual-control",
"image-generation",
"mcp",
"creative-direction"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Vulca",
"shortDescription": "Control visual projects with discovery, structured prompts, layers, and evaluation.",
"longDescription": "Vulca turns fuzzy visual intent into reviewable creative artifacts: discovery notes, direction cards, structured prompts, semantic layers, provider-routed generation, redraw workflows, and L1-L5 cultural evaluation. Redraw and inpaint tools are advanced workflows and should remain explicit opt-in.",
"developerName": "Vulca",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write",
"MCP"
],
"websiteURL": "https://github.com/vulca-org/vulca-visual-agent-plugin",
"defaultPrompt": [
"Run Vulca visual discovery for this visual idea and produce direction cards.",
"Decompose this image into semantic layers and summarize what can be edited.",
"Evaluate this generated image against the selected cultural tradition and intent."
]
}
}