tfcbot/agent-video-team · Archived

model-provider

>- Configure Vidjutsu authentication and the tenant-scoped Kling 3.0 clone pipeline. Use before running the director skills or troubleshooting access.

First seen Apr 12, 2026

Installation

$ npx skills add tfcbot/agent-video-team --skill model-provider

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tfcbot/agent-video-team · top by installs.

npx skills add tfcbot/agent-video-team

Browse all from tfcbot/agent-video-team

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,840 B
  • docs README.md 301 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Model Provider

Use Vidjutsu as the model boundary. Do not ask the user for upstream model, Gateway, or runner credentials.

Authenticate

The production API base is https://api.vidjutsu.ai. Raw API calls use:

Authorization: Bearer <VIDJUTSU_API_KEY>

For CLI workflows, store the key once:

vidjutsu auth --key "$VIDJUTSU_API_KEY"
vidjutsu usage

An active $99/month subscription is required for metered intelligence and generation operations. Vidjutsu enforces daily request limits; it does not charge per-operation fees.

Execution ownership

  • Clone-check, character creation, and starting-image generation run through

the authenticated tenant's scoped Vercel AI Gateway allocation.

  • Clone video is Kling 3.0 Motion Control only. Vidjutsu dispatches it to a

dedicated runner and receives authenticated lifecycle callbacks.

  • The caller stores only the Vidjutsu clone task ID and reads status through

GET /v1/clones/video/{id}. Never call or poll a provider directly.

  • No alternate clone-video model or fallback is supported.

External services

ZapCap captions, Zernio publishing, native platform analytics, and optional user-supplied music are separate integrations because Vidjutsu currently has no equivalent endpoints. Keep their credentials and billing separate; never describe them as tenant Gateway operations.

Key behaviors

  • Default to model: "kling"; no other clone model is accepted.
  • Check vidjutsu usage before a multi-stage workflow.
  • Preserve accepted task IDs across retries and resumes.
  • Never expose or attempt to obtain the tenant's underlying Gateway key.