Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

deyodeyo 命令行

Agent Skill

deyo 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,376

周安装

145

GitHub Stars

公开资料未说明

下载量

1,183
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:deyo(deyo 命令行)
来源仓库:https://github.com/casatwy/deyo
安装命令:
openclaw skills install deyo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install deyo

简介

用于音频转写和语音处理任务,支持 CLI 操作和 API 密钥管理。

  • 适合在 OpenClaw 中处理会议录音、播客素材或语音笔记转换。
  • 通过 clawhub 安装,需配置一次性 API 密钥和输出路径。
  • 转写精度依赖音频质量,嘈杂环境下可能出错,建议预处理。
  • 涉及隐私内容时应加密存储,避免未授权访问。deyo 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
deyo
description
Use this skill when the user wants to install, run, or troubleshoot the published deyo transcription CLI, including one-time API key login, output file selection, source selection, and user-visible progress updates.

Deyo

Use this skill when work should go through the installed deyo command instead of the web UI.

Use When

  • The user wants to install or configure deyo.
  • The user wants to transcribe a link via deyo.
  • The user wants to save an API key once with deyo auth login.
  • The user wants to verify --source, --format, -O, stdout behavior, or CLI/chat progress updates.

Installation Rules

  • Detect the CLI with command -v deyo, then inspect deyo --help. If deyo

is missing or the help text does not list --progress-format, run npm install -g @casatwy/deyo to install or upgrade the published CLI.

  • When installing via claude plugin install, never modify the user's global

git config, SSH keys, or npm registry to work around an install failure. Report the raw error to the user and stop. Do not fall back to manual downloads without explicit user approval.

  • Before asking the user for an API key, always run deyo auth status. If a

key already exists: - Surface only the last 4 chars (never print the full key). - Ask the user whether to replace it. - Never silently skip an explicit deyo auth login request from the user.

  • After install, verify success with both deyo auth status and by checking

that the plugin files exist in the Claude Code plugin cache (~/.claude/plugins/ or the active Claude Code plugin directory).

Command Rules

  • Prefer the installed deyo command.
  • If deyo is not available, install the published package @casatwy/deyo first.
  • Always let the CLI use its built-in default base URL; do not override it.
  • Never invent an API key. If the user does not provide one, tell them to create it from https://deyo.miaobi.fun/me/api-keys.
  • Once the user provides an API key, save it locally with deyo auth login --api-key '...' so future runs do not need --api-key.
  • Unless the user explicitly asks for another result language, pass --language zh.
  • For agent-run transcriptions that may take more than a moment, add --progress-format jsonl.
  • Do not paste raw JSONL progress to the user unless they explicitly ask for it.

Read the progress events and relay concise natural-language updates instead.

  • After the transcription is fully complete, automatically add punctuation and

paragraph breaks before presenting plain-text transcript content to the user, and before saving plain-text transcript content to a file, unless the user explicitly asks for raw output.

  • Always surface these milestones to the user:

- task creation - status changes - key transcription progress steps (default: every 10%) - completion, failure, or cancellation

  • If task.created reports mode: "subtitles" or resultReady: true, tell the

user that the source already has usable subtitles and that no long paid transcription job is needed.

Commands

  • Install:

npm install -g @casatwy/deyo

  • Save API key once:

deyo auth login --api-key <key>

  • Inspect current local config:

deyo auth status

  • Remove local config:

deyo auth logout

  • Transcribe:

deyo [--source <name>] [--language <value>] [--format <value>] [--progress-format <value>] [-O <path>] <url>

Output Behavior

  • If -O is omitted, the final transcript is written to stdout.
  • If --format is omitted, the CLI infers it from the output file suffix:

.txt -> text, .srt -> srt, .vtt -> vtt, .json -> json

  • Progress and status messages are written to stderr.
  • --progress-format auto keeps the existing terminal UX:

- TTY stderr: refresh transcription progress in place on a single line - non-TTY stderr: emit line-based text progress

  • --progress-format jsonl emits one JSON object per stderr line, which is the

preferred mode for AI agents that must keep the user updated.

Recommended Workflow

  1. Confirm that deyo is installed.
  2. Confirm that deyo --help includes --progress-format; if not, upgrade the CLI.
  3. Confirm the target URL and output format.
  4. If local config is missing, ask the user for an API key and run deyo auth login --api-key '...'.
  5. Unless the user explicitly requested another language, add --language zh.
  6. Add --source only when forcing a platform is useful.
  7. For agent-run long tasks, add --progress-format jsonl.
  8. Run the command.
  9. While the command runs, relay task creation, status changes, key progress steps, and the final outcome to the user.
  10. After completion, if you are returning plain-text transcript content to the

user or saving plain-text transcript content to a file, add punctuation and paragraph breaks automatically unless the user explicitly asked for raw output.

Examples

Install the published CLI:

npm install -g @casatwy/deyo

Save the API key once:

deyo auth login --api-key 'deyo_sk_xxx'

Write a Chinese text file:

deyo --language zh -O ./tmp/transcript.txt 'https://www.youtube.com/watch?v=xxxx'

Agent-friendly run with machine-readable progress:

deyo --language zh --progress-format jsonl -O ./tmp/transcript.txt 'https://www.youtube.com/watch?v=xxxx'

Force YouTube and export SRT:

deyo --language zh --source youtube --format srt -O ./tmp/out.srt 'https://youtu.be/xxxx'

Read JSON from stdout:

deyo --language zh --format json 'https://www.bilibili.com/video/BVxxxx'

Troubleshooting

  • deyo: command not found: install @casatwy/deyo first.
  • 缺少 API key。请传 --api-key、设置 DEYO_API_KEY,或先执行 deyo auth login: ask the user to create a key in /me/api-keys, then run deyo auth login.
  • API key 无效或不存在: ask the user to create a new key and retry.
  • 剩余分钟不足: the current account needs more minute balance.
  • If the user reports no progress updates, verify that deyo --help shows --progress-format, then retry after upgrading the published CLI if needed.
  • If progress stops after task creation, check whether the task is a subtitle-direct-return case or whether the CLI reported an SSE fallback notice.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.93%
按下载量换算863

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills