Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
openmontage logo

openmontage

itsuzef/openclaw-openmontage

Otheropenclawby itsuzef

Summary

OpenClaw plugin exposing 1 skill.

Install to Claude Code

openclaw plugin add itsuzef/openclaw-openmontage

Run in Claude Code. Add the marketplace first with /plugin marketplace add itsuzef/openclaw-openmontage if you haven't already.

README.md

openclaw-openmontage

An OpenClaw plugin that adds AI video production capabilities via a local OpenMontage workspace.

What it does

Injects skills that teach OpenClaw agents to delegate video production tasks — animated explainers, cinematic trailers, avatar videos, screen demos, motion graphics, and more — to your local OpenMontage installation.

The plugin contributes no runtime JS code. It is a skills package: structured markdown files that get injected into the agent's system prompt and teach it how to engage OpenMontage's instruction-driven pipeline system.

Requirements

(run make setup in the OpenMontage repo)

Install

openclaw install @itsuzef/openclaw-openmontage

Or from a local checkout:

{
  "plugins": {
    "installs": [
      { "source": "path", "sourcePath": "/path/to/openclaw-openmontage" }
    ]
  }
}

Configure

openclaw config set plugins.entries.openmontage.enabled true
openclaw config set plugins.entries.openmontage.config.workspacePath /path/to/OpenMontage

Or in your openclaw config JSON directly:

{
  "plugins": {
    "entries": {
      "openmontage": {
        "enabled": true,
        "config": {
          "workspacePath": "/Users/you/Documents/OpenMontage"
        }
      }
    }
  }
}

Usage

Once configured, ask your OpenClaw agent anything video-related:

  • "Make a 60-second animated explainer about how black holes form"
  • "Create a Ghibli-style animated video of an underwater city at dusk"
  • "Build a cinematic trailer for our product launch"
  • "Make a screen demo showing how to install our CLI tool"
  • "Turn this blog post into a 90-second video"
  • "25-second kinetic typography launch reel using HyperFrames"

The agent will run preflight, present a production plan and cost estimate, and execute the pipeline with human approval gates at each creative stage.

Cost

Most pipelines have a zero-cost path using free tools (Piper TTS + stock media + Remotion + FFmpeg). Premium paths add AI image/video generation and ElevenLabs TTS.

| Path | Cost | Unlocks | |---|---|---| | Zero key | $0 | Pipelines with a free path (explainer, animation, screen-demo, hybrid, clip-factory) | | FAL_KEY | ~$0.15–$1.50 | FLUX AI image generation | | Full setup | ~$1–$3 | Video gen (Veo/Kling/Runway/Seedance) + ElevenLabs + music |

Pipelines

| Pipeline | Best For | Status | |---|---|---| | animated-explainer | Explainers, educational content, data viz | production | | cinematic | Trailers, teasers, hype edits | production | | animation | Motion graphics, Ghibli/anime-style | production | | screen-demo | CLI demos, developer walkthroughs | production | | avatar-spokesperson | Presenter videos, announcements | production | | hybrid | Source footage + AI support visuals | production | | talking-head | Speaker videos | beta | | clip-factory | Multi-clip from long source | beta | | podcast-repurpose | Podcast highlights | beta | | localization-dub | Translate and dub | beta | | documentary-montage | Real-footage montage, tone-poem style | beta |

How it works

OpenMontage is agent-driven: the AI agent reads pipeline manifests and stage director skills, makes creative decisions, and uses Python tools for actual generation. This plugin teaches OpenClaw agents:

1. What OpenMontage can produce (skills/openmontage/openmontage.md) 2. How to engage the workspace — preflight, pipeline selection, plan presentation (skills/openmontage/delegate.md) 3. Which pipeline fits which brief (skills/openmontage/pipelines.md)

The agent navigates to your OpenMontage workspace using its existing file and shell tools, reads AGENT_GUIDE.md from that workspace, and follows the instruction-driven pipeline system from there.

Contributing

Improvements to the skill content are the most valuable contributions. If OpenMontage adds a new pipeline or changes its capability surface, update the matching skill file.

1. Fork and clone this repo 2. Edit skills/openmontage/*.md 3. Test by pointing your local plugin install at the fork 4. Open a PR with a clear description of what changed and why

Related plugins

Browse all →