skilly. Buy ad slot
All skills
Devops / AGENT SKILL

edgeone

aahl/skills
2K installs 159 GitHub stars
0

Deploy HTML content to EdgeOne Pages and return its public URL.
Deploy HTML content to EdgeOne Pages, return the public URL.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# 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.
```bash
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)"
```

## Deploy Website
Deploy your project to EdgeOne Makers.
```bash
npx -y edgeone makers deploy --help
npx -y edgeone makers deploy --anonymous [directoryOrZip]
```