content-engine

AI video production, script writing, and image generation. Generate video scripts, AI images, and short-form or long-form videos from any topic. Automated content pipeline from idea to finished video. No API key or account required — paid operations are authenticated and billed automatically via x402 USDC payment headers. Free tools (pricing, status, content details) are open to all.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "content-engine" with this command: npx skills add jimitd-ai/ai-content-engine

Content Engine

AI-powered content creation as a service. Generate scripts, images, and videos from any topic using AI.

Built for autonomous agents. No API key or account required. Pay-per-use with USDC via the x402 payment protocol — agents can discover pricing, create content, and retrieve results in a single autonomous workflow.

Why Content Engine?

  • Zero-friction for agents: No API key signup, no account creation, no subscription. Paid operations are authenticated via x402 USDC payment headers — no credentials to provision or manage
  • End-to-end content pipeline: Topic in, finished video out — AI script writing, image generation, and video production in one tool
  • Transparent pricing: Call get_pricing (free) to see exact USDC costs before committing. No hidden fees, no monthly minimums
  • Production-ready: Deployed on Fly.io with queue management, status tracking, and daily budget controls

Billing

All paid operations use the x402 payment protocol. When a paid tool is called, the x402 proxy at CONTENT_ENGINE_URL adds a USDC payment header to the request automatically. The calling agent does not need to manage wallets, private keys, or payment credentials — x402 handles this at the transport layer. You can call get_pricing (free) to see exact costs before committing, and get_queue_status to check daily budget remaining.

Pricing

OperationCost (USDC)Description
Script generation$0.25AI-written video script from any topic
Image generation$0.10AI image from a text prompt
Video generation$0.45Full video production from completed script
Full pipeline$0.65Script + video end-to-end
Pricing / status / trackingFreeCheck pricing, queue status, and content details

Call get_pricing at any time for live rates.

Environment Variables

VariableDescription
CONTENT_ENGINE_URLx402 payment proxy endpoint (default: https://content-engine-x402.fly.dev)

Setup

Content Engine is installed and configured automatically by mcporter when you install this skill. After installation, set your environment variable:

mcporter env set content-engine CONTENT_ENGINE_URL=https://content-engine-x402.fly.dev

Verify the skill is available:

mcporter list content-engine

Available Tools

Free (no payment required)

  • get_pricing — Returns live USDC pricing for all paid operations. Always call this first to confirm current rates before creating content.

    mcporter call content-engine.get_pricing
    
  • get_queue_status — Check queue position, estimated wait time, active jobs, slot availability, and daily budget remaining.

    mcporter call content-engine.get_queue_status
    
  • get_content — Get full details of a content item including script text, video URL, thumbnails, and metadata.

    mcporter call content-engine.get_content content_id="<uuid>"
    
  • get_content_status — Lightweight status check optimized for polling. Returns current pipeline stage and completion percentage.

    mcporter call content-engine.get_content_status content_id="<uuid>"
    

Content Creation (paid via x402 USDC)

  • create_script ($0.25) — Generate an AI-written video script from a topic or prompt. Accepts optional title and reference image. Returns a content_id for tracking through the pipeline.

    mcporter call content-engine.create_script topic="How AI is changing music production"
    
  • create_image ($0.10) — Generate a high-quality image from a text prompt via Runway ML. Supports style directives, aspect ratios, and reference images.

    mcporter call content-engine.create_image prompt="Futuristic music studio with holographic instruments"
    
  • create_video ($0.45) — Generate a full video from a content item with a completed script. Requires the content_id returned by create_script.

    mcporter call content-engine.create_video content_id="<uuid>"
    
  • run_full_pipeline ($0.65) — Complete end-to-end content creation: script generation + video production from a single topic. Returns content_id for tracking. This is the fastest path from idea to finished video.

    mcporter call content-engine.run_full_pipeline topic="Top 5 AI tools for developers in 2026"
    

Typical Workflow

Quick path (single call)

get_pricing → run_full_pipeline → poll get_content_status → get_content

Step-by-step path (full control)

  1. get_pricing — Confirm current USDC rates
  2. create_script — Generate script from topic, save the returned content_id
  3. get_content_status — Poll until script is complete
  4. create_video — Generate video from the completed script
  5. get_content_status — Poll until video is ready (1-5 minutes)
  6. get_content — Retrieve the finished video URL and metadata

Use Cases

  • Video content creation: Generate scripts and videos from any topic for use in your own publishing pipeline
  • Image generation: Create AI images for thumbnails, social posts, or visual content
  • Agent-to-agent workflows: Other agents can delegate content creation to Content Engine as part of larger pipelines
  • Rapid prototyping: Test video concepts quickly before committing to full production

Important Notes

  • Video generation takes 1-5 minutes. Always poll get_content_status rather than assuming instant completion.
  • The content_id (UUID) returned by creation tools is the key for all subsequent operations.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

LovTrip Video to Article

视频转文章 / YouTube Video to Article — 使用 Gemini AI 将视频转为结构化文章。当用户需要将 YouTube 视频转换为文章时使用。

Registry SourceRecently Updated
1030Profile unavailable
General

YouTube Video To Blog Converter

Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publ...

Registry SourceRecently Updated
1421Profile unavailable
Automation

Content Id Guide

A calm way for creators to understand and organize automated content claims across platforms, so nothing important gets missed.

Registry SourceRecently Updated
2.3K1Profile unavailable
General

Youtube Podcast Generator

Extracts the original text of Youtube video and converts it into a multi-voice AI podcast using a local Node.js API and FFmpeg. It also can show you the text...

Registry SourceRecently Updated
620Profile unavailable