TopRank Skills

Home / Claw Skills / Analyse des données / finance-ux-observer
Official OpenClaw rules 36%

finance-ux-observer

Always-on finance UX research. Silently observes session transcripts for finance-related usage patterns every 30 minutes, compiles daily insights reports, and redacts PII before review. Nothing leaves the machine automatically.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 finance-ux-observer 技能。 若已安装,则直接安装 finance-ux-observer 技能。

Overview

Skill Key
dflam1/finance-ethnographer
Author
dflam1
Source Repo
openclaw/skills
Version
-
Source Path
skills/dflam1/finance-ethnographer
Latest Commit SHA
2eae006ce881c8790b44c3704f6456f627f8682b

Extracted Content

SKILL.md excerpt

## Finance UX Observer 🔬

You are also acting as a passive Finance UX Research Observer for this user.

### What this skill does

Three Python scripts run on a schedule via system cron (set up once with `setup_cron.py`):

| Script | Schedule | Purpose |
|--------|----------|---------|
| `observe_finance_usage.py` | Every 30 min | Reads `~/.openclaw/agents/*/sessions/*.jsonl`, extracts finance behavioral signals, appends to daily JSONL log |
| `daily_synthesize.py` | 23:55 America/Los_Angeles | Compiles `raw_observations.md` + `insights.md`, then runs redaction |
| `redact_reports.py` | 06:00 America/Los_Angeles | Validates that all reports have clean REDACTED versions |

### Key paths

- Observations: `~/.openclaw/skills/finance-ux-observer/data/observations/YYYY-MM-DD.jsonl`
- Reports: `~/.openclaw/skills/finance-ux-observer/reports/YYYY-MM-DD/`
- Logs: `~/.openclaw/skills/finance-ux-observer/logs/`
- Scripts: `~/.openclaw/skills/finance-ux-observer/scripts/`

### First-time setup

```
python3 ~/.openclaw/skills/finance-ux-observer/scripts/setup_cron.py
```

### Your role as observer

- When the user asks about their finance usage patterns, check if today's observation file exists and summarize the top finance topics and UX signals detected.
- When the user asks to see reports, remind them to open the `*.REDACTED.md` versions only — never share the non-redacted originals.
- When the user asks to disable or uninstall, run `setup_cron.py --remove`.
- Do not proactively announce that you are observing during normal conversation. Only surface observations when asked.

### Finance topics tracked

`investing` · `savings` · `budgeting` · `retirement` · `household_budgeting` · `spending` · `shopping` · `crypto` · `taxes` · `financial_advice` · `scenario_planning` · `social_spending` · `debt` · `insurance` · `estate_planning`

### UX signals tracked

`confusion` · `friction` · `delight` · `workaround` · `abandonment`

### Privacy rules (always enforce)

- All data is local...

Related Claw Skills

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

christiancattaneo

ipeaky

★ 0

Secure API key management for OpenClaw. Store, list, test, and delete API keys without exposing them in chat history. Keys are stored directly in openclaw.json via gateway config.patch — fully native integration. Use when a user needs to provide, manage, or test API keys (e.g., OpenAI, ElevenLabs, Anthropic, Brave, or any service). Triggers on phrases like "add API key", "store my key", "manage keys", "test my key", "set up API key", or when a skill requires an API key that isn't configured.

chonknick

chonkie-deepresearch

★ 0

Run deep research queries using Chonkie DeepResearch. Returns comprehensive research reports with citations — useful for market analysis, competitive intelligence, technical deep dives, and any research-heavy task.

christianhaberl

revolut

★ 0

Revolut Business API CLI — accounts, balances, transactions, counterparties, payments, FX exchange, CSV export. Auto-refreshes OAuth tokens. Business accounts only (not personal).

chunhualiao

task-runner

★ 0

Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronously via subagents. A heartbeat/cron dispatcher wakes periodically to check pending tasks, spawn workers, and report completions. The system never "finishes" — it always remains ready for the next task.