返回顶部
m

moltenview熔岩视图推送

Push persistent visual views (charts, metrics, lists, progress bars) to MoltenView Mac app. Use when agent output benefits from visual display that persists outside chat. NOT for: simple text responses, one-off data.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
110
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

moltenview

MoltenView 技能

将结构化数据推送到 MoltenView——一个面向 AI 代理的持久化可视化画布。

使用时机

在以下情况使用此技能:

  • - 展示图表、指标或仪表盘
  • 需要持久化保存(而非滚动消失)的数据
  • 实时更新的信息
  • 用户需要参考的可视化摘要

在以下情况不要使用:

  • - 简单的文本回复即可满足需求
  • 一次性数据,无需持久化保存

套接字路径

bash
export MOLTENVIEW_SOCKET=/Users/$USER/Library/Containers/com.goldcote.MoltenView/Data/.moltenview/view.sock

推送视图

bash
echo {action:push,data:{title:仪表盘,source:openclaw,sections:[{id:s1,header:指标,items:[{id:i1,title:销售额,subtitle:$12,450}]}]}} | nc -U $MOLTENVIEW_SOCKET

必填字段

  • - data.source — 代理名称(字符串)
  • sections[].id — 唯一章节 ID
  • sections[].items[].id — 唯一项目 ID
  • sections[].items[].title — 项目标题

支持的项目类型

在每个项目上设置 type(省略或使用 text 表示默认类型):

类型关键字段
texttitle, subtitle, detail, badge
chart
chart.chartType (bar/line/pie/area), chart.dataPoints [{label, value, color}] |
| gauge | gauge.value, gauge.min, gauge.max, gauge.label, gauge.color |
| progress | progress (0.0-1.0), subtitle |
| metric | title (标签), subtitle (大数值), detail (变化), metricColor |
| link | url (https/mailto), title, subtitle, icon |
| image | imageBase64, icon (SF 符号), title |

示例:推送图表

bash
echo {action:push,data:{title:销售额,source:openclaw,sections:[{id:s1,header:收入,items:[{id:c1,type:chart,title:月度,chart:{chartType:bar,dataPoints:[{label:一月,value:100},{label:二月,value:150},{label:三月,value:200}]}}]}]}} | nc -U $MOLTENVIEW_SOCKET

示例:推送指标

bash
echo {action:push,data:{title:关键绩效指标,source:openclaw,sections:[{id:s1,header:今日,items:[{id:m1,type:metric,title:收入,subtitle:$12,450,detail:+12%,metricColor:#00FF00},{id:m2,type:progress,title:目标,progress:0.73}]}]}} | nc -U $MOLTENVIEW_SOCKET

操作

操作用途是否需要数据
push显示新视图
update
更新现有视图 | 是 | | clear | 清除当前视图 | 否 | | status | 检查连接状态 | 否 |

状态检查

bash
echo {action:status} | nc -U $MOLTENVIEW_SOCKET

返回:{status:ok}

注意事项

  • - MoltenView 必须正在运行(Mac App Store 免费获取)
  • 视图会持久保存,直到被清除或替换
  • 从 MoltenView → 设置 → 连接获取套接字路径
  • 下载地址:https://apps.apple.com/app/molten-view/id6742515562

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 moltenview-1775942381 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 moltenview-1775942381 技能

通过命令行安装

skillhub install moltenview-1775942381

下载

⬇ 下载 moltenview v1.0.0(免费)

文件大小: 2.04 KB | 发布时间: 2026-4-12 10:38

v1.0.0 最新 2026-4-12 10:38
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部