create-video-gift

create-video-gift is a skill for Claude Code from CryptoLibertus/myvideogift-mcp. It costs 53 tokens per session (550 once invoked), scanned A, original, MIT.

A workflow for making a personalized video gift from photos and an original song, then delivering it at a shareable web address.

In plain words
What is it for?
Use it for tribute or memorial films, and for anniversary, birthday, or wedding gifts. It helps prepare the information and photos needed by the My Video Gift service.
Why use it?
It guides the agent through the required account, occasion, photo, memory, feeling, and consent details before rendering. It also prevents starting when prepaid credits are unavailable.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the myvideogift plugin — 1 skill, 1 MCP server shipped together

Good fit Use it for tribute or memorial films, and for anniversary, birthday, or wedding gifts. It helps prepare the information and photos needed by the My Video Gift service.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cryptolibertus/myvideogift-mcp/create-video-gift
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CryptoLibertus/myvideogift-mcp --skill create-video-gift
Clone the repo
git clone --depth 1 https://github.com/CryptoLibertus/myvideogift-mcp

Made for: Claude Code.

Or install myvideogift, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-video-gift

README.md
[![agentmods](https://agentmods.dev/badge/skills/cryptolibertus/myvideogift-mcp/create-video-gift/github.svg)](https://agentmods.dev/skills/cryptolibertus/myvideogift-mcp/create-video-gift)
Your own site
<a href="https://agentmods.dev/skills/cryptolibertus/myvideogift-mcp/create-video-gift"><img src="https://agentmods.dev/badge/skills/cryptolibertus/myvideogift-mcp/create-video-gift/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-video-gift

Your own site · 80×15
<a href="https://agentmods.dev/skills/cryptolibertus/myvideogift-mcp/create-video-gift"><img src="https://agentmods.dev/badge/skills/cryptolibertus/myvideogift-mcp/create-video-gift.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 550 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00550
Opus 5 $0.00026 $0.00275
Sonnet 5 $0.00011 $0.00110
Haiku 4.5 $0.00005 $0.00055

Measured 9d ago against content hash 2d83e12a6933, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

create-video-gift scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/create-video-gift/SKILL.md · 45 lines

What it actually says

Create a video gift

Workflow for the myvideogift MCP server bundled with this plugin. A finished gift is an original song plus a cinematic photo-montage film, delivered at a shareable URL.

  1. Check the account first — call check_account. Rendering spends one prepaid credit; if the balance is empty, stop and send the user to https://developers.myvideogift.com to top up. Don't gather inputs they can't spend.

  2. Pick the occasion — call list_occasions and choose the id that fits (it drives the song's lyrics and tone). If more than one plausibly fits, ask the user rather than guessing.

  3. Gather the inputs for create_gift:

    • recipient_name and relationship are required.
    • memory (a sentence or two) and up to 6 feeling_words noticeably improve the song — ask for them instead of leaving them blank.
    • photo_urls: up to 30 publicly fetchable image URLs of the recipient. Required to render. If the user's photos aren't hosted anywhere public, they must upload them somewhere fetchable first — the API pulls by URL.
  4. Consent is a hard gate — rendering requires consent=true, an attestation that the user holds the rights to the photos and the recipient's depiction. Ask the user explicitly and only pass it after they confirm. Never set it on your own.

  5. Draft costs nothingcreate_gift with render=false creates a free draft you can show the user for approval. To render, call create_gift again with the same inputs plus render=true and consent=true (this creates the billable gift; the draft stays a draft).

  6. Poll for the film — a render takes a few minutes and returns a poll_after_sec hint. Call get_gift with the returned gift_id until status is delivered, then give the user the film_url and the shareable gift_url.

If any tool returns an error about the key or balance, surface it verbatim — the messages are written for end users.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 45 lines · 53 tokens per session scan A 2d83e12a6933

Subscribe to this mod's changes

create-video-gift is a skill published in the GitHub repository CryptoLibertus/myvideogift-mcp (0 stars, last pushed 14d ago), licensed MIT. It adds 53 tokens to every session and 550 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

image-generation

Optimizes image generation prompts using Subject-Context-Style structure. Use this skill when generating images, creating illustrations, photos, visual assets, editing images, or crafting prompts for any image generation model.

shinpr/mcp-image · 43 tokens

media-expert

Expert-level media production, content management, streaming, broadcasting, and media technology systems. Use when the user mentions video, streaming, broadcast, CMS, or production, or when the task involves Media Production, Streaming and Broadcasting, Technologies, or Standards and Protocols.

personamanagmentlayer/pcl · 57 tokens

talkthrough

Analyze narrated screen recordings and audio files — timestamped transcript, scene keyframes, OCR text, and wall-clock anchoring via the local talkthrough MCP server. Use when the user shares a recording or asks to triage feedback, extract meeting actions, or correlate a recording with logs.

korovin-aa97/talkthrough-mcp · 60 tokens

threebrowser-studio-mcp

Author, inspect, render, validate, animate, and save Three.js WebGPU projects in the native ThreeBrowser Studio through its real threestudio MCP tools. Use whenever Codex is asked to build or edit a ThreeBrowser Studio scene, material, Blender-style shader or texture graph, animation, lighting setup, camera, or…

SamG-Coder/ThreeBrowserStudio · 122 tokens

helmdeck-hyperframes-authoring

Author render-deterministic hyperframes compositions. Use when generating HTML/CSS/JS for hyperframes.compose, hyperframes.render, or any pipeline that produces a programmatic MP4 via hyperframes — including builtin.scaffolded-narrated-video, builtin.prompt-video, builtin.prompt-narrated-video. The framework's "render…

tosin2013/helmdeck · 132 tokens

media-download

Download video (or audio) from YouTube, Rumble, and other yt-dlp-supported sites via the media-downloader MCP server, and natively store the downloaded media into the epistemic-graph knowledge graph as a content-addressed blob + :MediaAsset. Use when the agent must fetch a video by URL and optionally persist the raw…

Knuckles-Team/media-downloader · 111 tokens