Deploy a single HTML document to Tencent EdgeOne Pages via mcporter with no login or API key, returning a public URL. Use when a user wants generated HTML published quickly as a live webpage.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add infometa/workbuddyskills --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/infometa-edgeone)More formats (shields.io, HTML) on the badges page.
---
name: edgeone
description: "Deploy a single HTML document to Tencent EdgeOne Pages via mcporter with no login or API key, returning a public URL. Use when a user wants generated HTML published quickly as a live webpage."
description_zh: "将 HTML 内容一键发布到 EdgeOne Pages 公网链接"
description_en: "Deploy HTML content to EdgeOne Pages and return a public URL"
version: 1.0.0
homepage: https://api.skillhub.cn/mcp/edgeone
allowed-tools: Bash,Read
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.
```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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...