Agent Plugins Marketplace
All plugins

spoken-tts

v1.0.0

Opt-in per-conversation spoken summaries via <spoken> tags, plus a CLI to speak a named passage. Providers: edge-tts (recommended) and macOS say.

CodexClaude Code1 Skill

By Charley Wu4 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 spoken-tts for Codex and Claude Code

Installs for the current user
codex plugin marketplace add akunzai/agent-skills
codex plugin marketplace upgrade akunzai-agent-skills
codex plugin add spoken-tts@akunzai-agent-skills

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

Compatibility: the page URL and API slug “spoken-tts” remain stable.

  • Codex: spoken-tts@agent-plugin-marketplacespoken-tts@akunzai-agent-skills

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/akunzai/agent-skills

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

Plugin files

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

Included Skills1

spokenskills/spoken/SKILL.md

Spoken: read a specific passage the user named (read this aloud) by running the plugin CLI. Not for routine per-turn status.

Plugin manifests2

plugins/spoken-tts/.codex-plugin/plugin.json
{
  "name": "spoken-tts",
  "description": "Opt-in per-conversation spoken summaries via <spoken> tags, plus a CLI to speak a named passage. Providers: edge-tts (recommended) and macOS say.",
  "version": "1.0.0",
  "author": {
    "name": "Charley Wu"
  },
  "hooks": "./hooks/hooks.json",
  "skills": "./skills"
}
plugins/spoken-tts/.claude-plugin/plugin.json
{
  "name": "spoken-tts",
  "description": "Opt-in per-conversation spoken summaries via <spoken> tags, plus a CLI to speak a named passage. Providers: edge-tts (recommended) and macOS say.",
  "version": "1.0.0",
  "author": {
    "name": "Charley Wu"
  },
  "keywords": [
    "tts",
    "speech",
    "spoken",
    "accessibility"
  ],
  "skills": [
    "./skills/spoken"
  ]
}

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

[spoken-tts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spoken-tts)