Borrowing it
Nothing to install: this file belongs to assebler-grkha/VE-MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/assebler-grkha/VE-MCP/main/AGENTS.mdgit clone --depth 1 https://github.com/assebler-grkha/VE-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/instructions/assebler-grkha/ve-mcp/agents-md)<a href="https://agentmods.dev/instructions/assebler-grkha/ve-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/assebler-grkha/ve-mcp/agents-md.svg" alt="Measured on agentmods" 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.00537 | $0.00537 |
| Opus 5 | $0.00269 | $0.00269 |
| Sonnet 5 | $0.00107 | $0.00107 |
| Haiku 4.5 | $0.00054 | $0.00054 |
Grade A, and why
VE-MCP AGENTS.md 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 7d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- VE-MCP CLAUDE.md — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 29 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Video Editor MCP (VE-MCP) — Agent Operational Instructions
When working with this repository or using the video-editor-mcp server, follow these principles:
Core Workflow & Decision Tree
- Raw Footage / Screencast Montage:
- Call create_reels_from_raw_video for one-shot end-to-end processing (silence cutting + aspect ratio layout + color/light grading + jump-zooms + EBU R128 audio ducking + karaoke subtitles in a single render pass).
- Script / Promo Generation:
- Call create_promo_from_script (Voicebox/Edge-TTS voice synthesis + looped B-roll + color grading + music ducking + subtitles in a single render pass).
- SaaS & Screencast Demos:
- Use format_video with color_preset=clean_screencast (enhances UI/text sharpness to prevent compression blur) or format_split_screen_demo (speaker webcam on top, UI screencast on bottom).
- Color, Light & Clarity Calibration:
- Use adjust_video_color_and_light or pass color_preset (vibrant, clean_screencast, cinematic, warm, cold, high_contrast, none) and fine-tuning parameters (brightness, contrast, saturation, gamma, sharpness, warmth).
- Aspect Ratios:
- 9:16 (1080x1920, Reels/Shorts/TikTok), 16:9 (1920x1080, YouTube Landscape), 1:1 (1080x1080, Square post), 4:5 (1080x1350, Feed/Portrait).
- Subtitles & Typography:
- Styles: karaoke_yellow, karaoke_green, karaoke_cyan, minimal_white, bold_red.
- Subtitle canvas resolution, font sizes, and vertical margins automatically adapt to the target aspect ratio.
- Quality Assurance (Mandatory):
- Always run validate_video_quality(output_path) before presenting output to the user.
Detailed Documentation
- Master Agent Index & Intent Router: docs/INDEX.md
- Agent Operational Playbook: docs/AGENT_OPERATIONAL_FLOW.md
- Briefing & Scriptwriting Framework: docs/00_FRAMEWORK_TZ_AND_PIPELINE.md
- SaaS & Product Demo Guide: docs/01_SAAS_AND_PRODUCT_DEMO.md
- Reels, TikTok & Shorts Guide: docs/02_REELS_TIKTOK_SHORTS.md
- Localization & Dubbing Guide: docs/04_LOCALIZATION_AND_DUBBING.md
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.
- 7d ago First seen · 29 lines · 537 tokens per session scan A 2c4ed2732a0b
VE-MCP AGENTS.md is an instructions file published in the GitHub repository assebler-grkha/VE-MCP (0 stars, last pushed 17d ago), licensed MIT. It adds 537 tokens to every session, about $0.0027 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.