Agent Skills
› NeverSight/learn-skills.dev
› edgeone
edgeone
GitHub将HTML或文本内容部署至EdgeOne Pages并返回公开访问URL,无需登录和API密钥。
触发场景
用户需要将静态网页内容发布到公网
用户希望快速获取可访问的HTML页面链接
安装
npx skills add NeverSight/learn-skills.dev --skill edgeone -g -y
SKILL.md
Frontmatter
{
"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.
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)"
版本历史
- e0220ca 当前 2026-07-05 22:04


