text-generation

Route Qwen and MiniMax text generation calls within video production guardrails.

602|12|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/video-production-buddy/video-production-buddy --skill text-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-generation
Source: https://github.com/video-production-buddy/video-production-buddy/tree/main/.agents/local/skills/text-generation
Command: npx skills add https://github.com/video-production-buddy/video-production-buddy --skill text-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates uncoordinated, costly text generation calls that bypass core agent reasoning and pipeline guardrails in video production workflows, ensuring text generation is only used for appropriate bounded sub-tasks.

Core Features & Use Cases

  • Provider Routing & Setup: Guides configuration for Qwen (DashScope) and MiniMax text generation tools, including API key setup and regional host selection.
  • Model Selection & Cost Discipline: Provides rules for choosing the right model for drafts versus final polish, and enforces narrow, cost-effective prompting practices.
  • Boundary Enforcement: Prevents misuse of text generation tools to bypass pipeline stages, artifact schemas, reviewer skills, or human approval gates.
  • Use Case: When producing a marketing video, use this Skill to generate 3 translation variants for a 2-minute script, persist the outputs to the project's artifacts folder, and track associated API costs without disrupting the core production workflow.

Quick Start

Use the text-generation skill to polish the draft script stored at projects/marketing-video/artifacts/script-draft.md and save the polished output to projects/marketing-video/artifacts/script-final.md.

Frequently Asked Questions about text-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track API costs for text generation calls in a video production workflow?

You can track API costs for text generation by enforcing provider setup validation and model selection rules. This approach routes Qwen and MiniMax calls through a disciplined pipeline, logging billed usage to prevent uncoordinated, costly API requests.

When should I use Qwen versus MiniMax for script polishing and translation tasks?

Use Qwen or MiniMax for bounded text sub-tasks like script polishing and translation variant generation based on model selection rules. Choosing the right model for drafts versus final polish ensures cost-effective prompting and prevents bypassing core pipeline guardrails.

How do I configure Qwen DashScope and MiniMax API keys for project-scoped text generation?

Configuring Qwen DashScope and MiniMax APIs requires setting up API keys and selecting regional hosts. This setup validation ensures text generation outputs persist to project artifacts folders while maintaining cost tracking for billed API calls.

Can I use bulk text generation to bypass pipeline stages and artifact schemas in video production?

No, text generation should not bypass pipeline stages, artifact schemas, or human approval gates. Boundary enforcement rules restrict text generation tools to bounded sub-tasks like long-document summarization and style rewrites, preventing misuse that disrupts the core production workflow.

What is the best way to generate translation variants for a video script without disrupting the production pipeline?

The best way to generate translation variants is routing requests through a provider-routing skill that enforces cost discipline. This method persists outputs to project artifacts and tracks API costs, ensuring text generation supports rather than disrupts the video production workflow.