edgeone
Deploy HTML content to EdgeOne Pages, return the public URL.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/al-one/edgeoneWhat 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
- "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."
- "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."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-al-one-edgeone": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access
Related Skills
maishou
商品价格全网对比技能,获取商品在淘宝(Taobao)、天猫(TMall)、京东(JD.com)、拼多多(PinDuoDuo)、抖音(Douyin)、快手(KaiShou)的最优价格、优惠券,当用户想购物或者获取优惠信息时使用。Get the best price, coupons for goods on Chinese e-commerce platforms, compare product prices, and use when users want to shop or get discount information.
qwen-asr
Transcribe audio files using Qwen ASR (千问STT). Use when the user sends voice messages and wants them converted to text.
mcp-lark
Based on FeiShu(飞书) / Lark's OpenAPI MCP server, manage user information, chats, emails, cloud documents, multidimensional tables, tasks, calendars, etc.
edge-tts-uvx
Text-to-speech conversion using `uvx edge-tts` for generating audio from text. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
mcp-hass
The skill for control Home Assistant smart home devices and query states using MCP protocol.