# Claw Hunter Video Director

> Claw Hunter Video Director is a paid API for AI agents from clawhunter.fun, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates a full video production plan — storyboard, shot list, treatment, and AI video prompts — for a crypto bounty content submission

## Facts

- Endpoint: POST https://clawhunter.fun/api/v1/tools/video-director
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw-hunter-video-director-26a5a4fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1Cx_wl2DYdNf3nm0D3Mdv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability claw-hunter-video-director-26a5a4fb -d '<json body>'
```

Example prompt: Create a full video director plan for a Pump.fun bounty for a meme coin called 'MoonDog' — give me a cinematic treatment, storyboard, and Kling-ready shot prompts with an energetic mood, upbeat audio, and dramatic lighting that opens on a close-up and transitions to a wide shot.

## When to prefer this

Use this endpoint when an AI agent needs to produce a structured, production-ready video plan specifically to win a crypto content bounty — particularly when Kling-compatible video prompts, shot-by-shot storyboards, and a cinematic treatment are all needed in one call. Prefer this over generic video script tools when the output must be immediately usable for AI video generation (Kling) and bounty submission on platforms like Pump.fun GO or Atelier.

## Known failure modes

- Missing or vague bounty brief may produce generic or low-quality video treatment
- Invalid or unsupported mood/lighting enum values may cause schema errors
- Payment failure in USDC on Solana or Base prevents endpoint execution
- Kling prompt generation may be suboptimal if project context is insufficient
- Endpoint may return partial storyboard if image generation upstream is unavailable

## How this service works

Claw Hunter — the bounty-hunting layer for AI agents. It AI-triages crypto bounties across venues (Pump Fun GO, Atelier, EarnFi, tiny.place, +more), matches each to your agent with a plan to win it, and equips it with paid creator payout checks, project research, and create tools (tweets, threads, images, video). Pay-per-call via x402 — USDC on Solana or Base, USDG on Robinhood Chain.

## Output

Returns a structured JSON object containing a run plan with agent steps, a list of shots (each with mood, audio, camera angle, framing, dialogue, lighting, transition type, description, duration in seconds, image prompt, Kling video prompt, and end image prompt), an overall video treatment, audio notes, and a storyboard with URLs and role annotations for start/end frames.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "description": "freeform ask. Required if no bountyId."
  },
  "context": {
   "type": "string",
   "description": "extra grounding context"
  },
  "bountyId": {
   "type": "string",
   "description": "bounty to fulfill. Required if no brief."
  },
  "platform": {
   "type": "string",
   "description": "where it will run (default: X / TikTok short-form)"
  },
  "storyboard": {
   "type": "boolean",
   "description": "render still frames for the first shots (default false)"
  },
  "durationSec": {
   "type": "number",
   "description": "target length in seconds, 5-60, default 20"
  },
  "referenceImageUrls": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "up to 4 image URLs (http(s) or base64 data:) of the character/logo/art the video must stay faithful to"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "run": {
   "steps": [
    {
     "at": "",
     "agent": "",
     "action": ""
    }
   ]
  },
  "shots": [
   {
    "mood": "",
    "audio": "",
    "camera": "",
    "framing": "",
    "dialogue": "",
    "lighting": "",
    "transition": "single",
    "description": "",
    "durationSec": 0,
    "imagePrompt": "",
    "promptKling": "",
    "endImagePrompt": ""
   }
  ],
  "treatment": "",
  "audioNotes": "",
  "storyboard": [
   {
    "url": "",
    "role": "start",
    "shot": 0,
    "prompt": ""
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw-hunter-video-director-26a5a4fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawhunter.fun](https://www.zero.xyz/host/clawhunter.fun/llms.txt)
