← 返回 Skills 市场
235
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mosi-transcribe-diarize
功能描述
MOSS 多说话人转写技能。支持 URL / 本地文件 / Base64 音频输入, 输出带时间戳与 speaker 的结构化转写结果(JSON、逐段文本、按说话人汇总)。 用于会议纪要、访谈录音、多人对话整理。
安全使用建议
What to consider before installing:
- The script will upload any provided audio (including local files you point to) to https://studio.mosi.cn and sends your API key as a Bearer token. Only supply an API key you trust the service with and avoid sending highly sensitive audio unless you have an acceptable data policy.
- There is a metadata inconsistency: the registry entry claims no required env vars but SKILL.md/script require MOSS_API_KEY (with fallbacks). Treat this as a documentation gap — confirm where to store/approve the key before installation.
- The script requires the Python 'requests' package; the skill does not declare installation steps. Make sure your environment has required Python deps.
- The code enforces HTTPS and restricts the host to studio.mosi.cn, which limits accidental exfiltration to other domains. That is good, but you should still verify the service (studio.mosi.cn) and the skill owner (currently 'unknown').
- If you need higher assurance: ask the publisher to (a) correct registry metadata to declare the required env vars, (b) provide provenance for the code (source repo, signing), and (c) document the data retention/privacy policy for uploaded audio. Rotate or scope API keys used with this skill where possible.
功能分析
Type: OpenClaw Skill
Name: mosi-transcribe-diarize
Version: 1.0.0
The skill is a legitimate tool for audio transcription and diarization using the MOSI Studio API (studio.mosi.cn). The script `scripts/transcribe.py` includes a security validation check that restricts API requests to the official domain via HTTPS, effectively preventing the tool from being used for arbitrary data exfiltration. The logic is transparent, lacks obfuscation, and strictly follows the functionality described in the documentation.
能力评估
Purpose & Capability
Name/description (multi‑speaker transcription) align with the included script and runtime instructions: the script sends audio (URL, local file encoded as data URL, or base64) to studio.mosi.cn for diarization. However, registry metadata claims no required env vars/credentials while the SKILL.md and script require an API key (MOSS_API_KEY / MOSI_TTS_API_KEY / MOSI_API_KEY). This metadata mismatch is an inconsistency to be aware of.
Instruction Scope
SKILL.md instructs the agent to run scripts/transcribe.py with clearly scoped arguments (--audio-url, --file, --audio-data). The script only reads the provided audio file (if --file), base64-encodes it, and POSTs JSON to the enforced endpoint (https://studio.mosi.cn). It does not attempt to read arbitrary system files or other environment variables beyond the API keys described.
Install Mechanism
This is instruction-only with an included Python script (no network install). No external downloads or installers are used. The script imports the requests library but no install step or dependency declaration is provided in the registry metadata or SKILL.md — users will need Python and the requests package available in the environment.
Credentials
The script requires an API key (it checks MOSS_API_KEY and falls back to MOSI_TTS_API_KEY or MOSI_API_KEY) and will send that key as a Bearer token to studio.mosi.cn. That credential is appropriate for the declared purpose, but the registry metadata incorrectly lists 'Required env vars: none' and 'Primary credential: none' — an incoherence that could confuse permission/approval workflows. No unrelated secrets are requested.
Persistence & Privilege
The skill does not request persistent/invisible presence (always:false). It does not alter other skills or agent-wide config. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mosi-transcribe-diarize - 安装完成后,直接呼叫该 Skill 的名称或使用
/mosi-transcribe-diarize触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Fork of moss-transcribe-diarize with env declaration for MOSI_TTS_API_KEY and homepage metadata
元数据
常见问题
MOSI Transcribe Diarize 多说话人转写 是什么?
MOSS 多说话人转写技能。支持 URL / 本地文件 / Base64 音频输入, 输出带时间戳与 speaker 的结构化转写结果(JSON、逐段文本、按说话人汇总)。 用于会议纪要、访谈录音、多人对话整理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 MOSI Transcribe Diarize 多说话人转写?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mosi-transcribe-diarize」即可一键安装,无需额外配置。
MOSI Transcribe Diarize 多说话人转写 是免费的吗?
是的,MOSI Transcribe Diarize 多说话人转写 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MOSI Transcribe Diarize 多说话人转写 支持哪些平台?
MOSI Transcribe Diarize 多说话人转写 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MOSI Transcribe Diarize 多说话人转写?
由 YYL(@mkkb473)开发并维护,当前版本 v1.0.0。
推荐 Skills