agentic-video-tools

agentic-video-tools is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 84 tokens per session (6,408 once invoked), scanned B, original, MIT.

A guide to choosing and connecting automated video-editing services and open-source tools. It focuses on turning raw clips into finished vertical videos for platforms such as Instagram, TikTok, and YouTube.

In plain words
What is it for?
Use it to evaluate APIs, webhooks, pricing, rate limits, captions, reframing, music, transitions, and automated publishing options.
Why use it?
It helps compare tools by how much of the editing and publishing process they can run automatically, especially when a public API is needed.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to evaluate APIs, webhooks, pricing, rate limits, captions, reframing, music, transitions, and automated publishing options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s3yed/appie-kit/agentic-video-tools
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 S3YED/appie-kit --skill agentic-video-tools
Clone the repo
git clone --depth 1 https://github.com/S3YED/appie-kit

Made for: Claude Code, 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 agentic-video-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/agentic-video-tools/github.svg)](https://agentmods.dev/skills/s3yed/appie-kit/agentic-video-tools)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/agentic-video-tools"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/agentic-video-tools/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 agentic-video-tools

Your own site · 80×15
<a href="https://agentmods.dev/skills/s3yed/appie-kit/agentic-video-tools"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/agentic-video-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,408 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00084 $0.06408
Opus 5 $0.00042 $0.03204
Sonnet 5 $0.00017 $0.01282
Haiku 4.5 $0.00008 $0.00641

Measured 8d ago against content hash 1dce215ffe5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

agentic-video-tools scanned grade B with 2 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 8d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

resp = httpx.post( "https://elb-api.vizard.ai/hvizard-server-front/open-api/v1/project/create",

Makes network callslowCapability

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

| docs.vizard.ai/docs/quickstart | Vizard API endpoints, webhook config, sample curl |
skills/content/agentic-video-tools/SKILL.md · 449 lines

How it starts

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

Agentic Video Tools — content factory

Purpose

Equip the agent to choose and drive the right tool for fully automated short-form video production. The decision axis is automation depth, not feature richness for human editors. A tool with 50 manual effects but no API is useless. A tool with 3 endpoints and a webhook is gold.

Goal pipeline: raw clip URL → API call → captions + reframe + music → finished 9:16 MP4 → publish to IG/TikTok/YT. Human reviews the output, does not produce it.


Sources

Source What it gave
opus.pro/api + help.opus.pro/api-reference/overview OpusClip API endpoints, rate limits, webhook spec
docs.submagic.co/introduction Submagic REST API, auth, rate limits
docs.vizard.ai/docs/quickstart Vizard API endpoints, webhook config, sample curl
docs.klap.app/pricing Klap API per-operation costs
docs.descriptapi.com Descript API endpoints, agent automation, callback URLs
veed.io/api VEED Fabric API, fal.ai endpoints, per-second pricing
captions.ai/pricing Captions pricing tiers, no public API found
quso.ai/pricing Quso.ai (formerly Vidyo.ai) pricing, no API listed
munchstudio.com Munch (now Munch Studio), no API found
heyeddie.ai Eddie AI — desktop app, no API
tammy.ai reviews Tammy.ai — summarizer, no clip extraction API
Trustpilot/G2/Reddit reviews 2025-2026 Real creator pain points for OpusClip, Submagic, Klap
github.com/harry0703/MoneyPrinterTurbo 56.7k stars OSS, FastAPI backend, MIT
github.com/SamurAIGPT/AI-Youtube-Shorts-Generator 3.4k stars OSS, Python, MIT
github.com/mutonby/openshorts 1.7k stars OSS, self-hosted, MIT

Quick Reference

Automation tier (API > webhook > CLI > Playwright > manual UI):

Rank Tool Tier One-line verdict
1 Vizard.ai REST API + webhook Best automation depth for clip generation; docs public, webhook native
2 Submagic REST API + webhook Best for captions-only pipelines; public API docs, 100 req/hr export
3 Descript REST API + callback Full Underlord agent via API; best for script-based editing at scale
4 Klap REST API (usage-based) Clean per-operation pricing; Pro+ required for API access
5 OpusClip REST API (closed beta) API exists but gated; virality scores unreliable per creator reviews
6 VEED Fabric REST API via fal.ai Image/video generation APIs only; not a clip extractor
7 Quso.ai (Vidyo.ai) No API Rebranded Vidyo.ai; web UI only; no automation surface
8 Captions.ai No public API Mobile-first; Scale tier may have limited API but not documented
9 Munch Studio No API Rebranded GetMunch; no developer surface found
10 Eddie AI No API Desktop app (Mac/Win); NLE integration only; not automatable
11 Tammy.ai No clip API YouTube summarizer only; not a clip extractor
12 Decipher N/A Not a standalone product; generic term; no dedicated tool found

Read the full file on GitHub · 449 lines

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. 8d ago First seen · 449 lines · 84 tokens per session scan B 1dce215ffe5e

Subscribe to this mod's changes

agentic-video-tools is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 16d ago), licensed MIT. It adds 84 tokens to every session and 6,408 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

aws-patterns

Lambda best practices, S3 event patterns, SQS/SNS fanout, and DynamoDB access patterns for serverless AWS architectures.

vibeeval/vibecosystem · 31 tokens

review

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

stevesolun/ctx · 95 tokens

agents-md-protocol

Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and handoff rules. Use when a repo lacks durable agent guidance or when a custom harness needs a predictable context file.

stevesolun/ctx · 59 tokens

investment-memo-generator

Investment memo creation combining financial analysis, document generation, and structured templates. Use when creating investment memos, pitch decks, deal summaries, or investment committee materials.

travisjneuman/.claude · 37 tokens

python-memory-safe-scripts

Memory-safe Python script patterns for long-running processes under systemd MemoryMax constraints. Covers allocator purge (mimalloc/glibc malloctrim), HTTP response lifecycle, DataFrame cleanup, thread-local connection reuse, and periodic GC cadence. Battle-tested through 5 OOM optimization cycles on production GPU…

terrylica/cc-skills · 197 tokens