← 返回 Skills 市场
goldcote

MoltenView

作者 Goldcote · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltenview
功能描述
Push persistent visual views (charts, metrics, lists, progress bars) to MoltenView Mac app. Use when agent output benefits from visual display that persists...
安全使用建议
This skill simply documents how to send JSON to a MoltenView Unix socket to create persistent UI elements in the MoltenView Mac app. It doesn't ask for secrets or install code. Before installing, confirm you (or your agent) actually use MoltenView on macOS and trust the agent to create UI: the agent can push arbitrary content (text, links, images, charts) which will persist in the app and could be used to display sensitive data or misleading UI. If you allow autonomous agent invocation, restrict what data the agent may send and verify the socket path in MoltenView settings. If you don't use MoltenView, there's no benefit to installing this skill.
功能分析
Type: OpenClaw Skill Name: moltenview Version: 1.0.0 The 'moltenview' skill bundle provides instructions for an AI agent to interact with a local macOS application via a Unix Domain Socket. It uses standard system utilities (nc -U) to push JSON-formatted visualization data to a specific socket path within the user's Library directory. There are no indicators of malicious intent, data exfiltration, or unauthorized execution; the skill is strictly focused on its stated purpose of displaying persistent visual dashboards.
能力评估
Purpose & Capability
Name/description (push persistent visual views to MoltenView) match the runtime instructions: they show how to send JSON to a MoltenView Unix domain socket. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Instructions are narrowly scoped to constructing JSON payloads and sending them to a MoltenView socket (nc -U). They reference a socket path under the app's container and an optional MOLTENVIEW_SOCKET env var. They do allow sending arbitrary JSON content to the app, so the agent could display any data you give it — ensure you trust the agent and the data it will send.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk by the skill itself.
Credentials
The skill requires no secrets or external credentials. It suggests an environment variable (MOLTENVIEW_SOCKET) for convenience; this is proportional to the local IPC-based integration.
Persistence & Privilege
always is false (good). The skill can be invoked autonomously by the agent (disable-model-invocation is false) — which is platform default — meaning an agent could push persistent views without further user prompts. That is expected for this kind of integration but is a behavior you should consider before enabling autonomous agents.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltenview
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltenview 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the MoltenView skill. - Push persistent visual views (charts, metrics, lists, progress bars) to the MoltenView Mac app for long-lived visual displays. - Supports structured data such as metrics, progress, charts, gauges, links, and images. - Guidance provided for when to use/persist views versus transient text responses. - Includes example scripts, required fields, supported item types, actions (push, update, clear, status), and status checks. - Views remain until cleared or replaced; requires the MoltenView app running on Mac.
元数据
Slug moltenview
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MoltenView 是什么?

Push persistent visual views (charts, metrics, lists, progress bars) to MoltenView Mac app. Use when agent output benefits from visual display that persists... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 MoltenView?

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

MoltenView 是免费的吗?

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

MoltenView 支持哪些平台?

MoltenView 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MoltenView?

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

💬 留言讨论