Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

senseaudiosenseaudio 视频

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

7,119

周安装

288

GitHub Stars

公开资料未说明

下载量

2,235
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:senseaudio(senseaudio 视频)
来源仓库:https://github.com/scikkk/senseaudio
安装命令:
openclaw skills install senseaudio
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install senseaudio

简介

SenseAudio 开放平台 API 集成指南,包括 TTS (sync/SSE/WebSocket)、ASR (HTTP/WebSocket)、实时代理、视频生成/故事板等

SKILL.md

name
senseaudio-open-platform
description
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.

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.
  1. Build a minimal valid request first:
  • Add Authorization: Bearer <API_KEY>.
  • Set required fields only.
  • Validate model and endpoint compatibility.
  1. Add advanced options only when asked:
  • Voice tuning, dictionary, translation, diarization, timestamps, storyboard edits.
  1. 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.
  1. 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.27%
按下载量换算2,107

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills