Skills edgeone
Deploy HTML content to EdgeOne Pages, return the public URL.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/al-one/edgeone" ~/.claude/skills/openclaw-skills-edgeone && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/al-one/edgeone" ~/.openclaw/skills/openclaw-skills-edgeone && rm -rf "$T"
manifest:
skills/al-one/edgeone/SKILL.mdsource content
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)"