Back to the catalog

future-video-studio

Future Video Studio lets Claude create cinematic AI videos through the hosted FVS MCP server. It can turn creative briefs, scripts, shot lis

Open source Repository Open in the app JSON README (API)

About

Future Video Studio lets Claude create cinematic AI videos through the hosted FVS MCP server. It can turn creative briefs, scripts, shot lists, and public reference assets into finished video renders, then monitor progress and return the final video URL. The plugin supports both FVS account renders through an Agent API key and no-account pay-as-you-go renders through Link payment quotes, so users can either spend existing wallet credits or approve a one-off render payment before generation begins.

Details

Kind
Plugins
Topic
Finance & crypto
Publisher
ariadne-coil
Origin
marketplace
Category
ferramentas
Last push
2026-05-16T21:41:54Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
ariadne-coil/future-video-render-claude-plugin/future-video-studio

README

# Future Video Studio Claude Plugin Marketplace

Marketplace-compatible Claude plugin package for Future Video Studio.

Submit this repository to the Claude plugin submission flow. It contains:

```text
.claude-plugin/marketplace.json
plugins/future-video-studio/.claude-plugin/plugin.json
plugins/future-video-studio/.mcp.json
plugins/future-video-studio/skills/render/SKILL.md
```

## Install Locally

Add the marketplace:

```text
/plugin marketplace add ariadne-coil/future-video-render-claude-plugin
```

Install the plugin:

```text
/plugin install future-video-studio@future-video-tools
```

Invoke the render skill:

```text
/future-video-studio:render
```

## Billing

Account/API-key mode:

- Set `FVS_AGENT_API_KEY` in the environment where Claude Code runs.
- Claude must get explicit user approval before calling `fvs_submit_render`.
- Wallet renders use the same Future Video Studio credit model as the web app.

Pay-as-you-go mode:

- Leave `FVS_AGENT_API_KEY` unset.
- Use `fvs_create_paid_render_quote`.
- Pay the returned Link URL.
- Retrieve results later with `fvs_get_paid_render_status` and the quote claim token.

## Security

Do not commit API keys or payment credentials. The plugin reads the optional account key from `FVS_AGENT_API_KEY`; no-account renders should use the Link quote flow.

More