← 返回 Skills 市场
Step Audiobook
作者
praanmichael
· GitHub ↗
· v0.1.4
· MIT-0
131
总下载
2
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install step-audiobook
功能描述
Use when your agent needs to build, maintain, or run the local `audiobook` skill for voice-library management, Step official voice sync, clone voice analysis...
安全使用建议
This skill appears internally consistent with its stated purpose, but it performs network calls and writes local files — consider these before installing: 1) Use a test or limited STEP_API_KEY; the skill will call Step endpoints and may upload audio/text. 2) Paid cloning requires explicit confirmation (--confirm-paid-action); still double-check before running cloning commands. 3) Run initially in an isolated/sandbox workspace to verify behavior and review generated files under ~/.openclaw/workspace. 4) Inspect scripts if you have extra concerns about what is sent remotely (the repo documents endpoints and has a references/security.md). 5) Install ffmpeg/ffprobe from a trusted package source. 6) If you plan to change the LLM base_url, be aware that long-text reasoning calls will be sent to whatever base_url you configure (and will use STEP_API_KEY by default).
功能分析
Type: OpenClaw Skill
Name: step-audiobook
Version: 0.1.4
The skill provides a comprehensive workflow for generating audiobooks using StepFun's APIs (LLM, TTS, and voice cloning). It includes scripts for voice library management, script structuring, casting, and audio synthesis. The code uses standard libraries for networking (urllib) and file handling, and utilizes system binaries like ffmpeg for audio processing. All behaviors, including API key resolution and external communication with api.stepfun.com, are well-documented and strictly aligned with the stated purpose of the skill. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description target audio library, voice analysis, TTS and cloning workflows; required binaries (ffmpeg, ffprobe), required env var STEP_API_KEY, and included scripts (sync, analyze, build_tts_requests, clone helper, run_audiobook) all align with that purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to read/write files under a local workspace (~/.openclaw/workspace), run the included Python scripts, and call Step endpoints (step_plan, step-audio-r1.1, stepaudio-2.5-tts). This behavior is expected for a local workflow tool, but it does mean user data (audio and text) and generated artifacts will be written to disk and (by default) sent to Step endpoints — the README warns about billing and requires explicit confirmation for paid clone actions.
Install Mechanism
Install spec only offers a brew formula to install ffmpeg/ffprobe (well-known package); no arbitrary downloads or extract/install of unknown binaries in the manifest.
Credentials
The skill requires a single credential STEP_API_KEY as primaryEnv and documents that this key is used for Step/LLM calls. No unrelated secrets or broad system credentials are requested. The code and templates reference only workspace paths under ~/.openclaw by default.
Persistence & Privilege
always:false and no indicators that the skill attempts to modify other skills or system-wide settings. It writes artifacts to its own workspace paths, which is normal for a workflow skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install step-audiobook - 安装完成后,直接呼叫该 Skill 的名称或使用
/step-audiobook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
Update audiobook workflow content and docs
v0.1.3
Update audiobook workflow content and docs
v0.1.2
Update audiobook workflow content and docs
v0.1.1
Add expanded English documentation and refresh skill docs.
v0.1.0
Initial publish: local audiobook workflow for voice library sync, structured script generation, casting, replayable TTS requests, segment synthesis, and final export.
元数据
常见问题
Step Audiobook 是什么?
Use when your agent needs to build, maintain, or run the local `audiobook` skill for voice-library management, Step official voice sync, clone voice analysis... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Step Audiobook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install step-audiobook」即可一键安装,无需额外配置。
Step Audiobook 是免费的吗?
是的,Step Audiobook 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Step Audiobook 支持哪些平台?
Step Audiobook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Step Audiobook?
由 praanmichael(@praanmichael)开发并维护,当前版本 v0.1.4。
推荐 Skills