|
2 | 2 |
|
3 | 3 | Hand-crafted [skills](https://skills.sh) for agents, built from workflows I kept manually repeating. |
4 | 4 |
|
5 | | -| Skill | What it does | |
6 | | -| -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
7 | | -| [screencast](/skills/screencast) | Live-stream browser screencasts over WebSocket so others can watch in real time. | |
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. | |
9 | | -| [upload-image](/skills/upload-image) | Uploads images to [imgbb](https://ibb.co) — local files, URLs, SVGs, base64, whatever. No more manual hosting. | |
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). | |
11 | | -| [ghostty-remote-control](/skills/ghostty-remote-control) | kitty-inspired `kitten` remote control for agents to control ghostty terminal sessions, tabs, and windows. | |
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. | |
| 5 | +| Skill | What it does | |
| 6 | +| ---------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 7 | +| [multilingual-caption-video](/skills/multilingual-caption-video) | Add captions / subtitles to a video in your desired language. | |
| 8 | +| [screencast](/skills/screencast) | Live-stream browser screencasts over WebSocket so others can watch in real time. | |
| 9 | +| [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 | +| [upload-image](/skills/upload-image) | Uploads images to [imgbb](https://ibb.co) — local files, URLs, SVGs, base64, whatever. No more manual hosting. | |
| 11 | +| [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 | +| [ghostty-remote-control](/skills/ghostty-remote-control) | kitty-inspired `kitten` remote control for agents to control ghostty terminal sessions, tabs, and windows. | |
| 13 | +| [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. | |
13 | 14 |
|
14 | 15 | > [!NOTE] |
15 | 16 | > 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