← Back to Skills Marketplace
Publish To Mdpage
by
Or May-Paz
· GitHub ↗
· v1.2.0
· MIT-0
176
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install publish-to-mdpage
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install publish-to-mdpage - After installation, invoke the skill by name or use
/publish-to-mdpage - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.
How do I install Publish To Mdpage?
Run "/install publish-to-mdpage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publish To Mdpage free?
Yes, Publish To Mdpage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publish To Mdpage support?
Publish To Mdpage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publish To Mdpage?
It is built and maintained by Or May-Paz (@maypaz); the current version is v1.2.0.
More Skills