Skip to content

meetopenbot/plugin-motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Agent Plugin

An OpenBot agent plugin that runs Motion / Mosaic video workflows via the Mosaic API.

Features

  • Runs a preconfigured Mosaic agent workflow on each message
  • Injects the user's prompt into a Motion Graphics or Video Generation tile via update_params
  • Accepts YouTube or video URLs in the message for edit workflows
  • Chains follow-up runs using prior output node_render_ids
  • Streams tile progress with agentOutput on each step

Setup

  1. Create a workflow in the Mosaic editor (e.g. Motion Graphics or AI Content Generation).
  2. Copy the agent ID from the workflow settings.
  3. Open a node's API info panel and copy the agent node ID for the tile that should receive your prompt.
  4. Configure the plugin:
Setting Required Description
apiKey / MOSAIC_API_KEY Yes Mosaic API key (mk_…)
mosaicAgentId Yes Workflow agent UUID
promptNodeId Recommended Tile UUID for runtime prompt injection
modelTier No fast or pro (default: pro)
chainOutputs No Feed prior outputs into the next run (default: true)

Development

npm install
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors