Demoify Skill

Automate demo screenshots by editing live web pages via Chrome DevTools MCP.

249|47|Updated Nov 5, 2024
One-click install
npx skills add https://github.com/different-ai/agent-bank --skill demoify-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Demoify Skill
Source: https://github.com/different-ai/agent-bank/tree/main/.opencode/skill/demoify-skill
Command: npx skills add https://github.com/different-ai/agent-bank --skill demoify-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of professional demo screenshots by programmatically editing live web pages using Chrome DevTools MCP.

Core Features & Use Cases

  • Automated screenshots: Generate side-by-side and multi-frame visuals for social posts, product demos, marketing materials, and investor decks.
  • Live DOM edits: Apply text and link changes on target pages to demonstrate UI variations without leaving the browser.
  • Viewport control: Resize the viewport to common dimensions to match different display contexts.

Quick Start

Try: Generate a side-by-side demo screenshot for https://example.com by running the Demoify workflow in the MCP.

Frequently Asked Questions about Demoify Skill

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

FAQPage Schema
How do I automate demo screenshots with live DOM edits for marketing visuals?

Automating demo screenshots uses Chrome DevTools MCP scripts to open live web pages, apply text and link DOM edits, resize viewports, and capture professional multi-frame visuals. This workflow generates side-by-side layouts for marketing materials and investor decks.

Can I capture side-by-side product demo screenshots directly from a live web page?

Capturing side-by-side product demo screenshots is possible by running Chrome DevTools MCP scripts that edit the live DOM and capture the viewport. This approach renders UI variations and multi-frame views without manual image editing.

Does Chrome DevTools MCP support viewport resizing for generating web-automation screenshots?

Chrome DevTools MCP supports viewport resizing by programmatically adjusting dimensions to match common display contexts. This feature captures web-automation screenshots tailored for specific device frames within product demos.

What is the best way to create investor deck screenshots showing UI variations?

Creating investor deck screenshots is best handled by programmatically editing live web pages to demonstrate UI variations. The Chrome DevTools MCP workflow applies text and link changes, then captures side-by-side layouts for investor presentations.

Do I need to manually edit images after capturing live web page screenshots?

Manual image editing is unnecessary because the workflow applies live DOM edits directly to the web page before capturing screenshots. Chrome DevTools MCP scripts handle text replacements and viewport resizing programmatically to produce final marketing visuals.

What are the limitations of using DOM editing for automated screenshot generation?

DOM editing for automated screenshot generation is limited to manipulating text and links within the live page structure. It requires Chrome DevTools MCP to execute scripts, meaning dynamic content loading or complex CSS state changes may need specific viewport timing.