-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskills.sh.json
More file actions
70 lines (70 loc) · 1.64 KB
/
Copy pathskills.sh.json
File metadata and controls
70 lines (70 loc) · 1.64 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
{
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
"notGrouped": "bottom",
"groupings": [
{
"title": "Suite",
"description": "Install everything at once.",
"skills": [
"pruna"
]
},
{
"title": "Guides",
"description": "Vendor-neutral prompting and API craft.",
"skills": [
"generation-diversity",
"image-prompting",
"video-prompting",
"audio-prompting",
"video-editing",
"pruna-api"
]
},
{
"title": "Image Tools",
"description": "Generate and edit images with Pruna API models.",
"skills": [
"p-image",
"p-image-ideogram",
"p-image-edit",
"p-image-upscale",
"p-image-try-on"
]
},
{
"title": "Video Tools",
"description": "Generate and edit video with Pruna API models.",
"skills": [
"p-video",
"p-video-avatar",
"p-video-animate",
"p-video-replace"
]
},
{
"title": "Audio Tools",
"description": "Music, TTS, transcription, and background audio.",
"skills": [
"gemini-3.1-flash-tts",
"music-2.5",
"stable-audio-2.5",
"whisperx"
]
},
{
"title": "Workflows",
"description": "Multi-step production playbooks for explainers, music videos, and reels.",
"skills": [
"image-to-video",
"narrated-multi-scene",
"visual-transition-reel",
"avatar-single-scene",
"avatar-multi-scene",
"interactive-explainer",
"music-video",
"illustrated-story-reel"
]
}
]
}