Future Video Render
PassAudited by ClawScan on May 6, 2026.
Overview
This skill is coherent for paid video rendering, but users should notice that it can use a wallet-backed API key, create paid render quotes, and upload assets to Future Video Studio.
Install only if you intend to let your agent create Future Video Studio renders. Treat the API key, payment URL, claim token, status URL, and final signed video URL as sensitive, and require a clear approval step for any wallet spend or Link payment.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If configured, the API key can let the agent submit renders that consume the user's Future Video Studio wallet credits.
The skill can use an account API key tied to wallet spending. This is expected for the service and the instructions require approval, but the credential has financial authority.
Account mode: send `X-FVS-Agent-Key` or configure `FVS_AGENT_API_KEY`; renders charge the owning Future Video Studio account wallet and require explicit user approval before submission.
Only configure the API key for trusted use, review each render summary and cost/budget before approval, and revoke or rotate the key if it is no longer needed.
The agent may create paid render workflows, ask for Link payment approval, poll status, cancel jobs, and retrieve generated video URLs.
The skill exposes tools that can submit billable render jobs or create payment quotes. The workflow is purpose-aligned and includes an approval requirement, but it is still a high-impact tool capability.
use `fvs_submit_render` for account/API-key mode only after explicit user approval to spend wallet credits - use `fvs_create_paid_render_quote` for no-account pay-per-render mode
Before approving, check the render request, duration, resolution, quoted amount or budget cap, and ensure the payment URL belongs to Future Video Studio.
Brand assets, PDFs, images, audio, or other reference files may be uploaded to Future Video Studio for processing.
The workflow supports attaching local or public assets to the render request. This is normal for video generation, but users should intentionally choose which files are sent to the provider.
For assets: remote MCP clients should prefer public HTTPS `upload_urls` - local `upload_files` only work when the MCP server runs on the same machine as the agent
Attach only files intended for the render, avoid sensitive unrelated documents, and prefer scoped public asset URLs when using a remote MCP client.
