saved-markdown
Publish content to saved.md and return a public shareable URL. Use when the user wants to publish, host, or share a Markdown, HTML, or JSX page via saved.md, including requests like "publish to saved.md", "post this to saved.md", "make this shareable", "host this page", or "give me a public link". Also use when the user asks for a saved.md scaffold or structured template-driven starting point. Do not use for private local-only drafts or ordinary markdown editing with no publishing or saved.md intent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anboias/saved-markdownWhat This Skill Does
The saved-markdown skill is a powerful utility for OpenClaw that allows users to instantly transform structured content into shareable, persistent web pages. Whether you are generating reports, research documentation, technical guides, or presentation slides, this skill handles the rendering and hosting process via saved.md. It streamlines the workflow from 'thought to publication' by providing a seamless interface to push markdown-formatted text to a public URL that can be shared with others. When invoked, it ensures your documents remain well-formatted and accessible without the need for manual file hosting or configuration.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/anboias/saved-markdown
Use Cases
This skill is ideal for professionals, researchers, and developers who need to:
- Generate professional reports or analysis summaries for team collaboration.
- Create documentation or how-to guides for software projects.
- Build slide decks for presentations using the integration with
frontend-slides. - Distribute complex data tables or formatted research findings in a clean, readable format.
- Quickly turn internal brainstorming notes into shareable pages.
Example Prompts
- 'Create a detailed market analysis report on the current AI industry trends and publish it.'
- 'I need a presentation deck about our new project roadmap, please prepare the slides and give me a link.'
- 'Generate a comprehensive guide on setting up the local development environment and make it public.'
Tips & Limitations
- Triggering: The skill is highly responsive. If you don't want to publish, always explicitly state 'local-only' to bypass the external API.
- Presentation Mode: When requesting slides, ensure you have
frontend-slidesinstalled to leverage the advanced deck generation features. - Persistence: Content published to saved.md is anonymous and persistent; ensure you do not include sensitive or private information in your drafts before publishing.
- Formatting: Use standard Markdown syntax; headers, tables, and lists are automatically rendered to optimize readability on the web.
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-anboias-saved-markdown": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api