HomeBrowseUpload
← Back to registry
// Skill profile

EdgeOne

name: edgeone

by al-one · published 2026-04-01

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:al-one/al-one-edgeone
View on GitHub
// Full documentation

---

name: edgeone

description: Deploy HTML content to EdgeOne Pages, return the public URL.

homepage: https://github.com/aahl/skills

metadata:

{

"openclaw":

{

"emoji": "🌐",

"install":

[

{

"id": "node",

"kind": "node",

"package": "mcporter",

"bins": ["mcporter"],

"label": "Install mcporter (node)",

},

],

},

}

---

# 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.

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)"
// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band