← 返回 Skills 市场
candoolabs

Paper Design

作者 CandooLabs · GitHub ↗ · v1.0.0 · MIT-0
darwin ⚠ suspicious
309
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-design
功能描述
Design UI screens in Paper — a professional design tool running locally on macOS. Create artboards, write HTML into designs, take screenshots, and iterate vi...
安全使用建议
This skill is coherent with its stated purpose and uses only local HTTP calls by default, but inspect and consider the following before installing: - Review paper.sh yourself. It will create a session file (default /tmp/paper-mcp-session) and save screenshots (default /tmp/paper-screenshots). - Be cautious about the PAPER_MCP_URL environment variable. Although it defaults to http://127.0.0.1:29979/mcp, if that variable is set to a remote host the script will forward MCP calls (and potentially design data) off your machine. Only run this skill in environments where you control env vars. - Confirm Paper is the official desktop app you expect and that the MCP endpoint is running locally. If you have strict data exfiltration requirements, consider running the script in a sandboxed account or reviewing network traffic to ensure MCP calls remain local. - The skill does not declare the optional env vars it supports; prefer explicit documentation or edit the script to harden PAPER_MCP_URL to localhost if you need to lock it down.
功能分析
Type: OpenClaw Skill Name: paper-design Version: 1.0.0 The paper-design skill is a legitimate bridge for interacting with the 'Paper' design tool on macOS via its local Model Context Protocol (MCP) server. The core logic in paper.sh uses curl and python3 to send JSON-RPC requests to a local endpoint (127.0.0.1:29979) and process responses, including saving screenshots to /tmp. The SKILL.md file provides clear, functional instructions for the AI agent to perform design tasks without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the implementation: the skill talks to Paper's local MCP server and exposes commands to read the canvas, write HTML, create artboards, and capture screenshots. Required binaries (curl, python3) are appropriate for the HTTP and JSON handling the script performs.
Instruction Scope
SKILL.md stays within the expected scope (telling the agent to call paper.sh with JSON args). However, the included paper.sh reads/writes local session files (/tmp/paper-mcp-session) and a screenshot directory (/tmp/paper-screenshots) and supports environment overrides for the MCP URL and paths. Those env vars are not documented in SKILL.md's public 'requires' list, which is a transparency gap the user should be aware of.
Install Mechanism
Instruction-only skill (no install spec). The included script is executed directly; nothing is downloaded or installed by the skill itself, which minimizes install-time risk.
Credentials
Registry metadata declares no required env vars, but paper.sh honors PAPER_MCP_URL, PAPER_SESSION, and PAPER_SCREENSHOT_DIR environment variables. In particular PAPER_MCP_URL defaults to a localhost address but can be overridden to any endpoint; if set to a remote URL, the skill would send design data and session initialization requests off-host. This is a configuration-based exfiltration risk and should have been declared and documented.
Persistence & Privilege
The skill does not request permanent platform privileges and is not always-enabled. It caches a session id and writes files under /tmp (its own state), which is expected for this kind of bridge. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paper-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paper-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Paper Design skill. - Enables creating, editing, and reviewing UI designs in Paper app on macOS via scripting. - Supports creating and modifying artboards, writing inline-styled HTML, and updating design elements. - Allows taking screenshots of designs for visual review. - Includes mandatory workflow steps and troubleshooting for a smooth design process.
元数据
Slug paper-design
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Paper Design 是什么?

Design UI screens in Paper — a professional design tool running locally on macOS. Create artboards, write HTML into designs, take screenshots, and iterate vi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 309 次。

如何安装 Paper Design?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-design」即可一键安装,无需额外配置。

Paper Design 是免费的吗?

是的,Paper Design 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Paper Design 支持哪些平台?

Paper Design 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 Paper Design?

由 CandooLabs(@candoolabs)开发并维护,当前版本 v1.0.0。

💬 留言讨论