-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
64 lines (64 loc) · 1.96 KB
/
plugin.json
File metadata and controls
64 lines (64 loc) · 1.96 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cc-gpt-image2-seedance-blockrun",
"version": "0.1.0",
"description": "Run any awesome-gpt-image-2 or Seedance prompt as a Claude Code command. Pay per image with x402 USDC on Base via BlockRun.ai. Three viral one-command workflows: /headshot, /dance, /poster.",
"author": "BlockRun.ai",
"homepage": "https://github.com/BlockRunAI/Claude-Code-GPT-IMAGE2-SeeDance-BlockRun",
"license": "MIT",
"keywords": [
"claude-code",
"claude-code-skill",
"gpt-image-2",
"seedance",
"bytedance-video",
"blockrun",
"x402",
"usdc",
"base",
"ai-image",
"ai-video",
"image-to-video",
"headshot-generator",
"movie-poster",
"dance-video",
"viral-prompts",
"awesome-gpt-image-2",
"awesome-seedance",
"mcp"
],
"requires": {
"claudeCode": ">=1.0.0",
"mcpServers": [
"blockrun"
]
},
"mcpServersNote": "Skills here invoke mcp__blockrun__blockrun_image, blockrun_video, and blockrun_wallet. The canonical way to register the BlockRun MCP server is: `claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest`. The .mcp.json shipped at the repo root is a best-effort fallback for marketplace install paths that read it automatically.",
"skills": [
{
"id": "headshot",
"path": "skills/headshot/SKILL.md",
"description": "Studio-quality professional headshot in ~10 seconds via gpt-image-2."
},
{
"id": "dance",
"path": "skills/dance/SKILL.md",
"description": "Turn any photo into a 5-second dance video via Seedance 2.0-fast."
},
{
"id": "poster",
"path": "skills/poster/SKILL.md",
"description": "Cinema-grade movie or event poster via gpt-image-2 with multilingual typography."
}
],
"outputDirectory": {
"default": "./blockrun-out/{timestamp}-{command}/",
"envOverride": "BLOCKRUN_OUT_DIR"
},
"tags": [
"image-generation",
"video-generation",
"creator-tools",
"marketing",
"x402"
]
}