oh-my-agent 8.15.0 → 8.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/bin/cli.js +686 -678
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,6 +157,7 @@ Pick a preset and you're ready:
|
|
|
157
157
|
| **oma-scm** | Manages your branches, merges, worktrees, and Conventional Commits. |
|
|
158
158
|
| **oma-search** | Routes each query to the best source and scores how much you can trust the result. |
|
|
159
159
|
| **oma-skill-creator** | Writes and audits new OMA skills in the SSL-lite format. |
|
|
160
|
+
| **oma-slide** | Generates distinctive, animation-rich HTML presentation decks and exports to PDF/PNG/PPTX. |
|
|
160
161
|
| **oma-tf-infra** | Provisions multi-cloud infrastructure with Terraform. |
|
|
161
162
|
| **oma-translator** | Translates between languages so it reads like a native wrote it. |
|
|
162
163
|
| **oma-voice** | Generates voiceovers and transcribes audio on-device, no cloud needed. |
|