ai-video-studio: Skill for Codex

.codex/skills/ai-video-studio-mcp-e2e/SKILL.md

ai-video-studio-mcp-e2e is a skill for Codex from yfge/ai-video-studio. It costs 94 tokens per session (585 once invoked), scanned A, original, MIT.

A real-browser testing workflow for AI Video Studio, covering user paths such as signing in, generating media, and connecting the frontend to the backend.

In plain words
What is it for?
Use it after changes to login, media generation, image or video flows, integrations, or other user-facing paths that require browser verification.
Why use it?
It verifies that changes work in the actual browser, including visible results, browser errors, and key requests between the frontend and backend.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md; mentions Codex; $skill-name invocation.

This is yfge/ai-video-studio's own configuration. It tells Codex how to work on ai-video-studio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-video-studio configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/geyunfei/dev/yfge/ai-video-studio/.codex/skills/ai-video-studio-mcp-e2e.

Reuse

Borrowing it

Nothing to install: this file belongs to yfge/ai-video-studio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yfge/ai-video-studio/main/.codex/skills/ai-video-studio-mcp-e2e/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yfge/ai-video-studio

Made for: Codex.

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 ai-video-studio-mcp-e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/yfge/ai-video-studio/ai-video-studio-mcp-e2e/github.svg)](https://agentmods.dev/skills/yfge/ai-video-studio/ai-video-studio-mcp-e2e)
Your own site
<a href="https://agentmods.dev/skills/yfge/ai-video-studio/ai-video-studio-mcp-e2e"><img src="https://agentmods.dev/badge/skills/yfge/ai-video-studio/ai-video-studio-mcp-e2e/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 ai-video-studio-mcp-e2e

Your own site · 80×15
<a href="https://agentmods.dev/skills/yfge/ai-video-studio/ai-video-studio-mcp-e2e"><img src="https://agentmods.dev/badge/skills/yfge/ai-video-studio/ai-video-studio-mcp-e2e.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 585 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00094 $0.00585
Opus 5 $0.00047 $0.00293
Sonnet 5 $0.00019 $0.00117
Haiku 4.5 $0.00009 $0.00059

Measured 11d ago against content hash 988d566a7347, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-video-studio-mcp-e2e scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- If MCP remains unavailable, use Selenium, Playwright, or direct API/curl reproduction only after stating why the browser flow could not continue.
.codex/skills/ai-video-studio-mcp-e2e/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Video Studio MCP E2E

Use this skill to execute the repository's required real-browser verification path. Do not repeat test credentials from memory; read the current account and mandatory validation requirements from AGENTS.md every time.

Read First

  • AGENTS.md
  • docs/testing/agent-validation-workflow.md
  • Relevant feature docs or recent agent_chats entries for the area being changed

Standard Flow

  1. Read AGENTS.md to confirm the current browser-validation requirement and test account.
  2. Open the local app entrypoint and log in if the flow requires auth.
  3. Run the smallest real path that proves the changed behavior, not just a page refresh.
  4. Inspect Console for errors or warnings that materially affect the path.
  5. Inspect the key Network request or response that proves the backend/frontend contract.
  6. Record the exact path, evidence, and result in agent_chats.

Minimum Checks

  • Confirm the route or dialog actually loads.
  • Confirm the intended user action can be triggered.
  • Confirm the decisive Console or Network evidence for the changed behavior.
  • Confirm the final user-visible result, including failure states when relevant.
  • If the change spans backend and frontend, pair this skill with the backend or frontend testing skill instead of treating browser validation as sufficient by itself.

Fallback Rules

  • Default to Chrome DevTools MCP.
  • If the DevTools transport fails, retry with a fresh page or reconnect once before switching tools.
  • If MCP remains unavailable, use Selenium, Playwright, or direct API/curl reproduction only after stating why the browser flow could not continue.
  • When a fallback is used, write the reason, reproduction path, and corrective interpretation in agent_chats. Do not silently downgrade and still write "Chrome verified".

Validation Output Contract

Produce agent_chats-ready validation notes that include:

  • environment and entry URL
  • actual browser path
  • decisive Console and Network observations
  • success or failure result
  • any conflict signal, wrong assumption, and correction that happened during debugging

Read the full file on GitHub · 57 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 57 lines · 94 tokens per session scan A 988d566a7347

Subscribe to this mod's changes

ai-video-studio-mcp-e2e is a skill published in the GitHub repository yfge/ai-video-studio (62 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 585 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

background-task

Add or modify work that runs outside the request/response cycle — emails, document ingestion, webhooks, cleanups, scheduled jobs. Use when something is slow or fire-and-forget, or when adding a periodic/cron task. This project's queue is {{ cookiecutter.backgroundtasks }}.

vstorm-co/full-stack-ai-agent-template · 62 tokens

rag-knowledge

Work with the RAG knowledge base — ingest documents, run semantic search, manage collections, or add a sync source/connector (Google Drive, S3). Use when populating or debugging the knowledge base, tuning retrieval, or adding a new document source. This project uses {{ cookiecutter.vectorstore }} + {{…

vstorm-co/full-stack-ai-agent-template · 76 tokens

alembic-migration

Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.

vstorm-co/full-stack-ai-agent-template · 56 tokens

frontend-feature

Build a new page, view, or data-driven feature in the Next.js frontend. Use when adding a route under the dashboard/marketing area, wiring UI to a backend endpoint, adding client state, or creating a localized page. Covers App Router, data fetching, Zustand stores, and i18n.

vstorm-co/full-stack-ai-agent-template · 64 tokens

pytest-suite

Write or extend the backend test suite following this project's conventions. Use when adding tests for a new service/route/repository, when coverage is missing, or when asked to test a feature. Knows the mocked-session + httpx AsyncClient setup so tests run with no database.

vstorm-co/full-stack-ai-agent-template · 59 tokens

billing-stripe

Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.

vstorm-co/full-stack-ai-agent-template · 56 tokens