← Back to Skills Marketplace
chicogong

Voxflow

by chico · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
20
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install voxflow
Description
VoxFlow voice & AI-video CLI — TTS in 200+ voices, multi-speaker podcasts, ASR + subtitle translation + dubbing + end-to-end video translation, vertical card...
README (SKILL.md)

VoxFlow Skill

VoxFlow turns text into speech in 200+ voices across 40+ languages, plus full audio/video pipelines: podcasts, transcription, dubbing, video translation, and short-form AI clips. All commands run through the voxflow CLI (installed automatically by ClawHub via the install spec above). One account, one quota, one login — no API keys to paste.

Routing — pick the matching sub-doc

Before doing anything, decide which sub-skill matches the user's intent and read the corresponding file in this same skill folder:

User wants… Read Primary commands
Read text aloud, search voices, sample stories, check quota / login hub.md say, narrate, story, voices, status, login
Multi-speaker AI podcast from a topic / URL / script podcast.md podcast
Transcribe audio/video, translate subtitles, dub from SRT, end-to-end video translation, summarize, publish transcribe.md asr, asr-jobs, translate, dub, video-translate, summarize, publish
Turn a long article / note / report into a vertical 1080×1920 card video (Slice, 13 themes) slice.md slice, slice stage
Short-form AI clips — knowledge cards, explainers, presentations, single images video.md picstory, present, explain, slides, image

If the request spans multiple areas (e.g. "transcribe this video and then make a 60-sec recap card"), read the most-relevant doc first, finish that step, then switch.

Install & login (universal preamble)

The ClawHub install spec already installs the voxflow npm CLI globally when this skill is added. The only thing left is authentication:

# One-time browser device-flow — pairing code shown in terminal,
# user authorizes at https://voxflow.studio/device?code=VF-XXXX
voxflow login

# Verify
voxflow status        # shows email + monthly / bonus quota

For headless / server contexts: set VOXFLOW_TOKEN=\x3Cjwt> (declared in envVars above) and skip voxflow login. JWTs are short-lived (~1 hour); the CLI auto-refreshes silently while logged in interactively.

Account & quota

  • Free tier: 10,000 quota / month (≈ 100 TTS calls)
  • Plus / Pro / Max tiers at voxflow.studio/app#pricing
  • Each command's cost is printed before execution; voxflow status shows the current balance
  • Invite-friend bonus (voxflow invite) adds 5,000 lifetime quota per signup

Universal rules

  1. Never paste API keys into config files. All auth goes through voxflow login or VOXFLOW_TOKEN.
  2. Never offer to "mock" the API. Real calls are cheap; failed mocks waste user time.
  3. Read the matching sub-doc before invoking specialized commands. The top-level routing table above is enough for triage; the sub-doc has the actual command flags, edge cases, and quota costs.
  4. Honor the user's locale. Voice IDs are language-tagged; if they asked in Chinese, default to a Chinese voice unless they specified otherwise.
  5. For long-running jobs (Azure Batch ASR, video-translate, podcast >5 min): print the job ID and voxflow asr-jobs show \x3Cid> so the user can resume later.

When in doubt — start at the hub

If the request is vague ("帮我做点音频的东西", "what can you do with voice"), read hub.md and run voxflow voices --search ... or voxflow status to anchor the conversation in concrete affordances before committing to a workflow.

Homepage & docs

  • App: \x3Chttps://voxflow.studio>
  • CLI docs: \x3Chttps://voxflow.studio/docs/cli>
  • All skills overview: \x3Chttps://voxflow.studio/docs/skills>
  • Source / issues: \x3Chttps://github.com/VoxFlowStudio/FlowStudio>
Usage Guidance
Install only if you trust the VoxFlow CLI package and are comfortable sending selected media to VoxFlow/provider backends. Confirm quota costs before expensive jobs, use local transcription for sensitive recordings, clone only consented voices, and require an explicit preview/approval before any GitHub feedback issue is submitted.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The TTS, ASR, dubbing, podcast, Slice, and video workflows are coherent with the stated media-generation purpose, but they include sensitive capabilities such as voice cloning, cloud transcription, and quota-consuming jobs.
Instruction Scope
The feedback instructions tell the AI agent to file issues directly and use the gh CLI when available; that is a public/external account action that should require explicit preview, redaction, and confirmation.
Install Mechanism
The skill installs a pinned external npm CLI package and has no local code files to inspect, so the documented behavior is coherent but the installed package itself was not reviewed here.
Credentials
User-selected audio, video, subtitles, and documents may be processed locally or uploaded to VoxFlow/provider backends, which is expected for the feature set but sensitive for private recordings.
Persistence & Privilege
The skill uses cached VoxFlow login tokens, server-side job/transcript retention, permanent voice IDs, and potentially the user's existing GitHub identity for feedback submission; most are disclosed, but the GitHub submission path is not tightly bounded.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install voxflow
  3. After installation, invoke the skill by name or use /voxflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
pin install spec to [email protected] per SkillHub.cn supply-chain audit
v1.0.0
Initial release: consolidated 5 voxflow sub-skills (hub / podcast / transcribe / slice / video) into one routed bundle
Metadata
Slug voxflow
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Voxflow?

VoxFlow voice & AI-video CLI — TTS in 200+ voices, multi-speaker podcasts, ASR + subtitle translation + dubbing + end-to-end video translation, vertical card... It is an AI Agent Skill for Claude Code / OpenClaw, with 20 downloads so far.

How do I install Voxflow?

Run "/install voxflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Voxflow free?

Yes, Voxflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Voxflow support?

Voxflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Voxflow?

It is built and maintained by chico (@chicogong); the current version is v1.0.1.

💬 Comments