Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

EdgeOne Pages Deploy

Publish HTML content to EdgeOne Pages and get a public URL back with a single command.

Web & APIBeginner15120AI 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 mcporter call 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

  1. "Deploy this landing page HTML and give me the link" → returns a public URL.
  2. Pipe a local file: value="$(cat index.html)" to publish a static page.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Make sure Node.js 18+ is installed (node -v).
  2. Clone the repo: git clone https://github.com/aahl/skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r skills/skills/edgeone ~/.claude/skills/
  5. Restart Claude Code and ask it to "deploy this HTML to EdgeOne".
  6. The first run downloads the mcporter package via npx, so network access is required.
  7. Returned URLs are public to anyone with the link — don't publish sensitive content.