Agent Plugins Marketplace
All plugins

deyo

v1.0.12

Official Deyo plugin for reliable link and local-media transcription through the deyo CLI.

CodexClaude Code1 Skill

By DeyoLicense: UNLICENSED2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install deyo for Codex and Claude Code

Installs for the current user
codex plugin marketplace add casatwy/deyo-skill
codex plugin marketplace upgrade deyo-official
codex plugin add deyo@deyo-official

Paste and run these commands in a terminal with Codex. They add and refresh the deyo-official catalog, then install this plugin.

Compatibility: the page URL and API slug “deyo” remain stable.

  • Codex: deyo@agent-plugin-marketplacedeyo@deyo-official

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/casatwy/deyo-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deyo/.

Plugin files

plugins/deyo/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/deyo/SKILL.md

Included Skills1

deyoskills/deyo/SKILL.md

Use only when the current user explicitly asks to use Deyo to transcribe explicitly provided URLs or exact local audio/video file paths, or explicitly asks for Deyo install, status, or troubleshooting. Do not trigger from a mere Deyo mention, ambient context, an implicit attachment, directory browsing, a glob, stdin, or inferred permission to log in, install software, or read files.

Plugin manifests2

plugins/deyo/.codex-plugin/plugin.json
{
  "name": "deyo",
  "version": "1.0.12",
  "description": "Official Deyo plugin for reliable link and local-media transcription through the deyo CLI.",
  "author": {
    "name": "Deyo",
    "url": "https://github.com/casatwy"
  },
  "homepage": "https://deyo.miaobi.fun/docs",
  "repository": "https://github.com/casatwy/deyo-skill",
  "license": "UNLICENSED",
  "keywords": [
    "deyo",
    "transcription",
    "cli",
    "audio",
    "video"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Deyo",
    "shortDescription": "Transcribe links and local media with Deyo",
    "longDescription": "Use the Deyo CLI for authenticated link or local-media transcription, reliable progress, cleaned text, and exact raw or subtitle output.",
    "developerName": "Deyo",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://deyo.miaobi.fun/docs",
    "defaultPrompt": [
      "Transcribe this link with Deyo and save cleaned text.",
      "Transcribe this local media file with Deyo."
    ]
  }
}
plugins/deyo/.claude-plugin/plugin.json
{
  "name": "deyo",
  "version": "1.0.12",
  "description": "Official Deyo Claude plugin for reliable link and local-media transcription through the deyo CLI.",
  "author": {
    "name": "Deyo",
    "url": "https://github.com/casatwy"
  },
  "homepage": "https://deyo.miaobi.fun/ai/install/claude",
  "repository": "https://github.com/casatwy/deyo-skill",
  "license": "UNLICENSED",
  "keywords": [
    "deyo",
    "transcription",
    "cli",
    "audio",
    "video"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[deyo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deyo)