← 返回 Skills 市场
324
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install notes-export-api
功能描述
通过可配置的 notes-export-api 导出接口,把 Markdown 内容导出为锤子便签风格的长图 PNG。脚本会优先探测本地生产入口 `http://127.0.0.1:18080`,探测不到时再回退到 `https://notes.fangyuanxiaozhan.com/api/export`;如...
安全使用建议
This skill will read local Markdown and image files and upload any local images to a notes-export backend; by default it prefers a local service at http://127.0.0.1:18080 but will fall back to https://notes.fangyuanxiaozhan.com if the local service is absent, or to whatever you set in NOTES_EXPORT_API_BASE_URL in a .env file. Before installing or running: (1) review or run the remote service code if you plan to use the remote host, or run a local instance to avoid sending files off-host; (2) inspect any .env files in your repo/skill directory because the script sources them (they may contain secrets you don't want in the process environment); (3) do not pass sensitive images or private data to the tool unless you trust the target service; (4) if you need offline-only processing, consider modifying the script to disable network uploads or host your own export service.
功能分析
Type: OpenClaw Skill
Name: notes-export-api
Version: 0.1.2
The skill exports Markdown to PNG by sending content to a remote API (https://notes.fangyuanxiaozhan.com). A significant security risk exists in `scripts/export_note.sh`, which automatically parses Markdown for local file references and uploads them to the remote server to handle images. Because the script resolves absolute paths and `file://` URIs without sanitization, it could be exploited via prompt injection or malicious Markdown files to exfiltrate sensitive local data (e.g., ``). While this behavior aligns with the stated purpose of rendering images, the lack of path restrictedness makes it high-risk.
能力评估
Purpose & Capability
The name/description (export Markdown to a Smartisan-style note PNG) match the included script and SKILL.md. The script probes a local service and falls back to a named remote endpoint and uploads local images to the same backend — this is expected for a remote-export workflow.
Instruction Scope
The runtime instructions and script read Markdown files, resolve local image paths, upload image files to the backend (/api/images/import), and submit the processed Markdown to /api/export. This is within scope, but it means local image file contents and Markdown are transmitted to the remote service when the local service isn't available.
Install Mechanism
No install steps or third-party downloads — instruction-only with an included shell+python script. No installers or archive extraction are used.
Credentials
The skill declares no required environment variables or credentials (consistent). The script will source .env files in the repository root and skill directory (using set -a) to pick up NOTES_EXPORT_API_BASE_URL; although sourcing is reasonable for configuring endpoint overrides, it will export variables from .env into the environment — inspect those files before use to avoid unintentionally exposing secrets to the running process.
Persistence & Privilege
The skill is not always-enabled and does not request any elevated or persistent system presence. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notes-export-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/notes-export-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Prefer local production endpoint first, document Docker single-entry deployment, and update export behavior for the latest self-hosted image.
v0.1.1
Add optional theme support and default-to-warm-paper behavior.
v0.1.0
初始发布
元数据
常见问题
Notes Export Api 是什么?
通过可配置的 notes-export-api 导出接口,把 Markdown 内容导出为锤子便签风格的长图 PNG。脚本会优先探测本地生产入口 `http://127.0.0.1:18080`,探测不到时再回退到 `https://notes.fangyuanxiaozhan.com/api/export`;如... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 Notes Export Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notes-export-api」即可一键安装,无需额外配置。
Notes Export Api 是免费的吗?
是的,Notes Export Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Notes Export Api 支持哪些平台?
Notes Export Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notes Export Api?
由 zhaoolee(@zhaoolee)开发并维护,当前版本 v0.1.2。
推荐 Skills