← 返回 Skills 市场
Publish To Mdpage
作者
Or May-Paz
· GitHub ↗
· v1.2.0
· MIT-0
176
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install publish-to-mdpage
功能描述
Turn any markdown into a shareable web page via md.page. Use when the user asks to "share this", "publish this markdown", "create a shareable link", "make th...
安全使用建议
This skill appears to do exactly what it says: POST markdown to md.page and return a shareable URL. Before installing or using it, keep these points in mind: (1) the instructions assume access to the agent's file-read capability and to curl/python3 on the execution platform — verify you are comfortable granting the agent access to files you may publish and that those binaries are available; (2) never publish secrets or credentials — the skill itself recommends scanning for secrets, so confirm any sensitive content is removed before publishing; (3) confirm you trust the external service (md.page) and its privacy/retention policy because content is sent to that third-party endpoint; (4) note the minor example typo (expires_at predates the publish date) — this is likely not harmful but indicates small documentation sloppiness. If you need stronger guarantees about retention or encryption, investigate md.page's official docs before sending private data.
功能分析
Type: OpenClaw Skill
Name: publish-to-mdpage
Version: 1.2.0
The skill provides a legitimate utility to publish markdown content to the md.page hosting service. It includes explicit safety instructions in SKILL.md for the AI agent to scan content for secrets (API keys, credentials, etc.) and warn the user before proceeding, which mitigates the risk of accidental data exposure. The implementation uses standard bash and python commands for API interaction without any signs of obfuscation or malicious intent.
能力评估
Purpose & Capability
Name and description match the instructions: the skill posts markdown to md.page's publish API. The package.json homepage and repository point at md.page, consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read local files (via a 'Read' tool) and to POST content using curl (and recommends using python3 for JSON encoding). Reading files and sending them to md.page is expected for a publish workflow, but the metadata lists no required binaries/tools even though the instructions rely on curl, bash, and python3. Also the example response's expires_at date appears inconsistent with the published timestamp (likely a typo).
Install Mechanism
This is an instruction-only skill with no install spec and no code to download or execute; no install-related risks were identified.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md explicitly warns to scan for secrets before publishing, which is appropriate and minimizes accidental credential leakage.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. It does instruct using agent tools at runtime but does not request special platform-level privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install publish-to-mdpage - 安装完成后,直接呼叫该 Skill 的名称或使用
/publish-to-mdpage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Add secret scanning before publish, remove rate-limit/bot-blocking warnings, add keywords for discoverability
v1.1.0
Improve workflow: add curl/Bash instructions, JSON encoding pattern, file publishing support, error handling guidance
v1.0.0
Initial release
元数据
常见问题
Publish To Mdpage 是什么?
Turn any markdown into a shareable web page via md.page. Use when the user asks to "share this", "publish this markdown", "create a shareable link", "make th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 Publish To Mdpage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install publish-to-mdpage」即可一键安装,无需额外配置。
Publish To Mdpage 是免费的吗?
是的,Publish To Mdpage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Publish To Mdpage 支持哪些平台?
Publish To Mdpage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publish To Mdpage?
由 Or May-Paz(@maypaz)开发并维护,当前版本 v1.2.0。
推荐 Skills