AI SummaryImplementation patterns for Runway prod checklist — AI video generation platform. See related Runway skills for more workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "runway-prod-checklist" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/runway-prod-checklist && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/runway-prod-checklist/SKILL.md "https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/runway-pack/skills/runway-prod-checklist/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Runway prod checklist — AI video generation and creative AI platform. Use when working with Runway for video generation, image editing, or creative AI. Trigger with phrases like "runway prod checklist", "runway-prod-checklist", "AI video generation".
Overview
Implementation patterns for Runway prod checklist — AI video generation platform.
Prerequisites
• Completed runway-install-auth setup
Step 1: SDK Pattern
`python from runwayml import RunwayML client = RunwayML() task = client.image_to_video.create( model='gen3a_turbo', prompt_text='A serene lake at dawn, mist rising, birds flying', duration=5, ) result = task.wait_for_task_output() if result.status == 'SUCCEEDED': print(f"Video: {result.output[0]}") `
Output
• Runway integration for prod checklist
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster