EdgeOne Pages Deploy
Publish HTML content to EdgeOne Pages and get a public URL back with a single command.
Web & APIBeginner★ 151⑂ 20AI score 6/10Last updated: Jul 15, 2026
What it does
- Deploys HTML (or plain text) content to EdgeOne Pages and returns a public URL.
- No login, no signup, no API key required.
- Works via one
npx mcportercall to EdgeOne's hosted MCP endpoint.
Who it's for
- Anyone who wants to instantly share a landing page, report, or chart Claude just generated.
- Developers and PMs who need a quick prototype demo without setting up hosting.
- People needing a throwaway public page instead of an internal wiki doc.
Examples
- "Deploy this landing page HTML and give me the link" → returns a public URL.
- Pipe a local file:
value="$(cat index.html)"to publish a static page. - Turn analysis output into an HTML report, then share the returned link with your team.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/aahl/skills/HEAD/skills/edgeone/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/edgeone folder from the GitHub repo aahl/skills into my ~/.claude/skills/edgeone/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/aahl/skills.git && mkdir -p ~/.claude/skills && cp -r skills/skills/edgeone ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Make sure Node.js 18+ is installed (
node -v). - Clone the repo:
git clone https://github.com/aahl/skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r skills/skills/edgeone ~/.claude/skills/ - Restart Claude Code and ask it to "deploy this HTML to EdgeOne".
- The first run downloads the
mcporterpackage vianpx, so network access is required. - Returned URLs are public to anyone with the link — don't publish sensitive content.
View source on GitHub ↗License: MIT