โ† Back to Skills Marketplace
๐Ÿ”Œ

๐ŸŒ Deploy HTML content to EdgeOne Pages

by mcp ยท GitHub โ†— ยท v1.0.0 ยท MIT-0
cross-platform โš  suspicious
135
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install edgeone
Description
Deploy HTML content to EdgeOne Pages, return the public URL.
README (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.

npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="\x3Chtml>Content\x3C/html>"
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="$(cat index.html)"
Usage Guidance
This skill does what it claims (upload HTML and return a URL) but has two practical risks you should consider before installing: (1) It runs mcporter from npm (the examples use 'npx -y'), which downloads and executes remote code automatically โ€” verify the mcporter package and its maintainer before use. (2) The instructions show reading local files (cat index.html) and sending them to an external host (mcp-on-edge.edgeone.app). Ensure the agent only uploads content you intend to publish and avoid allowing it to read sensitive files. If you need to use this, prefer reviewing the mcporter package source (or install a vetted binary), require explicit confirmation before any local-file reads, and avoid uploading private data. If you want stronger assurance, test in an isolated/sandboxed environment first.
Capability Assessment
โ„น Purpose & Capability
The stated purpose (deploy HTML and return a public URL) matches the instructions to call a remote deploy endpoint. Requiring a CLI (mcporter) is reasonable for this functionality. The claim 'No login required, no API key required' is consistent with anonymous deployment but should be verified against the service's policy.
โš  Instruction Scope
The examples instruct running 'npx -y mcporter call ... value="$(cat index.html)"' which reads a local file and sends its contents to an external service. The SKILL.md does not limit which local files may be read nor require explicit user confirmation before reading/sending files. That creates a risk of unintended local data exfiltration if the agent reads files beyond what the user expects.
โš  Install Mechanism
The install metadata and examples rely on an npm package (mcporter). The instructions use 'npx -y' which automatically downloads and executes code from the npm registry at runtime โ€” a higher-risk install mechanism because it runs remote code without manual review. The skill does not reference a known, verifiable upstream repository/release for that package in the instructions.
โœ“ Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to the described anonymous deployment use case.
โœ“ Persistence & Privilege
The skill is not 'always' enabled and does not request elevated persistence. It can be invoked normally by the agent; autonomous invocation is allowed by default (not flagged on its own).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install edgeone
  3. After installation, invoke the skill by name or use /edgeone
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
Metadata
Slug edgeone
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ๐ŸŒ Deploy HTML content to EdgeOne Pages?

Deploy HTML content to EdgeOne Pages, return the public URL. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install ๐ŸŒ Deploy HTML content to EdgeOne Pages?

Run "/install edgeone" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is ๐ŸŒ Deploy HTML content to EdgeOne Pages free?

Yes, ๐ŸŒ Deploy HTML content to EdgeOne Pages is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ๐ŸŒ Deploy HTML content to EdgeOne Pages support?

๐ŸŒ Deploy HTML content to EdgeOne Pages is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ๐ŸŒ Deploy HTML content to EdgeOne Pages?

It is built and maintained by mcp (@mcp); the current version is v1.0.0.

๐Ÿ’ฌ Comments