Deploy HTML content to EdgeOne Pages, return the public URL.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add opencue/cuecards --skill edgeone --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Edgeone?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/opencue-edgeone)More formats (shields.io, HTML) on the badges page.
---
name: edgeone
description: Deploy HTML content to EdgeOne Pages, return the public URL.
---
# EdgeOne
Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
## Deploy HTML
HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed.
```shell
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="<html>Content</html>"
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="$(cat index.html)"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!