返回顶部
s

senseaudio-open-platform

Integration guide for SenseAudio Open Platform APIs, including TTS (sync/SSE/WebSocket), ASR (HTTP/WebSocket), realtime Agents, video generation/storyboard, and voice clone usage constraints. Use this whenever the user asks to build, debug, or optimize any SenseAudio API call, event flow, request schema, response parsing, or production error handling.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
187
下载量
0
收藏
概述
安装方式
版本历史

senseaudio-open-platform

# SenseAudio Open Platform Use this skill for implementation work around `api.senseaudio.cn` and `wss://api.senseaudio.cn`. ## Quick Routing - TTS text-to-speech: read `references/tts.md` - ASR speech recognition and audio analysis: read `references/asr.md` - Realtime agent session lifecycle: read `references/agent.md` - Video generation and storyboard APIs: read `references/video.md` - Voice plan levels and clone constraints: read `references/voice.md` Load only the relevant reference file(s) for the user task. ## Default Workflow 1. Confirm capability and protocol: - TTS: HTTP sync, SSE stream, or WebSocket stream. - ASR: HTTP file transcription or WebSocket realtime stream. - Agent: REST lifecycle plus external realtime media channel. - Video: upload/create/poll/storyboard pipeline. 2. Build a minimal valid request first: - Add `Authorization: Bearer <API_KEY>`. - Set required fields only. - Validate model and endpoint compatibility. 3. Add advanced options only when asked: - Voice tuning, dictionary, translation, diarization, timestamps, storyboard edits. 4. Parse responses safely: - Check status fields before using payload data. - For TTS, decode hex audio to bytes before saving or playback. - For streams, aggregate chunks and finalize on terminal event/status. 5. Add production hardening: - Timeout and retry strategy for transient failures. - Explicit handling of auth, quota, parameter, and not-found errors. - Structured logs with `trace_id` or session identifiers when available. ## Implementation Rules - Keep API keys in environment variables, never hardcode secrets. - Prefer curl first for reproducibility, then provide language SDK code. - For WebSocket flows, enforce event ordering from the reference docs. - Keep examples copy-paste runnable. - If user provides invalid parameter combinations, explain the exact fix. ## Output Checklist When producing implementation output, include: 1. Chosen endpoint and protocol. 2. Minimal request example. 3. One production-ready version (language requested by user). 4. Error handling and response parsing notes. 5. Any model-specific constraints that apply.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 senseaudio-1776301442 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 senseaudio-1776301442 技能

通过命令行安装

skillhub install senseaudio-1776301442

下载 Zip 包

⬇ 下载 senseaudio-open-platform v1.0.0

文件大小: 8.41 KB | 发布时间: 2026-4-17 16:03

v1.0.0 最新 2026-4-17 16:03
senseaudio-open-platform v1.0.0

- Initial release providing integration guidance for SenseAudio Open Platform APIs (TTS, ASR, Agents, Video generation, Voice clone constraints).
- Includes detailed routing to reference files for each API function.
- Outlines a step-by-step workflow: confirming protocol, building minimal requests, parsing responses, and implementing production hardening.
- Enforces secure API key handling and best practices for reproducible, copy-paste-ready examples.
- Supplies an output checklist to ensure complete and robust implementation responses.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部