{
  "markdown": "# CrowdHum for your AI assistant\n\n**Run live audience polls without leaving the chat.** Design polls from a deck or\nyour calendar, launch them with a scan-to-vote QR code, watch votes arrive in real\ntime, and get an AI recap. This is a portable\n[Agent Skills](https://code.claude.com/docs/en/skills) + MCP plugin backed by the\nCrowdHum MCP server (`https://mcp.crowdhum.com`).\n\nWorks in **Claude Code**, **Claude.ai** (custom connector), the **GitHub Copilot\nCLI**, and any MCP client. The same package also targets **Microsoft 365 Copilot /\nCowork**.\n\n> Requires a **CrowdHum Pro** account. The MCP server is Pro-gated and authenticates\n> via OAuth on first use. No secrets live in this plugin.\n\n## What you can do\n\nAsk your assistant in plain language:\n\n- \"Turn this deck into a 3-question poll set, and give me the QR link to share.\"\n- \"Run a word cloud for my standup: one word for how this sprint felt.\"\n- \"My room code is XKCD. How did people vote, and what's the takeaway?\"\n- \"Given these live results, what should I poll next?\"\n- \"Recap the session we just ran: the themes, the splits, and one line for the stage.\"\n\n## What's inside\n\n```\ncrowdhum-plugin/\n├── .claude-plugin/\n│   ├── plugin.json          # plugin metadata\n│   └── marketplace.json     # makes this repo an installable marketplace\n├── .mcp.json                # points at https://mcp.crowdhum.com (OAuth auto-negotiated)\n├── color.png                # 192×192 icon\n├── outline.png              # 32×32 icon\n└── skills/\n    ├── run-a-live-poll/     # end-to-end: create → share QR → run → results\n    ├── design-a-poll/       # pick the visualization + write good choices\n    ├── icebreaker-ideas/    # curated opener library, matched to the meeting\n    ├── polls-from-content/  # read a deck/PDF/agenda → suggested polls\n    ├── polls-from-calendar/ # read upcoming meetings → polls / icebreakers\n    ├── adaptive-next-poll/  # read live results → the smart follow-up poll\n    ├── session-recap/       # post-event synthesis + shareable recap\n    ├── find-or-reuse-a-poll/# look up / resume / clone an existing poll\n    └── invite-a-coowner/    # add a co-host to a session\n```\n\nSeveral skills **compose with the host agent's own tools** (reading a PowerPoint,\nyour calendar, drafting an email). They describe the *capability* needed, not a\nspecific tool, so they stay portable across hosts and degrade gracefully (they\nask for pasted content when a capability isn't available).\n\n## Install (Claude)\n\n```\n/plugin marketplace add topness-msft/crowdhum-plugin\n/plugin install crowdhum@crowdhum-plugin\n```\n\nThen just ask, e.g. \"run a word cloud for my standup\", \"read this deck and\nsuggest 3 polls\", or \"given these results, what should I poll next?\"\n\n## Use in Microsoft 365 Copilot / Cowork\n\nThe same skills + `.mcp.json` convert to an M365 app package: run the Microsoft\nconversion script (`Convert-ClaudePluginToMOS3.ps1`,\nhttps://aka.ms/copilot-cowork-plugin-conversion-script), or author a `manifest.json`\nwith an `agentConnectors[]` entry pointing at `https://mcp.crowdhum.com`, then package\nwith the M365 Agents Toolkit and upload.\n\nThe MCP tools authenticate with OAuth, so the connector needs an OAuth client\nregistration in your Microsoft tenant (a Teams Developer Portal \"OAuth client\nregistration\" whose reference ID goes in the manifest's `authorization` block).\nCreating one requires tenant admin permission.\n\n## The CrowdHum MCP tools these skills use\n\n`create_poll`, `add_poll_to_session`, `get_room_links`, `get_poll_results`,\n`get_session`, `get_session_recap`, `list_my_sessions`, `list_my_polls`,\n`list_visualizations`, `invite_co_owner`.\n\nVisualization modes: `word-cloud`, `column-drift`, `rising-bubbles`, `ranking`, `qa`.\n\n## Links\n\n- Website: https://crowdhum.com\n- Setup guide (all clients): https://mcp.crowdhum.com\n- Privacy: https://crowdhum.com/privacy\n- Support: hello@crowdhum.com\n\n## License\n\nMIT.\n",
  "bytes": 3902,
  "sha": "7c8065181e10ddf6285743388d7a311681a74884bb30cde6bf7133585b24159c",
  "repo_slug": "topness-msft/crowdhum-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_crowdhum_crowdhum_c1b6f3ad/readme"
}