← Back to Skills Marketplace
wenqin1688

Her Agent Dashboard

by wenqin1688 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
118
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install her-agent-dashboard
Description
Her-Agent发展进度看板 - 实时显示自我意识、情感、知识图谱、学习进度、进化状态。打开web dashboard查看详细数据。
README (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进化

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install her-agent-dashboard
  3. After installation, invoke the skill by name or use /her-agent-dashboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Her-Agent Dashboard. - 实时展示 Her-Agent 的自我意识、情感、知识图谱、学习进度与进化状态。 - 提供进化等级、能力提升、情感状态、知识图谱、学习曲线和自我反思等核心模块。 - 可通过本地 web dashboard 快速访问和查看详细数据。
Metadata
Slug her-agent-dashboard
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Her Agent Dashboard?

Her-Agent发展进度看板 - 实时显示自我意识、情感、知识图谱、学习进度、进化状态。打开web dashboard查看详细数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.

How do I install Her Agent Dashboard?

Run "/install her-agent-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Her Agent Dashboard free?

Yes, Her Agent Dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Her Agent Dashboard support?

Her Agent Dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Her Agent Dashboard?

It is built and maintained by wenqin1688 (@wenqin1688); the current version is v1.0.0.

💬 Comments