-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclaw.json
More file actions
88 lines (88 loc) · 2.39 KB
/
Copy pathclaw.json
File metadata and controls
88 lines (88 loc) · 2.39 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "designkit-ecommerce-skills",
"version": "1.1.2",
"author": "designkit",
"description": "AI design assets in seconds: remove backgrounds, restore blurry photos, and generate ecommerce listing image sets with hero/detail outputs.",
"license": "MIT-0",
"entry": "SKILL.md",
"tags": [
"designkit",
"designkit-official",
"ai-design-tools",
"ai-image-editing",
"background-removal",
"remove-background",
"matting",
"transparent-background",
"image-restoration",
"blur-fix",
"ecommerce-listing",
"listing-images",
"product-images",
"product-hero-image",
"creative-assets",
"background-cutout",
"white-background",
"photo-restoration",
"image-enhancement",
"ecommerce-image-kit",
"product-detail-image"
],
"models": ["claude-*", "gpt-*", "gemini-*"],
"permissions": ["network", "filesystem", "shell"],
"triggers": {
"keywords": [
"remove background",
"background removal",
"transparent background",
"white background",
"cutout",
"matting",
"extract subject",
"remove background ai",
"image background remover",
"image restoration",
"restore blurry image",
"enhance image quality",
"super resolution",
"sharpen photo",
"enhance product photo",
"generate listing image set",
"ecommerce image set",
"product image set",
"product hero image",
"product detail image",
"listing hero image",
"listing image pack",
"amazon listing images",
"amazon listing pack",
"temu listing pack",
"launch-ready listing kit",
"high-converting listing style set",
"designkit",
"designkit studio"
]
},
"config": {
"DESIGNKIT_OPENCLAW_AK": {
"type": "string",
"description": "OpenClaw/Designkit API Access Key. Shared by all sub-skills via header X-Openclaw-AK.",
"required": true
},
"DESIGNKIT_OPENCLAW_AK_URL": {
"type": "string",
"description": "URL for checking/getting credits. Default: https://www.designkit.com/openClaw.",
"required": false
}
},
"skills": {
"designkit-edit-tools": {
"entry": "skills/designkit-edit-tools/SKILL.md",
"status": "active"
},
"designkit-ecommerce-product-kit": {
"entry": "skills/designkit-ecommerce-product-kit/SKILL.md",
"status": "active"
}
}
}