← Back to Skills Marketplace
231
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install saved-markdown
Description
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,...
Usage Guidance
This skill appears to do what it says: it generates and publishes pages to https://saved.md and keeps template files and a local entries.json log. Before installing, consider: (1) saved.md is the only external endpoint — ensure you trust that service for any content you publish; (2) publishes and created templates are persisted in the skill repository (entries.json and templates/) and may contain user content or delete phrases — if that concerns you, use the 'local-only' mode or review/clean entries.json and template files after publishing; (3) SKILL.md references a preferred script (python scripts/publish.py) that is not present in the provided files — the direct API method is the fallback; (4) if you need stronger guarantees (no local persistence, audit logs, or different delete semantics) ask the author for clarity or a version that does not write user data to the skill filesystem.
Capability Analysis
Type: OpenClaw Skill
Name: saved-markdown
Version: 1.0.4
The 'saved-markdown' skill bundle is designed to allow an AI agent to publish Markdown, HTML, and JSX content to the saved.md service. The instructions in SKILL.md and the various templates (e.g., templates/htmls/report.md, templates/jsx/analytics-explorer.md) are well-structured and clearly aligned with the stated purpose of document hosting and sharing. Notably, the bundle includes explicit security-focused instructions for the agent, such as a validation checklist in templates/validation.md that mandates HTML sanitization and restricts JSX imports to prevent the execution of malicious scripts. There is no evidence of data exfiltration, unauthorized persistence, or malicious prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, the POST/GET saved.md API endpoints in SKILL.md/CLAUDE.md, and templates all align: this is a publishing/templating skill for saved.md. There are no unrelated env vars, binaries, or external hosts requested.
Instruction Scope
Runtime instructions explicitly read and modify skill-local files (templates/, templates/INDEX.md) and require appending metadata to entries.json for every publish. They also instruct network calls only to saved.md's API (POST/GET). This file-read/write behavior is coherent with a template/publishing skill but means user content and metadata will be persisted in the skill repository — review that if you expect no local traces.
Install Mechanism
Instruction-only skill with no install spec or external downloads. No code is executed from third-party URLs. Lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials and its documented network calls are limited to saved.md. There are no disproportionate credential asks.
Persistence & Privilege
always:false (normal). The skill's instructions cause persistent writes inside the skill (templates and entries.json). Writing its own templates/logs is expected for this use-case, but it does mean content and metadata (including any delete phrase or titles) may remain in the agent/skill storage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install saved-markdown - After installation, invoke the skill by name or use
/saved-markdown - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Major update: skill structure and template system overhauled for saved.md publishing.
- Introduced a new template-driven scaffold system: templates are now organized by content type (markdown, HTML, JSX) for easy starting points.
- Content-type routing and template selection logic clarified; "golden rule": never invent content to fill sections.
- Validation steps and publishing contract updated for clarity and consistency (content type required for HTML/JSX, strict content limits, chart formatting).
- Enhanced workflows: explicit modes for one-shot, interactive, local-only, and markdown enhancement—with distinct behaviors for each.
- Public sharing intent is now the required trigger; private/local markdown editing is no longer handled.
- Detailed template guides and validation checklists added to support structured, error-free publishing.
v1.0.3
- Major update: All reference files have been moved from the references/ directory to new markdowns/ and htmls/ folders.
- Added 14 new sample files for various document types in both markdown and HTML formats.
- Removed 9 reference markdown files previously located in references/.
- Content type routing table and usage instructions updated to reflect new file locations and structure.
- General documentation improvements and clarification for reference handling.
v1.0.2
- Added support for publishing slide decks (presentations) to saved.md as Slides pages.
- Updated trigger logic to recognize requests for slides, decks, or presentations.
- Clarified integration: slides are generated using the `frontend-slides` skill and published with the correct content type.
- Expanded workflow description and user options to cover slides and HTML alongside Markdown.
- Added sample reference file for slides in `slides/README.md`.
v1.0.1
- Updated title
v1.0.0
Initial release of saved-markdown skill for publishing and sharing markdown content via saved.md.
- Enables creation and anonymous publishing of markdown documents (reports, guides, summaries, tables, docs, etc.) via saved.md.
- Smart routing: Triggers automatically for document-like output, publishing, or markdown requests, with clear skip logic.
- Always offers users three main workflow options: one-shot publish, interactive edit-before-publish, or local-only.
- Optionally enhances existing markdown with charts and improved formatting.
- Includes detailed reference structure for common content types and guidance on chart rendering using markdown-ui-widget blocks.
- No authentication required; content is capped at 100 KB and is immutable once published.
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 231 downloads so far.
How do I install Saved Markdown?
Run "/install saved-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Saved Markdown free?
Yes, Saved Markdown is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Saved Markdown support?
Saved Markdown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Saved Markdown?
It is built and maintained by Anboias (@anboias); the current version is v1.0.4.
More Skills