app-studio-demo-capture

Record authenticated browser sessions of deployed App Studio apps as walkthrough videos, screenshots, or GIFs.

19|13|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill app-studio-demo-capture
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: app-studio-demo-capture
Source: https://github.com/stahura/domo-ai-vibe-rules/tree/main/skills/app-studio/app-studio-demo-capture
Command: npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill app-studio-demo-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capturing polished, production-ready demos of deployed Domo App Studio apps can be time-consuming and error-prone when done manually. This Skill automates consistent demo recording and screenshot capture to accelerate reviews, onboarding, and stakeholder presentations.

Core Features & Use Cases

  • multi-mode capture: produces screenshots, per-page scroll videos, or a full walkthrough video of an App Studio app.
  • production-ready output: records in a real browser against deployed apps with authentication tokens, reflecting live data, theme, and navigation.
  • use cases: generate demo assets for handoffs, marketing decks, and evaluation sessions; easily share polished demos with stakeholders.
  • Real-world example: capture a 4-page app with left navigation, theme, and data to produce a 25-35s walkthrough video for a product pitch.

Quick Start

Run node demo-capture.js <appId> '<json-pageIds>' to generate a demo video for your App Studio app.

Frequently Asked Questions about app-studio-demo-capture

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

FAQPage Schema
How do I automate App Studio demo recording with Playwright?▼

Automate App Studio demo recording by running a Node script with Playwright to capture authenticated browser sessions of deployed apps, generating walkthrough videos and multi-page screenshots. You execute node demo-capture.js with your appId and pageIds to start the process.

Can I capture screenshots and video of a deployed app with live data?▼

Yes, you can capture screenshots and video of a deployed app with live data. The Skill records in a real browser against deployed apps using authentication tokens, accurately reflecting live data, theme, and left-navigation.

What is the best way to generate a walkthrough video for app reviews?▼

The best way to generate a walkthrough video for app reviews is using the full-walkthrough mode, which records a 25-35 second video navigating across multiple app pages to produce a polished promo asset for stakeholder presentations.

Does Playwright support per-page video recording and multi-page screenshots?▼

Yes, Playwright supports multi-mode capture including per-page scroll videos, full walkthrough videos, and multi-page screenshots. The Skill applies these modes to App Studio apps with left-navigation and live data.

Do I need authentication tokens to record Domo App Studio demos?▼

Yes, you need authentication tokens to record Domo App Studio demos. The Skill records against deployed apps requiring authentication to reflect live data and themes during the browser session capture.

What are the limitations of automating demo capture for deployed apps?▼

Limitations of automating demo capture include the need for prerequisite guidance, video post-processing for final polish, and properly formatted JSON pageIds to navigate multiple pages with left-navigation and live data correctly.