بنقرة واحدة
audio-tts
Generate speech audio using macOS native TTS (say + afconvert), outputting m4a files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate speech audio using macOS native TTS (say + afconvert), outputting m4a files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Control message formatting and writing style for Lark/Feishu conversations.
Create, query, edit, and manage Feishu Bitable (multidimensional spreadsheets) via lark-cli base — apps, tables, fields, records, views, dashboards, forms, workflows.
Manage Feishu calendar events via lark-cli — create/update/delete events, manage attendees, query free/busy and suggest available time slots, find and book meeting rooms.
List Feishu group chat members and resolve chat metadata via lark-cli.
Create a Feishu cloud document from Lark-flavored Markdown via lark-cli, with optional folder or wiki placement.
Comment management and media (image/file) operations on Feishu cloud documents via lark-cli.
| name | audio-tts |
| description | Generate speech audio using macOS native TTS (say + afconvert), outputting m4a files. |
| triggers | {"intent_patterns":["语音|读出来|朗读|TTS|配音|发个语音"],"context_signals":{"keywords":["语音","朗读","tts","配音","音频"]},"confidence_threshold":0.6} |
| priority | 6 |
| requires_tools | ["bash","write"] |
| max_tokens | 200 |
| cooldown | 30 |
| output | {"format":"markdown","artifacts":true,"artifact_type":"audio"} |
Generate speech audio using macOS built-in say command and convert to m4a format.
| Intent | Command | Key Params |
|---|---|---|
| Speak text | $PYTHON $SKILL_DIR/run.py speak --text '...' | --text (required) |
| Custom voice | $PYTHON $SKILL_DIR/run.py speak --text '...' --voice Samantha | --voice |
$PYTHON $SKILL_DIR/run.py speak --text 'Hello, this is a speech test'
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | yes | Text to speak |
| voice | string | no | Voice name (e.g. Ting-Ting / Samantha), defaults to system default |
| rate | int | no | Speech rate in WPM (passed to say -r) |
| output | string | no | Output path, default /tmp/tts_<ts>.m4a |
say and afconvert commands).