edgeone-pages-deploy
Installation
SKILL.md
EdgeOne Pages Deploy
Deploy any HTML file or directory to a public URL in seconds. No authentication, no accounts, no configuration.
Quick Deploy
# Single HTML file
scripts/deploy.sh path/to/index.html
# Directory containing index.html
scripts/deploy.sh path/to/site/
Returns a public URL like https://mcp.edgeone.site/share/abc123.
How It Works
Uses EdgeOne Pages' public MCP endpoint to deploy HTML content via JSON-RPC.
Related skills