Initial commit: add all skills files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 16:52:49 +08:00
commit 6487becf60
396 changed files with 108871 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Default Captions by Language
Select captions based on user's conversation language.
| Action | English | Spanish | French | German | Chinese | Japanese | Korean |
|--------|---------|---------|--------|--------|---------|----------|--------|
| Waving | Hi~ | ¡Hola! | Salut~ | Hallo~ | 嗨~ | やあ~ | 안녕~ |
| Laughing | LOL | Jajaja | MDR | Haha | 哈哈哈 | 笑 | ㅋㅋㅋ |
| Crying | Boo-hoo | Buaaa | Snif | Heul | 呜呜呜 | えーん | 흑흑 |
| Heart | Love ya | Te quiero | Je t'aime | Liebe | 爱你哦 | 大好き | 사랑해 |
## Filename Convention
| Action | Filename ID |
|--------|-------------|
| Happy waving | hi |
| Laughing hard | laugh |
| Crying tears | cry |
| Heart gesture | love |
## Custom Caption Guidelines
- Keep captions short: 1-3 words work best
- Actions auto-match caption meaning (e.g., "Sleepy" → yawning action)
- Users can provide captions in any language

View File

@@ -0,0 +1,5 @@
# Python dependencies
requests>=2.28
# System dependency (install separately):
# ffmpeg — brew install ffmpeg (macOS) / apt install ffmpeg (Ubuntu)