Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wistia Agent Plugins

Wistia's plugins for AI coding agents and agentic editors, built to the Agent Plugins open standard.

Each plugin connects an agent to Wistia — video hosting, analytics, webinars, and AI remix — through Wistia's hosted MCP server, along with skills that teach agents how to use it well.

Plugins

Plugin Description
wistia Full access to a Wistia account: media, folders, channels, captions, webinars, analytics, and AI remix.

Marketplaces

  • Cursor.cursor-plugin/marketplace.json at the repo root is the Cursor marketplace manifest.

Plugins themselves are vendor-neutral: each plugin directory follows the Agent Plugins layout (plugin.json, mcp.json, skills/), so supporting another marketplace only means adding that marketplace's manifest — the plugin content is shared.

Layout

.cursor-plugin/
  marketplace.json          Cursor marketplace manifest
plugins/
  wistia/
    plugin.json             Agent Plugins open-standard manifest
    mcp.json                MCP server declaration (Wistia's hosted server)
    skills/                 Skills, one SKILL.md per directory
    assets/logo.svg
    .cursor-plugin/
      plugin.json           Cursor plugin manifest
scripts/
  validate-plugins.mjs      Structure validator (run before submitting)

The MCP server code is not in this repo — plugins point at Wistia's hosted server at https://api.wistia.com/mcp/api. See each plugin's README for authentication and configuration details.

Validation

node scripts/validate-plugins.mjs

Validates marketplace/plugin manifests, referenced paths, and skill frontmatter. Fix all reported errors before submitting to a marketplace.

License

MIT

About

Wistia's agent plugins that implement our MCP server for agentic tools (Cursor, Claude)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages