Skip to content

Commit fe27036

Browse files
committed
feat: readme
1 parent 9323f90 commit fe27036

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ Hand-crafted [skills](https://skills.sh) for agents, built from workflows I kept
44

55
| Skill | What it does |
66
| ---------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7-
| [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. |
98
| [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. |
109
| [upload-image](/skills/upload-image) | Uploads images to [imgbb](https://ibb.co) — local files, URLs, SVGs, base64, whatever. No more manual hosting. |
1110
| [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). |
1211
| [ghostty-remote-control](/skills/ghostty-remote-control) | kitty-inspired `kitten` remote control for agents to control ghostty terminal sessions, tabs, and windows. |
1312
| [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. |
1413

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+
1516
> [!NOTE]
1617
> 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.
1718
> <sub>[skills.sh](https://skills.sh/docs/faq)</sub>
@@ -27,7 +28,7 @@ npx skills@latest add o-az/skills --skill <skill-name>
2728
Example:
2829

2930
```bash
30-
npx skills@latest add o-az/skills --skill screencast
31+
npx skills@latest add o-az/skills --skill multilingual-caption-video
3132
```
3233

3334
Install all skills:

0 commit comments

Comments
 (0)