ipollowork-video-studio

Edits HyperFrames video projects within an active iPolloWork Video Studio session.

5.3k|976|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/Devin-AXIS/iPolloWork --skill ipollowork-video-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ipollowork-video-studio
Source: https://github.com/Devin-AXIS/iPolloWork/tree/main/.agents/skills/ipollowork-video-studio
Command: npx skills add https://github.com/Devin-AXIS/iPolloWork --skill ipollowork-video-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When working inside an iPolloWork Video Studio session, edits to the underlying HyperFrames project must respect the session's project directory, Studio port, and timeline structure. This Skill ensures video project edits stay inside the session-owned project without breaking the embedded Studio, spawning duplicate servers, or corrupting the deterministic timeline.

Core Features & Use Cases

  • Session-scoped editing: Reads the active session's injected task contract, project directory, and exact index.html path, and confines all changes to the current video/<session-id>/ project.
  • Storyboard-driven scene editing: Derives a content-led storyboard from the brief, reusing the installed template as a visual and motion system while adding, removing, reordering, or retiming scenes.
  • Timeline and contract preservation: Keeps the root composition, editor hooks, editable variables, design tokens, and every scene, clip, transition, audio, and animation timestamp consistent after structural changes.
  • Use Case: A user asks to retime the intro scene and swap copy in their current video project; the Skill edits only the session-owned index.html, preserves unrelated scenes, and runs the required HyperFrames check before reporting completion.

Quick Start

Ask the agent to apply your brief or targeted edit to the current Video Studio project, for example: "Update the opening scene text and shorten the second scene in my current video project."

Frequently Asked Questions about ipollowork-video-studio

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

FAQPage Schema
How do I edit a video project in iPolloWork Video Studio?

Describe your brief or targeted edit for the active session, and the Skill modifies the session-owned HyperFrames project's index.html. It reads the current project, template metadata, and design tokens first, then runs the required HyperFrames check before finishing.

How does the Skill handle scene and timeline changes in HyperFrames?

It can add, remove, reorder, or retime scenes based on the brief while keeping the root duration and every scene, clip, transition, audio, and animation timestamp consistent. The deterministic timeline and editor hooks are preserved so Studio controls keep working.

Can it create a new video project or preview server?

No. The Skill is strictly limited to the active session's project directory and never creates another video project, starts a second preview server, or restarts app-owned services. All changes and assets stay inside the current video/<session-id>/ folder.

Will follow-up edits overwrite my existing scenes?

No. For targeted and follow-up edits, the Skill preserves unrelated user-authored scenes and media. It only changes what the edit requires and keeps the rest of the composition intact.

What happens if the session provides stricter instructions?

Session-provided instructions for timing, templates, media, or validation take precedence over the Skill's default workflow. The injected task contract, project directory, Studio port, and index.html path are treated as authoritative.