← 返回 Skills 市场
Her Agent Dashboard
作者
wenqin1688
· GitHub ↗
· v1.0.0
· MIT-0
118
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install her-agent-dashboard
功能描述
Her-Agent发展进度看板 - 实时显示自我意识、情感、知识图谱、学习进度、进化状态。打开web dashboard查看详细数据。
使用说明 (SKILL.md)
🧠 Her-Agent Dashboard - 发展进度看板
实时追踪 Her-Agent 的自我意识、情感、知识图谱和进化状态
Overview
Her-Agent Dashboard 实时展示 AI 的自我进化进度,包括:
- 自我意识觉醒程度
- 情感状态变化
- 知识图谱/思维导图
- 学习进度
- 进化等级
Quick Access
Web Dashboard: 打开 ~/.openclaw/workspace/her-agent-dashboard/index.html 在浏览器中查看
Features
1. 进化进度
- 当前进化等级
- 进化历史
- 能力提升
2. 知识图谱
- 实时知识树
- 思维导图
- 概念关系
3. 情感状态
- 当前情绪
- 情绪历史
- 响应风格
4. 学习进度
- 已学知识
- 学习笔记
- 成长曲线
5. 自我反思
- 每日反思
- 改进记录
- 进化触发
Her-Agent Dashboard v1.0 | 实时追踪AI进化
安全使用建议
This skill appears to do what it says: generate a local dashboard that reads your OpenClaw workspace (diary, learning notes, .learnings). Before installing/using it, review and confirm you are comfortable with the updater reading those directories (~/.openclaw/workspace/diary, ~/.openclaw/workspace/library, ~/.openclaw/workspace/.learnings). The only external resource it references is d3js.org (a public CDN) — if you prefer avoiding remote libraries, you can host D3 locally or remove that script tag. If you have sensitive content in the referenced directories, either move it or inspect the script and run it in a sandbox. If you want higher assurance, run scripts/update_dashboard.py manually and inspect the generated index.html before opening it in a browser.
功能分析
Type: OpenClaw Skill
Name: her-agent-dashboard
Version: 1.0.0
The skill functions as a development dashboard for an AI agent, but it contains a vulnerability in `scripts/update_dashboard.py` where it reads content from local markdown files (diaries and learning notes) and injects them directly into an HTML file (`index.html`) using f-strings without sanitization. This creates a Stored XSS risk if the source files contain malicious scripts. While the file access is limited to the `~/.openclaw/workspace` directory and no data exfiltration or remote execution was found, the lack of input sanitization for a web-based dashboard is a security flaw.
能力评估
Purpose & Capability
Name/description (a local dashboard showing agent state) aligns with included files: a dashboard HTML and a Python updater that reads local workspace files (diary, notes, learnings) to populate the UI. The resources requested by the skill are proportionate to showing a local dashboard.
Instruction Scope
SKILL.md instructs the user to open ~/.openclaw/workspace/her-agent-dashboard/index.html. The runtime script (scripts/update_dashboard.py) reads files under ~/.openclaw/workspace (diary entries, library notes, .learnings/LEARNINGS.md) to generate the HTML. Reading these local user files is expected for a dashboard but is privacy-sensitive—the instructions do not attempt to read unrelated system paths or credentials.
Install Mechanism
No install spec; no packages are downloaded by the skill itself. index.html loads D3 from the public d3js.org CDN (a standard visualization library). No extracted archives or obscure download URLs are present.
Credentials
The skill requires no environment variables, credentials, or declared config paths. The updater directly reads files under the user's home (~/.openclaw/workspace). That file access is proportional to the dashboard purpose but means the skill will process local personal data (diary, notes).
Persistence & Privilege
The skill is not flagged always:true and does not modify other skills or global agent settings. The updater writes/overwrites the local index.html in its own workspace directory (expected behavior for a dashboard generator).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install her-agent-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/her-agent-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Her-Agent Dashboard.
- 实时展示 Her-Agent 的自我意识、情感、知识图谱、学习进度与进化状态。
- 提供进化等级、能力提升、情感状态、知识图谱、学习曲线和自我反思等核心模块。
- 可通过本地 web dashboard 快速访问和查看详细数据。
元数据
常见问题
Her Agent Dashboard 是什么?
Her-Agent发展进度看板 - 实时显示自我意识、情感、知识图谱、学习进度、进化状态。打开web dashboard查看详细数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Her Agent Dashboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install her-agent-dashboard」即可一键安装,无需额外配置。
Her Agent Dashboard 是免费的吗?
是的,Her Agent Dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Her Agent Dashboard 支持哪些平台?
Her Agent Dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Her Agent Dashboard?
由 wenqin1688(@wenqin1688)开发并维护,当前版本 v1.0.0。
推荐 Skills