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 S3YED/appie-kit --skill agentic-video-toolsgit clone --depth 1 https://github.com/S3YED/appie-kitWrote 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/s3yed/appie-kit/agentic-video-tools)<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.
<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>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.00084 | $0.06408 |
| Opus 5 | $0.00042 | $0.03204 |
| Sonnet 5 | $0.00017 | $0.01282 |
| Haiku 4.5 | $0.00008 | $0.00641 |
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 | 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 |
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.
- 8d ago First seen · 449 lines · 84 tokens per session scan B 1dce215ffe5e
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.
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.
aws-patterns
Lambda best practices, S3 event patterns, SQS/SNS fanout, and DynamoDB access patterns for serverless AWS architectures.
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…
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.
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.
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…