Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:08 +08:00
commit 87cad5646f
11 changed files with 1043 additions and 0 deletions

30
commands/info.md Normal file
View File

@@ -0,0 +1,30 @@
---
description: Display AWS credentials and tool config
argument-hint:
---
Display AWS Polly tool configuration, credentials status, and helpful command references.
## Usage
```bash
aws-polly-tts-tool info
```
## Examples
```bash
# Show configuration and verify credentials
aws-polly-tts-tool info
```
## Output
Returns:
- AWS credential status (Valid/Invalid)
- AWS Account ID, User ID, ARN
- Available engines (standard, neural, generative, long-form)
- Output formats (mp3, ogg_vorbis, pcm)
- Useful command examples
Use this to verify AWS authentication and discover tool capabilities.