joai-poll
v0.3.0Connect Poll to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.
By JoAiLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 10, 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 joai-poll for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add joai-poll@agent-plugin-marketplacePaste 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/joai-plugins/pollClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/use-poll/SKILL.md└── .mcp.json
Included Skills1
Use the Poll JoAi app plugin when the task needs Poll tools or workflows.
MCP servers1
- url
- https://cortex.joai.ai/mcp/apps/poll
Plugin manifests3
{
"name": "joai-poll",
"version": "0.3.0",
"description": "Connect Poll to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"author": {
"name": "JoAi",
"email": "[email protected]",
"url": "https://joai.ai"
},
"homepage": "https://joai.ai/en/apps/poll",
"repository": "https://github.com/JoAiHQ/plugins",
"license": "MIT",
"keywords": [
"joai",
"mcp",
"poll"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Poll by JoAi",
"shortDescription": "Connect Poll to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"longDescription": "On-chain polls and voting groups for any community — property owners, DAOs, teams, and more.",
"developerName": "JoAi",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://joai.ai/en/apps/poll",
"privacyPolicyURL": "https://legal.vleap.ai/policies/privacy.html",
"termsOfServiceURL": "https://legal.vleap.ai/general/legal-notice.html",
"defaultPrompt": [
"List the Poll tools available in this app.",
"Explain what setup or authentication Poll needs before I run an action.",
"Use Poll to help me with the task I describe next."
]
}
}{
"name": "joai-poll",
"version": "0.3.0",
"description": "Connect Poll to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"author": {
"name": "JoAi",
"email": "[email protected]"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "joai-poll",
"version": "0.3.0",
"description": "Connect Poll to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
"author": {
"name": "JoAi",
"email": "[email protected]",
"url": "https://joai.ai"
},
"homepage": "https://joai.ai/en/apps/poll",
"repository": "https://github.com/JoAiHQ/plugins",
"license": "Proprietary",
"keywords": [
"joai",
"mcp",
"agent-plugins",
"poll"
]
}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.
[joai-poll on Agent Plugins Marketplace](https://pluginsmp.com/plugins/joai-poll)