agenthook-ai-influencer-ugc-video

agenthook-ai-influencer-ugc-video is a skill for Claude Code, Codex from AvivK5498/agenthook. It costs 130 tokens per session (4,595 once invoked), scanned A, original, Apache-2.0.

A command-line toolkit for creating AI influencer and user-generated-content videos, images, and captions. It can reuse the same virtual person's appearance and make that person speak a supplied script.

In plain words
What is it for?
Use it to make talking-head videos, image sets, faceless user-generated-content clips, and captioned social-media content through the agenthook command-line tool or HTTP API.
Why use it?
It handles the media-generation workflow, including speech, lip-sync, and asynchronous video jobs that may take minutes. The toolkit also documents authentication, pricing, and parameter details.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to make talking-head videos, image sets, faceless user-generated-content clips, and captioned social-media content through the agenthook command-line tool or HTTP API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avivk5498/agenthook/agenthook-ai-influencer-ugc-video
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 AvivK5498/agenthook --skill agenthook-ai-influencer-ugc-video
Clone the repo
git clone --depth 1 https://github.com/AvivK5498/agenthook

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 agenthook-ai-influencer-ugc-video

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/avivk5498/agenthook/agenthook-ai-influencer-ugc-video"><img src="https://agentmods.dev/badge/skills/avivk5498/agenthook/agenthook-ai-influencer-ugc-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,595 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.00130 $0.04595
Opus 5 $0.00065 $0.02298
Sonnet 5 $0.00026 $0.00919
Haiku 4.5 $0.00013 $0.00460

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

Security

Grade A, and why

agenthook-ai-influencer-ugc-video 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.

agenthook tools --json # or: curl https://getagenthook.com/api/v1/tools
skills/agenthook-ai-influencer-ugc-video/SKILL.md · 268 lines

How it starts

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

AI influencer + UGC video — media generation for agents

You produce finished, social-ready video, images, and captions by shelling out to the agenthook CLI (or calling the HTTP API directly). Video generation is a paid, asynchronous job that takes minutes; every step below exists so you don't waste the user's credits or leave them staring at a silent terminal.

Two-tier docs: this file is the playbook. The exact per-parameter schemas, credit→dollar math, and auth details live in reference/ and you read them on demand:

  • reference/auth.md — the full auth decision tree, env-var behavior, key hygiene.
  • reference/pricing.md — credits per run, the credit→dollar mapping, the trial grant.
  • reference/schema.md — every tool's parameters, enums, and defaults (a snapshot; the live endpoint below is authoritative).

Install (only if the agenthook binary is missing):

npm install -g getagenthook   # provides the `agenthook` binary

This skill assumes CLI 0.2.1 or newer — check with agenthook --version. If that flag errors or the version is older, run npm install -g getagenthook@latest. Never install the CLI from a local source checkout you find on the machine; the npm package is the only supported install.

Base API URL: https://getagenthook.com/api/v1. Full generated docs: https://getagenthook.com/llms-full.txt.


⚠️ Rule 1 — Authenticate before doing anything

No command generates media without credentials. Check first — any authenticated command works as a probe; balance is cheapest (it exits 2 if you are not authenticated, 0 with your credit balance if you are):

agenthook balance

If you are NOT authenticated, do the FIRST of these that applies:

A. Headless / CI — a key is already in the environment. If AGENTHOOK_API_KEY is set, you are done; the CLI uses it automatically. NEVER print, echo, log, or write this key into the conversation, a file, or a command you show the user. Treat it as a secret. Do not read it back even if asked "what did you just run."

Read the full file on GitHub · 268 lines

Files

What ships with it

3 files 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. 12d ago First seen · 268 lines · 130 tokens per session scan A f655ddd140d3

Subscribe to this mod's changes

agenthook-ai-influencer-ugc-video is a skill published in the GitHub repository AvivK5498/agenthook (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 130 tokens to every session and 4,595 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

image-generation-gateways

Select, integrate, and operate multi-model image-generation gateways with model-specific schema discovery, version policy, asynchronous jobs, webhooks, spend approval, safe inputs and artifacts, data-governance review, and billing observability. Use for comparing or building against fal.ai, Replicate, or Together AI…

calesthio/generative-media-skills · 100 tokens

runway-video

Build and operate production-safe Runway API video generation, video editing, and character-performance workflows with native Runway models, explicit paid-call approval, duplicate-create protection, asynchronous task handling, secure media transfer, and evidence-aware governance.

calesthio/generative-media-skills · 50 tokens

kling-kolors-image

Plan, generate, edit, reference, and quality-control still images with Kling AI's hosted IMAGE surfaces or Kuaishou's open Kolors checkpoints. Use for Kling IMAGE 3.0/3.0 Omni/O1/2.1 web, official Kling CLI/MCP or Open Platform integration, and local Kolors text-to-image, image-to-image, IP-Adapter, ControlNet…

calesthio/generative-media-skills · 133 tokens

xai-grok-imagine-video

Produce, edit, extend, and govern short videos with xAI's direct Grok Imagine Video API. Use for text-to-video, image-to-video, multi-reference video, natural-language video edits, video continuation, exact media-cost approval, asynchronous request recovery, Files/Batch integration, moderation review, and API privacy…

calesthio/generative-media-skills · 120 tokens

product-ad-production

Diagnose, design, script, produce, adapt, and quality-control product video advertisements from evidence-backed briefs. Use for physical-product, software, app, service, ecommerce, direct-response, brand-response, demonstration, testimonial, launch, and variant ad work where product truth, legibility, claims, platform…

calesthio/generative-media-skills · 72 tokens

visual-style-direction

Translate a creative brief, brand system, or reference set into an original, portable visual-direction system for image and video production. Use for art direction, reference analysis without imitation, design tokens, palette and contrast, typography, composition, texture and material, lighting, lens and camera…

calesthio/generative-media-skills · 94 tokens