What problem are you trying to solve?
Eve agents can already use the published @blitzreels/eve extension for long-form-to-short-form clipping, project inspection, visual-QA repair, AI media generation, and exports. The extension is not discoverable through eve registry search or installable with eve add extension/blitzreels.
This proposal follows the maintainer direction in the public registry announcement thread: https://x.com/evedev_/status/2082493201617723755
Proposed solution
Add BlitzReels as a reviewed extension integration:
- registry item:
extension/blitzreels
- npm package:
@blitzreels/eve
- mount target:
agent/extensions/blitzreels.ts
- required env var:
BLITZREELS_API_KEY
- catalog and gallery metadata, setup instructions, security guidance, logo, and focused tests
The package is public at https://www.npmjs.com/package/@blitzreels/eve, supports the current Eve extension contract, requires Node.js 24+, and documents configuration, environment-bounded API keys, approval gates, credit-spending behavior, idempotent retries, tool overrides, and an OAuth-backed MCP alternative.
Alternatives considered
Users can install and mount @blitzreels/eve by hand, but that bypasses Eve registry discovery and the reviewed integration gallery.
What problem are you trying to solve?
Eve agents can already use the published
@blitzreels/eveextension for long-form-to-short-form clipping, project inspection, visual-QA repair, AI media generation, and exports. The extension is not discoverable througheve registry searchor installable witheve add extension/blitzreels.This proposal follows the maintainer direction in the public registry announcement thread: https://x.com/evedev_/status/2082493201617723755
Proposed solution
Add BlitzReels as a reviewed extension integration:
extension/blitzreels@blitzreels/eveagent/extensions/blitzreels.tsBLITZREELS_API_KEYThe package is public at https://www.npmjs.com/package/@blitzreels/eve, supports the current Eve extension contract, requires Node.js 24+, and documents configuration, environment-bounded API keys, approval gates, credit-spending behavior, idempotent retries, tool overrides, and an OAuth-backed MCP alternative.
Alternatives considered
Users can install and mount
@blitzreels/eveby hand, but that bypasses Eve registry discovery and the reviewed integration gallery.