| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Official Agent Skill for creating, monitoring, and troubleshooting BeatAPI Music Video, Ecommerce Video, and Realtime Video sessions.
The installable Skill is self-contained at:
skills/beatapi-video/
It contains concise orchestration instructions, exact workflow references, safe JSON templates, realistic evaluation prompts, UI metadata, and a reviewed copy of the public BeatAPI OpenAPI contract.
The Skill prefers BeatAPI MCP tools when the host provides them. The complete Codex plugin bundles those tools. A standalone Skill installation falls back to the official beatapi CLI. Neither adapter asks the user to paste an API key into a conversation.
Create a key at https://beatapi.io/dashboard/apikeys. For a standalone Skill using the CLI fallback, authenticate in a terminal:
beatapi auth loginFor MCP servers, CI, or ephemeral environments, set BEATAPI_API_KEY outside the prompt.
Clone the repository and copy or symlink the Skill folder into the host's Skill directory. For a Codex-compatible user installation:
mkdir -p ~/.agents/skills
ln -s /absolute/path/to/beatapi-skill/skills/beatapi-video \
~/.agents/skills/beatapi-videoRepository-scoped hosts can place the same folder under their documented local Skills directory. Invoke it explicitly as $beatapi-video or let compatible hosts trigger it from the description.
Codex desktop marketplace distribution is provided by the separate beatapi-codex-plugin repository, which embeds this same Skill.
The installable folder bundles its own exact OpenAPI snapshot, so it remains self-contained when submitted to Skill directories. Both copies are locked to the reviewed public source:
npm run contract:sync
npm run verifynpm run verify checks contract equality, frontmatter, metadata, linked resources, command guidance, templates, eval coverage, operation IDs, and credential patterns.
skills/beatapi-video/
├── SKILL.md
├── agents/openai.yaml
├── assets/
├── evals/evals.json
└── references/
├── api-workflows.md
├── beatapi.openapi.yaml
├── credits-and-limits.md
├── errors-and-recovery.md
├── manual-music-video.md
└── realtime-video.md
See docs/submission-checklist.md before submitting the GitHub repository or Skill folder to a directory.
Build a ready-to-upload ZIP with:
npm run submission:buildThe artifact is written to dist/beatapi-video-skill.zip.
Do not place API keys, webhook secrets, private media, or customer task data in prompts, fixtures, screenshots, or public issues. See SECURITY.md.
MIT
| Back | FazBrowse Home | New Git URL |