You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[multilingual-caption-video](/skills/multilingual-caption-video)| Add captions / subtitles to a video in your desired language. |
8
-
|~~screencast~~ (Use CDP's new `--experimentalScreencast`) |
7
+
|[multilingual-caption-video](/skills/multilingual-caption-video)| Transcribe and translate local or URL videos, burn adaptive multilingual captions, verify the result, and deliver the finished MP4 locally or by shareable link. |
9
8
|[manipulating-video](/skills/manipulating-video)| Manipulate video files with [`ffmpeg`](https://github.com/ffmpeg/ffmpeg) — speed up/slow down, resize, compress, convert formats, extract audio, convert to GIF, trim, merge, and more. |
10
9
|[upload-image](/skills/upload-image)| Uploads images to [imgbb](https://ibb.co) — local files, URLs, SVGs, base64, whatever. No more manual hosting. |
11
10
|[terminal-recording](/skills/terminal-recording)| Record, upload, and GIF-convert terminal sessions with [`asciinema`](https://github.com/asciinema/asciinema) and [`agg`](https://github.com/asciinema/agg). |
12
11
|[ghostty-remote-control](/skills/ghostty-remote-control)| kitty-inspired `kitten` remote control for agents to control ghostty terminal sessions, tabs, and windows. |
13
12
|[github-to-markdown](/skills/github-to-markdown)| Uses [2md](https://github.com/o-az/2md) to convert a GitHub repo, directory, or file into a single markdown document for LLM or documentation workflows. |
14
13
14
+
`multilingual-caption-video` scales caption size with the video, selects an installed font that supports the target language, and adapts text and background contrast to the subtitle region.
15
+
15
16
> [!NOTE]
16
17
> Skills are reusable capabilities for AI agents. They provide procedural knowledge that helps agents accomplish specific tasks more effectively. Skills can include code generation patterns, domain expertise, tool integrations, and more.
0 commit comments