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.
npx skills add CryptoLibertus/myvideogift-mcp --skill create-video-giftgit clone --depth 1 https://github.com/CryptoLibertus/myvideogift-mcpWrote 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.
[](https://agentmods.dev/skills/cryptolibertus/myvideogift-mcp/create-video-gift)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
-
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. -
Pick the occasion — call
list_occasionsand 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. -
Gather the inputs for
create_gift:recipient_nameandrelationshipare required.memory(a sentence or two) and up to 6feeling_wordsnoticeably 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.
-
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. -
Draft costs nothing —
create_giftwithrender=falsecreates a free draft you can show the user for approval. To render, callcreate_giftagain with the same inputs plusrender=trueandconsent=true(this creates the billable gift; the draft stays a draft). -
Poll for the film — a render takes a few minutes and returns a
poll_after_sechint. Callget_giftwith the returnedgift_iduntil status isdelivered, then give the user thefilm_urland the shareablegift_url.
If any tool returns an error about the key or balance, surface it verbatim — the messages are written for end users.
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.
- 9d ago First seen · 45 lines · 53 tokens per session scan A 2d83e12a6933
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.
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.
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.
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.
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…
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…
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…