Initial commit: skills library
- 70 skills with code and documentation - Add .gitignore (ignore __pycache__, output/, temp/, venv/) - Clean up test intermediates and caches
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,5 @@
|
||||
# Python dependencies
|
||||
requests>=2.28
|
||||
|
||||
# System dependency (install separately):
|
||||
# ffmpeg — brew install ffmpeg (macOS) / apt install ffmpeg (Ubuntu)
|
||||
Reference in New Issue
Block a user