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 brajendrak00068/agentic-ai-video-production --skill levea-ai-video-editorgit clone --depth 1 https://github.com/brajendrak00068/agentic-ai-video-productionWrote 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/brajendrak00068/agentic-ai-video-production/levea-ai-video-editor)<a href="https://agentmods.dev/skills/brajendrak00068/agentic-ai-video-production/levea-ai-video-editor"><img src="https://agentmods.dev/badge/skills/brajendrak00068/agentic-ai-video-production/levea-ai-video-editor/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/brajendrak00068/agentic-ai-video-production/levea-ai-video-editor"><img src="https://agentmods.dev/badge/skills/brajendrak00068/agentic-ai-video-production/levea-ai-video-editor.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.00056 | $0.02892 |
| Opus 5 | $0.00028 | $0.01446 |
| Sonnet 5 | $0.00011 | $0.00578 |
| Haiku 4.5 | $0.00006 | $0.00289 |
Grade A, and why
levea-ai-video-editor 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 12d 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.
This skill calls the Levea HTTP API with `curl` and parses responses with `jq`. How it starts
The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Levea Agentic Video Editor
A full agentic video-editing surface. Send a prompt and get a planned, verified, executed edit. The autonomous editor chooses its own internal tools, applies safety gates, exports when needed, and returns the final scene/video result. Every edit goes through one HTTP tool — autonomous_edit — so there is only one call to learn.
When to use this skill
Use when the user asks for AI video editing, natural-language video edits, viral clips, TikTok videos, Instagram Reels, YouTube Shorts, auto captions / subtitles, chroma key / green-screen removal, background removal, B-roll, motion tracking, motion graphics, multi-cam editing, smart jump cuts, silence / audio cleanup, voiceover, music generation, object / face blur, privacy redaction, beat sync, brand kits, thumbnails, style presets, vertical (9:16) reframe, safe-zone repair, final delivery checks, export presets, multi-platform export, or MP4 export.
Beta: outputs can be wrong. Before executing any mutating edit on user content, describe the planned edit and ask for explicit confirmation. For destructive or irreversible workflows, pass
requirePlanApproval: trueso the editor halts after planning and the user can approve before execution.
Setup
This skill calls the Levea HTTP API with curl and parses responses with jq.
Required binaries: curl, jq.
Required environment variables:
ADSCENE_API_URL— base URL for the Levea API, e.g.https://api.livecore.ai. Do not use the Studio URL or the in-product/api/v1/misc/editorroute.ADSCENE_API_KEY— API key generated from Studio athttps://studio.livecore.ai/(sign up / sign in, then create a key). Studio is only for signup, login, and key management.
export ADSCENE_API_URL="https://api.livecore.ai"
export ADSCENE_API_KEY="your-api-key"
Endpoint
POST {ADSCENE_API_URL}/api/v1/misc/openclaw/v1/execute
Auth: Authorization: Bearer {ADSCENE_API_KEY}
Accepts single-shot JSON (default) or SSE (Accept: text/event-stream or ?stream=true).
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.
- 12d ago First seen · 195 lines · 56 tokens per session scan A e7c111479590
levea-ai-video-editor is a skill published in the GitHub repository brajendrak00068/agentic-ai-video-production (2 stars, last pushed 17d ago), licensed MIT. It adds 56 tokens to every session and 2,892 once invoked, about $0.0003 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-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…