Skip to content
Skillv1.0.0

deepdub-agent-plugin

This repository packages Deepdub TTS guidance for Claude Code, Codex, and Cursor.

by deepdub-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from deepdub-ai/deepdub-agent-plugin (AGENTS.md). Install upstream with npx skills add deepdub-ai/deepdub-agent-plugin. Copyright stays with the author.

Deepdub Agent Plugin Repository

This repository packages Deepdub TTS guidance for Claude Code, Codex, and Cursor.

Keep these surfaces in sync when changing behavior:

  • plugin/skills/deepdub-tts/ is the canonical portable skill.
  • plugin/.claude-plugin/plugin.json is the Claude Code plugin manifest.
  • plugin/.codex-plugin/plugin.json is the Codex plugin manifest.
  • .claude-plugin/marketplace.json and .agents/plugins/marketplace.json are local marketplace catalogs.
  • .cursor/skills/deepdub-tts/SKILL.md and .agents/skills/deepdub-tts/SKILL.md are repository discovery wrappers.
  • bin/deepdub-agent-kit.js is the npm CLI for local install, scaffolding, and terminal TTS.

Do not commit real Deepdub API keys. Use DEEPDUB_API_KEY in examples and .env.example files.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/deepdub-ai-deepdub-agent-plugin-deepdub-agent-plugin/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

deepdub-ai-deepdub-agent-plugin-deepdub-agent-plugin.ocm.jsonjson
{
  "ocm": "1",
  "id": "deepdub-ai-deepdub-agent-plugin-deepdub-agent-plugin",
  "kind": "skill",
  "name": "deepdub-agent-plugin",
  "description": "This repository packages Deepdub TTS guidance for Claude Code, Codex, and Cursor.",
  "publisher": "deepdub-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository packages Deepdub TTS guidance for Claude Code, Codex, and Cursor."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/deepdub-ai/deepdub-agent-plugin",
      "path": "AGENTS.md",
      "ref": "16b860a2b71c33fe2c9f40a7259bab59d2a3e687",
      "url": "https://github.com/deepdub-ai/deepdub-agent-plugin/blob/16b860a2b71c33fe2c9f40a7259bab59d2a3e687/AGENTS.md",
      "key": "deepdub-ai/deepdub-agent-plugin/AGENTS.md"
    }
  },
  "instructions": "# Deepdub Agent Plugin Repository\n\nThis repository packages Deepdub TTS guidance for Claude Code, Codex, and Cursor.\n\nKeep these surfaces in sync when changing behavior:\n\n- `plugin/skills/deepdub-tts/` is the canonical portable skill.\n- `plugin/.claude-plugin/plugin.json` is the Claude Code plugin manifest.\n- `plugin/.codex-plugin/plugin.json` is the Codex plugin manifest.\n- `.claude-plugin/marketplace.json` and `.agents/plugins/marketplace.json` are local marketplace catalogs.\n- `.cursor/skills/deepdub-tts/SKILL.md` and `.agents/skills/deepdub-tts/SKILL.md` are repository discovery wrappers.\n",
  "cost": {
    "context_tokens": 197
  }
}

Fetch it by URL: GET /api/v1/registry/deepdub-ai-deepdub-agent-plugin-deepdub-agent-plugin/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.