Agent Plugins Marketplace
All plugins

toastmasters

v0.1.0

Manage your Toastmasters club participation on easy-Speak: check and set meeting attendance, claim roles, and see when you are next speaking. Drives the easy-Speak web UI in a browser, since the site has no API. Requires browser automation to be available to the agent — see the skill's Requirements section.

CodexClaude CodeAgent Plugins1 Skill

By koryaLicense: MIT0 GitHub starsUpdated 41 minutes ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 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 toastmasters for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add toastmasters@agent-plugin-marketplace

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

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/korya/askl

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is test/fixtures/real/toastmasters-mini/.

Plugin files

test/fixtures/real/toastmasters-mini/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/easy-speak/SKILL.md

Included Skills1

easy-speakskills/easy-speak/SKILL.md

Manage Toastmasters club participation on easy-Speak (easy-speak.org, toastmasterclub.org, tmclub.eu) by driving the site's web UI in Chrome — check or set meeting attendance, claim roles, see when you're next speaking, and read the agenda, roster or club calendar. Use this whenever the user mentions easy-Speak, Toastmasters, their club meetings, meeting roles (Toastmaster, Table Topics Master, Evaluator, Grammarian, Timer, Quizmaster, Ah-Counter), or asks things like "am I speaking soon", "what roles are open next week", "confirm me for the next three meetings", "sign me up as Timer", or "who's on the agenda" — even when they never name the website.

Plugin manifests3

test/fixtures/real/toastmasters-mini/.codex-plugin/plugin.json
{
  "name": "toastmasters",
  "description": "Manage your Toastmasters club participation on easy-Speak: check and set meeting attendance, claim roles, and see when you are next speaking. Drives the easy-Speak web UI in a browser, since the site has no API. Requires browser automation to be available to the agent — see the skill's Requirements section.",
  "version": "0.1.0",
  "skills": "./skills/"
}
test/fixtures/real/toastmasters-mini/.claude-plugin/plugin.json
{
  "name": "toastmasters",
  "description": "Manage your Toastmasters club participation on easy-Speak: check and set meeting attendance, claim roles, and see when you are next speaking. Drives the easy-Speak web UI in a browser, since the site has no API.",
  "version": "0.1.0",
  "author": {
    "name": "korya",
    "url": "https://github.com/korya"
  },
  "homepage": "https://github.com/korya/toastmasters-skills",
  "repository": "https://github.com/korya/toastmasters-skills",
  "license": "MIT",
  "keywords": [
    "toastmasters",
    "easy-speak",
    "meetings",
    "attendance",
    "browser-automation"
  ]
}
test/fixtures/real/toastmasters-mini/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "toastmasters",
  "version": "0.1.0",
  "description": "Manage your Toastmasters club participation on easy-Speak: check and set meeting attendance, claim roles, and see when you are next speaking. Drives the easy-Speak web UI in a browser, since the site has no API.",
  "author": {
    "name": "korya",
    "url": "https://github.com/korya"
  },
  "homepage": "https://github.com/korya/toastmasters-skills",
  "repository": "https://github.com/korya/toastmasters-skills",
  "license": "MIT",
  "keywords": [
    "toastmasters",
    "easy-speak",
    "meetings",
    "attendance",
    "browser-automation"
  ]
}

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

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