← Back to Skills Marketplace
Xinqing Journal
by
dyby99-gif
· GitHub ↗
· v1.0.0
304
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xinqing-journal
Description
心情日记 — 智能情绪追踪器,通过自然语言记录中文日记、自动识别7种情绪、 1-10分评分、智能标签提取,生成日/周/月报告和趋势分析。 数据纯本地JSON存储,零网络请求,保护隐私。
Usage Guidance
This skill appears to do what it says: local journaling, simple NLP keyword matching, and JSON reports — no network calls or secret requirements were found in the provided files. However, two caveats before installing: 1) The code shown in the submission was truncated, so review the full scripts (scripts/journal.py and scripts/mood-report.py) to confirm there are no hidden network calls or unexpected file accesses in the omitted portions. 2) Data is stored in cleartext under ~/.openclaw/workspace/data/journal/entries.json; if your entries include highly sensitive information, consider encrypting the data file, restricting filesystem access, or keeping backups. Minor non-security notes: the code attempts to chmod files (may be no-op on some systems) and there are small parsing/keyword edge-cases (e.g., whitespace in a keyword in assets) that affect accuracy but not safety.
Capability Analysis
Type: OpenClaw Skill
Name: xinqing-journal
Version: 1.0.0
The skill bundle is benign. It functions as a local mood journal, explicitly stating and implementing zero network requests and storing all data locally within the OpenClaw workspace (`~/.openclaw/workspace/data/journal/entries.json`). The Python scripts (`journal.py`, `mood-report.py`) use standard libraries, handle user input safely without shell injection risks, and even include privacy-enhancing features like setting strict file permissions (`0o600`) and an anonymized data export option. The `SKILL.md` documentation reinforces these privacy claims and provides clear, non-malicious instructions for the AI agent.
Capability Assessment
Purpose & Capability
Name/description (local mood journal, Chinese NLP, reports) align with requested resources and code: no external credentials, no network calls, data stored under ~/.openclaw/workspace/data/journal, and scripts implement diary CRUD and reporting. Required dependencies declared (Python 3.9+) match the provided Python-only implementation.
Instruction Scope
SKILL.md instructs CLI usage of the included scripts and documents the local JSON storage path. The code reads/writes only the journal JSON and the local assets/moods.json; it does not reference other system config, credentials, or remote endpoints in the supplied portions.
Install Mechanism
No install spec and no external packages are required (standard library only). The skill is instruction-only with Python scripts included, so nothing is downloaded or executed from external URLs during install.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The only filesystem access is to a single user-local data directory (~/ .openclaw/workspace/data/journal) and to the bundled assets/moods.json, which is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false) and does not attempt to modify other skills or system settings in the provided code. It stores its own data under a dedicated workspace path.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xinqing-journal - After installation, invoke the skill by name or use
/xinqing-journal - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: 首次发布。支持中文自然语言日记记录、7种情绪自动识别(长关键词优先匹配)、1-10评分、8类标签提取、日/周/月报告+趋势分析、匿名导出、文件权限隐私保护(600/700)。58个单元测试全部通过。
Metadata
Frequently Asked Questions
What is Xinqing Journal?
心情日记 — 智能情绪追踪器,通过自然语言记录中文日记、自动识别7种情绪、 1-10分评分、智能标签提取,生成日/周/月报告和趋势分析。 数据纯本地JSON存储,零网络请求,保护隐私。 It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.
How do I install Xinqing Journal?
Run "/install xinqing-journal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xinqing Journal free?
Yes, Xinqing Journal is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Xinqing Journal support?
Xinqing Journal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xinqing Journal?
It is built and maintained by dyby99-gif (@dyby99-gif); the current version is v1.0.0.
More Skills