Agent Plugins Marketplace
All plugins

beatapi-agent-plugin

v0.3.0

Route Model, Data, Tool, and Workspace capabilities through BeatAPI from Codex.

Codex1 Skill1 MCP serverstdio

By BeatAPILicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 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 beatapi-agent-plugin for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add beatapi-agent-plugin@agent-plugin-marketplace

Paste 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/BeatAPI/beatapi-agent-plugin

Clone 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

beatapi-agent-plugin/
├── .codex-plugin/plugin.json
├── skills/beatapi-video/SKILL.md
└── .mcp.json

Included Skills1

beatapi-videoskills/beatapi-video/SKILL.md

Use when a user asks an agent to call BeatAPI Model, Social Data, or Workflow capabilities. Prefer bundled MCP tools when available or the official CLI as a fallback; covers text, image, video, social-data actions, Effects, Music Video, Ecommerce Video, Video Analysis, Realtime sessions, task monitoring, usage, webhooks, and API errors.

MCP servers1

beatapistdio
command
node
args
./mcp/server.mjs
cwd
.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "beatapi-agent-plugin",
  "version": "0.3.0",
  "description": "Route Model, Data, Tool, and Workspace capabilities through BeatAPI from Codex.",
  "author": {
    "name": "BeatAPI",
    "email": "[email protected]",
    "url": "https://beatapi.io"
  },
  "homepage": "https://beatapi.io",
  "repository": "https://github.com/BeatAPI/beatapi-agent-plugin",
  "license": "MIT",
  "keywords": [
    "beatapi",
    "agent-toolkit",
    "social-data",
    "ai-video",
    "music-video",
    "ecommerce-video",
    "realtime-video",
    "image-generation",
    "video-generation",
    "text-generation",
    "video-analysis",
    "ai-effects"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "BeatAPI",
    "shortDescription": "Use BeatAPI models, data, and workflows",
    "longDescription": "Use one existing BeatAPI account and API key from Codex to discover current Model, Social Data, Effect, and Workflow capabilities; create text responses; upload explicitly approved inputs; check USD balance and concurrency; create image, video, Effect, Video Analysis, Music Video, and Ecommerce Video tasks; monitor progress; retrieve hosted results; and manage existing Realtime sessions and webhooks.",
    "developerName": "BeatAPI",
    "category": "Creativity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://beatapi.io",
    "privacyPolicyURL": "https://beatapi.io/privacy-policy",
    "termsOfServiceURL": "https://beatapi.io/terms-of-service",
    "defaultPrompt": [
      "Use $beatapi-video to turn these product images into a vertical ad.",
      "Use $beatapi-video to list current models, then generate from this prompt.",
      "Use $beatapi-video to check my balance and the status of task task_...."
    ],
    "brandColor": "#2563FF",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[beatapi-agent-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/beatapi-agent-plugin)