← 返回 Skills 市场
chorus12

salute speech

作者 chorus12 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
656
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install salute-speech
功能描述
Transcribe audio files using Sber Salute Speech async API. Russian-first STT with support for ru-RU, en-US, kk-KZ, ky-KG, uz-UZ.
安全使用建议
This skill appears to do what it says: it uploads a user-supplied audio file to Sber's Salute Speech service using the API key in SALUTE_AUTH_DATA and returns transcripts. Before installing, consider the following: - Protect SALUTE_AUTH_DATA: treat it like a secret (client_id:client_secret or an authorization key). The script uses it to obtain tokens. - Transport security: the client disables SSL verification (verify_ssl=False) and suppresses warnings. That makes network traffic (including tokens and audio uploads) susceptible to interception if you are on an untrusted network. If possible, verify the certificate chain and enable SSL checks. - Logs and stdout: the script prints server responses and token info; logs may expose tokens or API responses—avoid running on shared machines or configure logging to avoid leaking secrets. - Review the full source: although endpoints used are Sber domains, review the complete script (including truncated portion if any) before use to confirm there are no unexpected remote endpoints or file operations. - For sensitive audio, consider running the client in a controlled environment or using service-provided enterprise options that meet your security requirements. If you are comfortable with the SSL tradeoff (or can change the code to enable verification), the skill is coherent and appropriate for its stated purpose.
功能分析
Type: OpenClaw Skill Name: salute-speech Version: 1.0.1 The skill bundle is classified as suspicious due to multiple critical vulnerabilities. The `salute_transcribe.py` script explicitly disables SSL/TLS verification (`verify_ssl=False`) for all network communications, as also noted in `SKILL.md`, creating a severe Man-in-the-Middle (MITM) risk. Furthermore, the script's `upload_file` method reads and uploads the content of any file specified by the `--file` argument to a third-party API, enabling potential data exfiltration if an agent is prompted to provide a sensitive file path. Lastly, the script allows writing arbitrary files to user-controlled directories via the `--output_dir` argument, which could be exploited through prompt injection to achieve persistence or other malicious actions on the host system.
能力评估
Purpose & Capability
Name/description align with required pieces: the skill needs a Salute API credential (SALUTE_AUTH_DATA) and the 'uv' runner to execute the included Python client. Required binaries and env var map to the declared purpose.
Instruction Scope
Runtime instructions are narrowly scoped to reading an API credential, uploading a specified audio file, polling for results, and writing JSON/text outputs. However, the script and SKILL.md explicitly disable SSL verification by default (verify_ssl=False) and suppress warnings—this weakens transport security and risks man-in-the-middle exposure of credentials and audio. The script also prints server responses and token expiry, which could surface sensitive values in logs. Other than that, instructions do not request unrelated files or credentials.
Install Mechanism
No install spec — the skill is shipped as source plus SKILL.md and expects an existing 'uv' runner and the 'requests' library (SKILL.md shows how to run with --with requests). No remote downloads or archive extraction are used.
Credentials
Only one required environment variable (SALUTE_AUTH_DATA) is declared and used as the API credential. That is proportionate for a cloud STT integration. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request permanent inclusion (always:false) and does not modify other skills or system-wide settings. Its privileges are limited to using the provided credential and file paths supplied at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install salute-speech
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /salute-speech 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update security issue
v1.0.0
Initial release
元数据
Slug salute-speech
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

salute speech 是什么?

Transcribe audio files using Sber Salute Speech async API. Russian-first STT with support for ru-RU, en-US, kk-KZ, ky-KG, uz-UZ. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 656 次。

如何安装 salute speech?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install salute-speech」即可一键安装,无需额外配置。

salute speech 是免费的吗?

是的,salute speech 完全免费(开源免费),可自由下载、安装和使用。

salute speech 支持哪些平台?

salute speech 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 salute speech?

由 chorus12(@chorus12)开发并维护,当前版本 v1.0.1。

💬 留言讨论