Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Changelog

## Unreleased
## [Unreleased]

- Prefer bundled BeatAPI MCP tools while retaining the official CLI fallback.
- Clarify the standalone Skill and complete Codex plugin prerequisites.
- Use the live BeatAPI documentation homepage and reproducible CI installs.
## [0.2.0] - 2026-07-31

## [Unreleased]
### Added

- Realtime Video session create, read, and close guidance for MCP and CLI.
- Browser/server credential boundaries, billing activation semantics, and
Realtime limits.

### Changed

- Synchronize the installable contract to the current public OpenAPI baseline.
- Prefer bundled BeatAPI MCP tools while retaining the official CLI fallback.

## [0.1.0] - 2026-07-17

Expand All @@ -19,5 +26,6 @@
- Safe request templates and eight forward-testing scenarios.
- OpenAPI contract lock, structural validator, tests, and CI.

[Unreleased]: https://github.com/BeatAPI/beatapi-skill/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/BeatAPI/beatapi-skill/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/BeatAPI/beatapi-skill/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/BeatAPI/beatapi-skill/releases/tag/v0.1.0
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BeatAPI Video Agent Skill

Official Agent Skill for creating, monitoring, and troubleshooting BeatAPI
Music Video and Ecommerce Video workflows.
Music Video, Ecommerce Video, and Realtime Video sessions.

The installable Skill is self-contained at:

Expand All @@ -21,6 +21,7 @@ copy of the public BeatAPI OpenAPI contract.
- “Check why my BeatAPI task failed.”
- “Upload these local inputs and wait for the hosted result.”
- “Configure BeatAPI success and failure webhooks.”
- “Create a 60-second Realtime Video session for my web app.”

The Skill prefers BeatAPI MCP tools when the host provides them. The complete
Codex plugin bundles those tools. A standalone Skill installation falls back
Expand Down Expand Up @@ -91,7 +92,8 @@ skills/beatapi-video/
├── beatapi.openapi.yaml
├── credits-and-limits.md
├── errors-and-recovery.md
└── manual-music-video.md
├── manual-music-video.md
└── realtime-video.md
```

See [docs/submission-checklist.md](docs/submission-checklist.md) before
Expand Down
Loading
Loading