web-publish
将本地 Markdown/HTML 一键发布为在线链接,手机直接访问
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amlyx/web-publishWhat This Skill Does
The Web Publish skill is a powerful utility designed for OpenClaw users who need to instantly transform local Markdown or HTML documents into accessible web links. By leveraging the dpaste API, the skill handles the heavy lifting of hosting and content formatting, allowing you to share your thoughts, reports, or slides without needing to set up a server or sign up for a cloud storage account. It is essentially a bridge between your local file system and the public web, optimized for quick, transient communication. The skill supports custom expiration dates, ensuring your data remains temporary and secure according to your specific needs.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/amlyx/web-publish
Ensure that you have 'curl' installed on your operating system, as it serves as the underlying engine for the network requests required to transmit your file content to the hosting API.
Use Cases
This skill is perfect for scenarios requiring low-friction, high-speed document sharing. Use it for:
- Distributing conference speeches or lecture notes to an audience's mobile devices.
- Sharing meeting minutes with stakeholders who do not have access to your local network.
- Presenting web-based layouts or HTML prototypes for instant feedback.
- Passing snippets of code or documentation to team members during a quick sync.
- Hosting temporary documentation that should not persist indefinitely.
Example Prompts
- "OpenClaw, please publish my speech.md and give me the link."
- "Use the web-publish skill to share project_summary.html with a 3-day expiration."
- "Publish my notes.md to a link and ensure it is accessible on mobile devices."
Tips & Limitations
- Security: Since this uses a public API (dpaste.com), avoid publishing sensitive personal data, API keys, or private internal documents.
- Content: Large files may hit API size limits; keep your markdown files concise for best results.
- Persistence: The link is transient by design. If you need permanent hosting, consider using a dedicated cloud service like GitHub Pages or Vercel.
- Formatting: When uploading HTML, ensure your CSS is either inline or included in the same file to ensure it renders correctly on the generated page.
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-amlyx-web-publish": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api