amvcp-share-pages

Deploy a self-contained HTML page to Vercel and return a public live URL.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-visual-communicator-plugin --skill amvcp-share-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amvcp-share-pages
Source: https://github.com/Emasoft/ai-maestro-visual-communicator-plugin/tree/main/skills/amvcp-share-pages
Command: npx skills add https://github.com/Emasoft/ai-maestro-visual-communicator-plugin --skill amvcp-share-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of sharing locally generated, self-contained HTML visual communicator pages with others by publishing them online without complex hosting steps.

Core Features & Use Cases

  • One-command public publishing: Deploys an existing generated HTML file to Vercel as a static snapshot and returns a shareable live URL.
  • Vercel claim support: Provides a claim URL so users can attach the deployment to their own Vercel account (avoiding anonymous pool retention limits).
  • Workflow guardrails for interactive pages: Ensures users understand that selection runners and modal comment interactivity are not deployed, preventing confusion after sharing.

Example: Share a generated slide-deck HTML page with your team by deploying it to Vercel and pasting the resulting live URL in Slack.

Quick Start

Ask the agent to share the generated page by deploying it to Vercel using the /amvcp-share-page command for the specific .html file path.

Frequently Asked Questions about amvcp-share-pages

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

FAQPage Schema
How do I publish a generated HTML file to a public URL for sharing?

To publish a generated HTML file to a public URL, the skill deploys the self-contained page to Vercel as a static snapshot and returns a live, shareable link. It uses an installed vercel-deploy skill to host the file online.

What is a Vercel claim URL and do I need it for static deployment?

A Vercel claim URL allows you to attach an anonymous deployment to your own Vercel account. Claiming the deployment prevents your static page from being deleted due to anonymous pool retention limits.

Can I deploy interactive HTML elements and modal comments with this publishing tool?

No, you cannot deploy interactive elements like selection runners or modal comments. The tool publishes a static snapshot, meaning these interactive features are not deployed and will not function on the shared live URL.

Do I need network access and a specific file path to host a page on Vercel?

Yes, hosting a page on Vercel requires network access, an installed vercel-deploy skill, and an existing absolute-path .html file. The script uses this exact file path to locate and deploy your page as an index.html snapshot.

What is the best way to share a locally generated slide deck with my team?

The best way to share a locally generated slide deck is to deploy the HTML file to Vercel. This creates a public live URL that you can easily paste into team collaboration tools like Slack for immediate access.

Why does my published visual communicator page lack dynamic features?

Your published visual communicator page lacks dynamic features because the tool creates a static deployment snapshot. The system includes workflow guardrails to ensure users understand that interactive runners and modal comments are not deployed.