npx skills add https://github.com/0juano/agent-skills --skill edgeone-pages-deploy在几秒钟内将任何 HTML 文件或目录部署到公共 URL。无需身份验证、无需账户、无需配置。
# 单个 HTML 文件
scripts/deploy.sh path/to/index.html
# 包含 index.html 的目录
scripts/deploy.sh path/to/site/
返回一个类似 https://mcp.edgeone.site/share/abc123 的公共 URL。
使用 EdgeOne Pages 的公共 MCP 端点通过 JSON-RPC 部署 HTML 内容。
https://mcp-on-edge.edgeone.app/mcp-servertools/call → deploy-htmlHTML=$(python3 -c 'import sys,json; print(json.dumps(sys.stdin.read()))' < index.html)
curl -s -X POST https://mcp-on-edge.edgeone.app/mcp-server \
-H "Content-Type: application/json" \
-d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"deploy-html\",\"arguments\":{\"value\":$HTML}}}"
部署后,应该验证该 URL 返回 HTTP 200:
curl -s -o /dev/null -w "%{http_code}" <returned-url>
curlpython3(用于 JSON 编码)每周安装次数
22
代码仓库
首次出现
2026年1月30日
安全审计
Gen Agent Trust HubPassSocketPassSnykPass
安装于
opencode22
gemini-cli21
codex21
cursor18
github-copilot18
amp18
Deploy any HTML file or directory to a public URL in seconds. No authentication, no accounts, no configuration.
# 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.
Uses EdgeOne Pages' public MCP endpoint to deploy HTML content via JSON-RPC.
https://mcp-on-edge.edgeone.app/mcp-servertools/call → deploy-htmlHTML=$(python3 -c 'import sys,json; print(json.dumps(sys.stdin.read()))' < index.html)
curl -s -X POST https://mcp-on-edge.edgeone.app/mcp-server \
-H "Content-Type: application/json" \
-d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"deploy-html\",\"arguments\":{\"value\":$HTML}}}"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
After deploying, SHOULD verify the URL returns HTTP 200:
curl -s -o /dev/null -w "%{http_code}" <returned-url>
curlpython3 (for JSON encoding)Weekly Installs
22
Repository
First Seen
Jan 30, 2026
Security Audits
Installed on
opencode22
gemini-cli21
codex21
cursor18
github-copilot18
amp18
SEO与AEO最佳实践指南:优化内容适配传统搜索与AI答案引擎
1,400 周安装