← Back to Skills Marketplace
praanmichael

StepFun step-audio-r1.1

by praanmichael · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install stepfun-step-audio-r1-1
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stepfun-step-audio-r1-1
  3. After installation, invoke the skill by name or use /stepfun-step-audio-r1-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug stepfun-step-audio-r1-1
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install StepFun step-audio-r1.1?

Run "/install stepfun-step-audio-r1-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is StepFun step-audio-r1.1 free?

Yes, StepFun step-audio-r1.1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does StepFun step-audio-r1.1 support?

StepFun step-audio-r1.1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created StepFun step-audio-r1.1?

It is built and maintained by praanmichael (@praanmichael); the current version is v0.1.1.

💬 Comments