edgeone-pages-deploy_skill

This skill deploys a self-contained HTML file to a public URL instantly, enabling quick hosting without authentication.
  • Python

0

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill 0juano/agent-skills --skill edgeone-pages-deploy

  • SKILL.md1.8 KB

Overview

This skill deploys a self-contained HTML file or a single-page directory to a public URL instantly with no authentication required. It provides a quick, zero-configuration way to share HTML content publicly. Use it when you need a temporary, shareable link for a static page without accounts or setup.

How this skill works

The skill packages the HTML content and calls EdgeOne Pages' public MCP endpoint via JSON-RPC to create a hosted page. It sends the HTML as a JSON payload to the deploy-html method and returns a public URL. No auth or custom domain is required, and each deploy generates a new, immutable link.

When to use it

  • Share a prototype or demo page quickly with teammates or clients
  • Publish a single self-contained HTML file for testing or feedback
  • Create a temporary public link for an HTML-based report or visualization
  • Host a small landing page or a code sandbox export that has inline assets
  • Get a public URL without creating an account or configuring infrastructure

Best practices

  • Ensure the HTML is fully self-contained: inline CSS, inline JS, and data URLs for images
  • Validate the returned URL by checking it returns HTTP 200 before sharing
  • Keep deployments idempotent by including build timestamps in filenames if needed
  • Avoid relying on this for production or large multi-file sites—use it for quick sharing and demos
  • Keep sensitive data out of deployed HTML since any link is publicly accessible

Example use cases

  • Deploy a single-page portfolio or resume exported as one HTML file
  • Share a D3 or Plotly visualization exported as a self-contained HTML for review
  • Publish a tiny marketing landing page or A/B experiment preview without DNS
  • Provide a public preview link for an email template or interactive mockup
  • Host an educational snippet or interactive example for a tutorial

FAQ

No. This skill supports single self-contained HTML files or directories where the site is already consolidated into one HTML file with inline assets.

Do I need an account or API key?

No. Deploys use a public endpoint and require no authentication.

Can I update or delete a deployed page?

No. Each deploy creates a new, immutable URL. There is no built-in update or delete functionality.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational