← 返回
未分类

voxflow

Optional pre-issued JWT for headless / server use. If unset, the skill runs `voxflow login` once to open a browser device-flow.
VoxFlow voice & AI-video CLI — TTS in 200+ voices, multi-speaker podcasts, ASR + subtitle translation + dubbing + end-to-end video translation, vertical card videos from articles (Slice, 13 themes), and short-form AI clips. Use whenever the user wants to read text aloud, transcribe / translate / dub audio or video, generate a podcast, or produce a short knowledge-card video.
user_9a6f5769
未分类 community v1.0.1 2 版本 98734.2 Key: 无需
★ 0
Stars
📥 78
下载
💾 0
安装
2
版本
#latest

概述

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…ReadPrimary commands
---------
Read text aloud, search voices, sample stories, check quota / loginhub.mdsay, narrate, story, voices, status, login
Multi-speaker AI podcast from a topic / URL / scriptpodcast.mdpodcast
Transcribe audio/video, translate subtitles, dub from SRT, end-to-end video translation, summarize, publishtranscribe.mdasr, 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.mdslice, slice stage
Short-form AI clips — knowledge cards, explainers, presentations, single imagesvideo.mdpicstory, 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= (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 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:
  • CLI docs:
  • All skills overview:
  • Source / issues:

版本历史

共 2 个版本

  • v1.0.1 Initial release 当前
    2026-05-11 15:33 安全 安全
  • v1.0.0 Initial release
    2026-05-11 15:15 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,827
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,158
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,365