← 返回 Skills 市场
praanmichael

StepFun step-audio-r1.1

作者 praanmichael · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install stepfun-step-audio-r1-1
功能描述
Use StepFun Chat Completions with model step-audio-r1.1 for non-streaming speech turns that can send text with optional local audio input and save the return...
安全使用建议
This skill appears internally consistent and limited to calling StepFun's non-streaming audio chat API. Before installing, confirm the source (no homepage provided) and review the script yourself since it will: (1) read STEPFUN_API_KEY (or legacy STEP_API_KEY) from the environment, (2) optionally run ffmpeg/afconvert on local audio via subprocess, and (3) save request/response files to the current or specified output directory. Do not set STEP_API_BASE_URL to an untrusted URL (it can redirect API calls). If you plan to run it on a shared host, keep the STEPFUN API key private and inspect the script for any policy or logging changes you want to make (e.g., output directory).
功能分析
Type: OpenClaw Skill Name: stepfun-step-audio-r1-1 Version: 0.1.1 The skill bundle provides a functional interface for the StepFun audio chat API. The primary script, `scripts/stepfun_audio_chat.py`, handles audio conversion using system utilities (ffmpeg/afconvert) and performs API requests to `api.stepfun.com` using standard Python libraries. Security analysis shows that subprocess calls are handled safely without shell execution, and environment variables for API keys are used as intended for the service. No evidence of data exfiltration, prompt injection, or malicious intent was found.
能力评估
Purpose & Capability
Name/description (StepFun non-streaming audio chat) align with the included script and docs. The skill only asks for python3 and StepFun API keys (STEPFUN_API_KEY, legacy STEP_API_KEY), which are appropriate for calling StepFun's chat/completions and voice-list endpoints.
Instruction Scope
SKILL.md and script limit behavior to building a non-streaming chat payload, optionally embedding local audio (base64), calling StepFun endpoints, and saving response artifacts (response.json, audio file, transcript). It may invoke ffmpeg/afconvert to normalize input audio when present — this is documented and expected.
Install Mechanism
Instruction-only skill with a helper script and no install spec; nothing is downloaded or installed automatically. This is low-risk and consistent with the skill's purpose.
Credentials
Only STEPFUN_API_KEY (primary) and a legacy alias STEP_API_KEY are required. An optional STEP_API_BASE_URL override exists for testing; otherwise the default target is https://api.stepfun.com. The requested env vars match the API usage and are proportionate.
Persistence & Privilege
always is false; the skill does not request persistent global privileges or modify other skills. It writes output artifacts to a local output directory (configurable), which is expected behavior for a helper script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stepfun-step-audio-r1-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stepfun-step-audio-r1-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Align with StepFun audio_chat guidance: add --list-voices, clarify voice selection for step-audio-r1.1, prefer STEPFUN_API_KEY, and update docs for WAV-normalized input_audio.
v0.1.0
Initial release: non-streaming StepFun step-audio-r1.1 chat skill with WAV-normalized input_audio support.
元数据
Slug stepfun-step-audio-r1-1
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

StepFun step-audio-r1.1 是什么?

Use StepFun Chat Completions with model step-audio-r1.1 for non-streaming speech turns that can send text with optional local audio input and save the return... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 StepFun step-audio-r1.1?

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

StepFun step-audio-r1.1 是免费的吗?

是的,StepFun step-audio-r1.1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

StepFun step-audio-r1.1 支持哪些平台?

StepFun step-audio-r1.1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 StepFun step-audio-r1.1?

由 praanmichael(@praanmichael)开发并维护,当前版本 v0.1.1。

💬 留言讨论