ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

edgeone

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/al-one/edgeone
Or

What This Skill Does

The edgeone skill is a powerful utility designed for rapid content deployment, allowing OpenClaw agents to publish HTML or text content directly to EdgeOne Pages. This integration bypasses complex CI/CD pipelines, authentication, or API key management, making it an ideal choice for developers or content creators who need to generate dynamic preview links, host ephemeral web pages, or share rendered outputs instantly. By leveraging the EdgeOne infrastructure, this skill converts raw code or string data into a live, public-facing URL in seconds.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/al-one/edgeone

Once installed, ensure your environment supports npx execution, as the underlying process relies on the mcporter tool to interact with the EdgeOne MCP server. No further configuration or credential setup is required for the skill to become operational.

Use Cases

  • Live Previews: Generate and share instant previews of generated HTML layouts or UI prototypes.
  • Data Reports: Export analytical results as formatted HTML tables or charts and serve them via a unique, sharable link.
  • Dynamic Documentation: Create ad-hoc documentation pages or "read-me" summaries that need to be sent to external stakeholders.
  • Quick Web Hosting: Deploy simple single-page applications or landing pages without the overhead of setting up a domain or hosting platform.

Example Prompts

  1. "Generate a clean HTML landing page for my new startup idea and deploy it using edgeone so I can see how it looks on mobile."
  2. "Take the analysis table from our recent meeting notes and publish it as a formatted HTML page using edgeone. Provide the link at the end."
  3. "Create a simple 'Hello World' page with some CSS styling for my website header and host it on EdgeOne."

Tips & Limitations

  • Persistence: While EdgeOne is fast and convenient, be mindful that content hosted via this method is intended for rapid deployment and may have ephemeral characteristics. Use it for prototypes and sharing rather than permanent long-term storage.
  • Security: Since this skill requires no authentication, avoid publishing sensitive or private data that should remain behind a firewall or authorization layer.
  • Content Constraints: Ensure your HTML is self-contained. External assets (images, CSS, JS files) must be accessible via public CDN links, as the tool primarily handles the HTML body itself.

Metadata

Author@al-one
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-al-one-edgeone": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-hosting#deployment#automation#html
Safety Score: 4/5

Flags: network-access