Edgeone
Deploy HTML content to EdgeOne Pages, return the public URL.From its SKILL.md
npx -y skills add aahl/skills --skill edgeoneAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="$(cat index.html)"`.
SKILL.md
0.6 KB, 121 tokens by cl100k_base, as published. Nobody here has run it
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)"
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.