-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.json
More file actions
145 lines (145 loc) · 6.31 KB
/
Copy pathregistry.json
File metadata and controls
145 lines (145 loc) · 6.31 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
{
"version": "1.0",
"updated_at": "2025-02-22T00:00:00Z",
"description": "Cleo Skill Registry — community skills for dynamic installation",
"skills": [
{
"slug": "browser-control",
"name": "Browser Control",
"description": "Playwright-based browser automation — navigate, click, type, screenshot, extract data from web pages. Use for web scraping, form filling, and automated testing.",
"version": "0.1.0",
"author": "cleo-core",
"tags": ["browser", "web", "automation", "playwright", "scraping"],
"requires": {"bins": ["playwright"]},
"install": [
{"kind": "node", "package": "playwright", "bins": ["playwright"], "label": "Install Playwright via npm"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/browser-control.md",
"pack": false
},
{
"slug": "pdf-tools",
"name": "PDF Tools",
"description": "Advanced PDF manipulation — merge, split, rotate, extract text, convert pages to images. Requires qpdf and poppler.",
"version": "0.2.0",
"author": "cleo-core",
"tags": ["pdf", "document", "merge", "split", "convert"],
"requires": {"bins": ["qpdf"]},
"install": [
{"kind": "brew", "formula": "qpdf", "bins": ["qpdf"], "label": "Install qpdf via Homebrew"},
{"kind": "apt", "package": "qpdf", "bins": ["qpdf"], "label": "Install qpdf via apt"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/pdf-tools.md",
"pack": false
},
{
"slug": "image-magick",
"name": "ImageMagick Tools",
"description": "Image manipulation — resize, crop, convert formats, add watermarks, create thumbnails. Uses ImageMagick CLI.",
"version": "0.1.0",
"author": "cleo-core",
"tags": ["image", "media", "resize", "convert", "watermark"],
"requires": {"bins": ["magick"]},
"install": [
{"kind": "brew", "formula": "imagemagick", "bins": ["magick"], "label": "Install ImageMagick via Homebrew"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/image-magick.md",
"pack": false
},
{
"slug": "yt-dlp",
"name": "YouTube Downloader",
"description": "Download videos and audio from YouTube and 1000+ other sites. Extract metadata, thumbnails, subtitles.",
"version": "0.1.0",
"author": "cleo-community",
"tags": ["youtube", "video", "download", "media", "audio"],
"requires": {"bins": ["yt-dlp"]},
"install": [
{"kind": "brew", "formula": "yt-dlp", "bins": ["yt-dlp"], "label": "Install yt-dlp via Homebrew"},
{"kind": "uv", "package": "yt-dlp", "bins": ["yt-dlp"], "label": "Install yt-dlp via uv"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/yt-dlp.md",
"pack": false
},
{
"slug": "ffmpeg-tools",
"name": "FFmpeg Media Tools",
"description": "Audio/video processing — convert formats, extract audio, trim clips, merge files, create GIFs from video.",
"version": "0.1.0",
"author": "cleo-core",
"tags": ["ffmpeg", "video", "audio", "convert", "media"],
"requires": {"bins": ["ffmpeg"]},
"install": [
{"kind": "brew", "formula": "ffmpeg", "bins": ["ffmpeg"], "label": "Install FFmpeg via Homebrew"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/ffmpeg-tools.md",
"pack": false
},
{
"slug": "sqlite-query",
"name": "SQLite Query",
"description": "Query and manage SQLite databases — run SQL, export CSV/JSON, schema inspection, data analysis.",
"version": "0.1.0",
"author": "cleo-core",
"tags": ["database", "sqlite", "sql", "query", "data"],
"requires": {"bins": ["sqlite3"]},
"install": [],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/sqlite-query.md",
"pack": false
},
{
"slug": "docker-compose",
"name": "Docker Compose",
"description": "Manage Docker containers and compose stacks — build, run, monitor, debug containerized services.",
"version": "0.1.0",
"author": "cleo-community",
"tags": ["docker", "container", "devops", "deploy"],
"requires": {"bins": ["docker"]},
"install": [
{"kind": "brew-cask", "formula": "docker", "bins": ["docker"], "label": "Install Docker Desktop via Homebrew"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/docker-compose.md",
"pack": false
},
{
"slug": "jq-processor",
"name": "JQ JSON Processor",
"description": "Process and transform JSON data using jq — filter, map, reduce, format JSON from APIs and files.",
"version": "0.1.0",
"author": "cleo-community",
"tags": ["json", "jq", "data", "transform", "api"],
"requires": {"bins": ["jq"]},
"install": [
{"kind": "brew", "formula": "jq", "bins": ["jq"], "label": "Install jq via Homebrew"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/jq-processor.md",
"pack": false
},
{
"slug": "rsync-backup",
"name": "Rsync Backup",
"description": "File synchronization and backup using rsync — incremental backups, remote sync, excludes, dry-run preview.",
"version": "0.1.0",
"author": "cleo-community",
"tags": ["backup", "sync", "rsync", "files"],
"requires": {"bins": ["rsync"]},
"install": [],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/rsync-backup.md",
"pack": false
},
{
"slug": "ollama-local",
"name": "Ollama Local LLM",
"description": "Run local LLMs via Ollama — query models, compare outputs, use as secondary opinion or fallback.",
"version": "0.1.0",
"author": "cleo-community",
"tags": ["llm", "ollama", "local", "ai", "inference"],
"requires": {"bins": ["ollama"]},
"install": [
{"kind": "brew", "formula": "ollama", "bins": ["ollama"], "label": "Install Ollama via Homebrew"}
],
"download_url": "https://raw.githubusercontent.com/punkpeye/cleo-skills/main/skills/ollama-local.md",
"pack": false
}
]
}