← 返回 Skills 市场
135
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install edgeone
功能描述
Deploy HTML content to EdgeOne Pages, return the public URL.
使用说明 (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)"
安全使用建议
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install edgeone - 安装完成后,直接呼叫该 Skill 的名称或使用
/edgeone触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
元数据
常见问题
🌐 Deploy HTML content to EdgeOne Pages 是什么?
Deploy HTML content to EdgeOne Pages, return the public URL. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 🌐 Deploy HTML content to EdgeOne Pages?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install edgeone」即可一键安装,无需额外配置。
🌐 Deploy HTML content to EdgeOne Pages 是免费的吗?
是的,🌐 Deploy HTML content to EdgeOne Pages 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
🌐 Deploy HTML content to EdgeOne Pages 支持哪些平台?
🌐 Deploy HTML content to EdgeOne Pages 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 🌐 Deploy HTML content to EdgeOne Pages?
由 mcp(@mcp)开发并维护,当前版本 v1.0.0。
推荐 Skills