← 返回 Skills 市场
231
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install saved-markdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/saved-markdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。
如何安装 Saved Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install saved-markdown」即可一键安装,无需额外配置。
Saved Markdown 是免费的吗?
是的,Saved Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Saved Markdown 支持哪些平台?
Saved Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Saved Markdown?
由 Anboias(@anboias)开发并维护,当前版本 v1.0.4。
推荐 Skills