← Back to Skills Marketplace
smorzandos

OpenClaw Diary Insights

by smorzandos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
250
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-diary-insights
Description
日记洞察提取与可视化系统。从日记中提取思维卡片、情绪轨迹和成长维度,生成可交互的本地可视化页面。 **立即触发当**:用户说「分析日记」「生成洞察」「我的思考花园」「insights」「提取笔记」「/note-extractor」。 **主动建议当**:用户连续记录日记超过 7 天,或月末时主动提醒用户可以生成本...
Usage Guidance
This skill appears coherent and does what it claims, but it will read your local diary files and optional identity file and will write generated data and an HTML file to ~/write_me/02notes/insights. Before installing/using: 1) Inspect ~/.openclaw/workspace/diary/config/diary-config.json to confirm storage.path and user_identity.path point only to diary data you want processed. 2) Review demo/insights.html and demo/data.js in the skill bundle to see what will be copied; the HTML loads Chart.js from jsDelivr (a CDN) when opened in a browser — opening the file will cause an external network request (IP/metadata exposure). If you want fully offline use, host Chart.js locally or modify the template. 3) Consider sensitive content: diaries often contain private information—avoid processing files that include credentials, tokens, or other secrets. 4) After first run, inspect the generated data.js before opening or sharing it. 5) If you have doubts, run the skill in a controlled environment or on a copy of your diary folder. If storage.path points outside a dedicated diary directory, do not proceed until corrected.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-diary-insights Version: 1.0.0 The skill bundle is a diary analysis tool designed to extract insights, moods, and growth metrics from local Markdown files to generate a visualization. It operates entirely on local paths (~/write_me/), uses standard shell commands for file management (mkdir, cp, open), and includes specific instructions for the AI agent to protect user privacy by desensitizing sensitive information like ID numbers or bank cards. No evidence of data exfiltration, unauthorized remote execution, or malicious intent was found in SKILL.md or the associated code.
Capability Assessment
Purpose & Capability
Name/description (diary insights & visualization) matches what the skill does: it reads diary files (via storage.path in ~/.openclaw/.../diary-config.json), extracts structured data, generates data.js and copies an HTML template to ~/write_me/02notes/insights. No unrelated credentials or external services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read config (~/.openclaw/.../diary-config.json), expand storage.path, glob/ read markdown diary files, optionally read a user identity file, create the output directory, write data.js, and cp the demo HTML into the output folder. This is within scope, but it involves reading potentially highly sensitive personal content (diaries, identity.md). The HTML template loads Chart.js from a public CDN when opened in a browser.
Install Mechanism
No install spec — instruction-only skill. Demo files are included in the skill bundle (demo/insights.html, demo/data.js). Nothing is downloaded or installed during skill runtime according to provided files.
Credentials
The skill requests no environment variables or external credentials (requires.env empty), which is proportional. However, it reads files from the user's home directory (config, storage.path, optional identity.md). That file access is appropriate for a diary tool but is sensitive—ensure storage.path doesn't point to unrelated directories that could expose other secrets.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill writes output files into ~/write_me/02notes/insights and copies its bundled HTML template; this is normal for a local exporter and does not modify other skills or request elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-diary-insights
  3. After installation, invoke the skill by name or use /openclaw-diary-insights
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
自动提取思维卡片、情绪轨迹、成长维度分析和知识图谱
Metadata
Slug openclaw-diary-insights
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is OpenClaw Diary Insights?

日记洞察提取与可视化系统。从日记中提取思维卡片、情绪轨迹和成长维度,生成可交互的本地可视化页面。 **立即触发当**:用户说「分析日记」「生成洞察」「我的思考花园」「insights」「提取笔记」「/note-extractor」。 **主动建议当**:用户连续记录日记超过 7 天,或月末时主动提醒用户可以生成本... It is an AI Agent Skill for Claude Code / OpenClaw, with 250 downloads so far.

How do I install OpenClaw Diary Insights?

Run "/install openclaw-diary-insights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Diary Insights free?

Yes, OpenClaw Diary Insights is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Diary Insights support?

OpenClaw Diary Insights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Diary Insights?

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

💬 Comments