Agent Skills
Drop-in skills that teach Claude and other coding agents how to build on MeetStream, so they stop guessing at endpoints.
A skill is a Markdown file with instructions an agent loads on demand. Ours encode the MeetStream API surface, the bot lifecycle, and the gotchas that usually cost people an afternoon, so an agent writes code that works on the first try instead of hallucinating endpoints.
Skills pair with the MeetStream MCP server. The MCP server lets an agent do things against the API. Skills teach it how and when to do them. Use both together.
Install the plugin (Claude Code)
All skills ship in one plugin marketplace.
Available skills
Every file above is plain Markdown served over HTTPS. Any agent can fetch one directly, no install required:
Machine-readable discovery
Agents can enumerate everything MeetStream offers without scraping these docs.
Reading these docs as Markdown
Every page here is available as clean Markdown for agents.
- Append
.mdto any page URL, for example/guides/get-started/create-your-first-bot.md - Append
/llms.txtto any section URL for a section-scoped index - Connect to the read-only docs search server at
https://docs.meetstream.ai/_mcp/server
