toastmasters
v0.1.0Manage 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.
By koryaLicense: MIT0 GitHub starsUpdated 42 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install toastmasters-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “toastmasters-2” remain stable.
- Codex: Legacy selector
toastmasters-2@agent-plugin-marketplaceremains documented for migration; install from source for this runtime.
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.
Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.
Get the source manually
git clone https://github.com/korya/asklClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is test/fixtures/real/toastmasters-root/plugins/toastmasters/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/easy-speak/SKILL.md
Included Skills1
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
{
"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/"
}{
"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"
]
}{
"$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"
]
}For maintainers
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-2)