-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathskills.sh.json
More file actions
176 lines (176 loc) · 4.39 KB
/
Copy pathskills.sh.json
File metadata and controls
176 lines (176 loc) · 4.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
"notGrouped": "bottom",
"groupings": [
{
"title": "Image Generation",
"description": "generate and edit images with AI models.",
"skills": [
"ai-image-generation",
"gpt-image",
"flux-image",
"p-image",
"qwen-image-2",
"qwen-image-2-pro",
"nano-banana",
"nano-banana-2",
"image-upscaling",
"background-removal"
]
},
{
"title": "Video Generation",
"description": "generate and edit videos with AI models.",
"skills": [
"ai-video-generation",
"seedance",
"google-veo",
"p-video",
"image-to-video",
"ai-avatar-video",
"p-video-avatar",
"happyhorse",
"remotion-render"
]
},
{
"title": "Audio & Speech",
"description": "text-to-speech, voice cloning, music generation, and audio tools.",
"skills": [
"text-to-speech",
"speech-to-text",
"elevenlabs-tts",
"elevenlabs-stt",
"elevenlabs-dialogue",
"dialogue-audio",
"elevenlabs-voice-changer",
"elevenlabs-voice-isolator",
"ai-voice-cloning",
"elevenlabs-music",
"elevenlabs-sound-effects",
"elevenlabs-dubbing",
"ai-music-generation"
]
},
{
"title": "LLM & Search",
"description": "language models, RAG pipelines, and web search.",
"skills": [
"llm-models",
"ai-rag-pipeline",
"web-search"
]
},
{
"title": "Platform & SDK",
"description": "build and deploy apps on inference.sh.",
"skills": [
"building-apps",
"python-sdk",
"javascript-sdk",
"infsh-cli",
"agent-tools",
"agent-browser",
"python-executor",
"related-skill"
]
},
{
"title": "UI Components",
"description": "embed AI-powered interfaces in your app.",
"skills": [
"agent-ui",
"chat-ui",
"tools-ui",
"widgets-ui"
]
},
{
"title": "Design",
"description": "guides for creating visual assets with AI.",
"skills": [
"logo-design-guide",
"landing-page-design",
"og-image-design",
"youtube-thumbnail-design",
"app-store-screenshots",
"pitch-deck-visuals",
"book-cover-design",
"character-design-sheet",
"email-design",
"data-visualization",
"ai-product-photography",
"product-photography"
]
},
{
"title": "Content & Writing",
"description": "guides for written content, blogs, and newsletters.",
"skills": [
"technical-blog-writing",
"seo-content-brief",
"case-study-writing",
"press-release-writing",
"newsletter-curation",
"ai-content-pipeline",
"content-repurposing",
"ai-automation-workflows"
]
},
{
"title": "Social Media",
"description": "guides and tools for social media content.",
"skills": [
"twitter-automation",
"ai-social-media-content",
"twitter-thread-creation",
"linkedin-content",
"social-media-carousel"
]
},
{
"title": "Video Production",
"description": "guides for planning and producing video content.",
"skills": [
"ai-marketing-videos",
"explainer-video-guide",
"storyboard-creation",
"talking-head-production",
"video-ad-specs"
]
},
{
"title": "Podcasts",
"description": "guides for creating AI-powered podcasts.",
"skills": [
"ai-podcast-creation",
"ai-podcast"
]
},
{
"title": "Product & Strategy",
"description": "guides for product launches, personas, and competitive analysis.",
"skills": [
"product-hunt-launch",
"product-changelog",
"customer-persona",
"competitor-teardown"
]
},
{
"title": "Prompting",
"description": "guides for writing better prompts.",
"skills": [
"prompt-engineering",
"video-prompting-guide"
]
},
{
"title": "Agent Practice",
"description": "guides for how coding agents work, not what they build.",
"skills": [
"affirmations"
]
}
]
}