← 返回
数据分析 Key 中文

Personal Insight Engine

Personal Insight Engine (PIE) - A strategic analysis tool that scans local session logs (memory/*.md) and extracts 3 strategic insights using LLMs.
个人洞察引擎(PIE):扫描本地会话日志(memory/*.md),使用LLM提取3条战略洞察的战略分析工具。
franklu0819-lang
数据分析 clawhub v1.0.4 1 版本 99821.4 Key: 需要
★ 0
Stars
📥 559
下载
💾 11
安装
1
版本
#latest

概述

PIE (Personal Insight Engine)

Analyze your startup journey by distilling strategic patterns from your memory logs.

Setup

1. Configure API Keys:

PIE requires at least one of the following environment variables. If both are provided, Gemini is used by default.

  • GEMINI_API_KEY: For Google Gemini 2.0 Flash (Recommended).
  • ZHIPU_API_KEY: For Zhipu AI GLM-4.

2. Dependencies:

pip install -r requirements.txt

Usage

Run Weekly Review

By default, scans the last 7 days and auto-detects the provider:

python3 scripts/pie.py

Force a Provider

If you want to use a specific LLM regardless of your environment defaults:

python3 scripts/pie.py --provider zhipu
python3 scripts/pie.py --provider gemini

Custom Lookback

Scan a specific number of days (e.g., last 30 days):

python3 scripts/pie.py --days 30

Privacy & Safety (Hardened)

PIE is built for high-stakes startup analysis where privacy is non-negotiable:

  • Zero-Exposure Redaction: Before transmission, all content is scrubbed for:
  • API Keys, Tokens, and Passwords (regex-hardened).
  • Email addresses and IP addresses.
  • Local file system paths (home/user directories).
  • Standardized Pathing: Only scans the memory/ folder within the official OPENCLAW_WORKSPACE.
  • Content Distillation: Strips out JSON metadata and system headers to ensure the LLM only sees the semantic dialogue.

How it works

  1. Discovery: Standardized scan of memory/ via OPENCLAW_WORKSPACE.
  2. Sanitization: Multi-stage PII redaction (IPs, Emails, Keys, Paths).
  3. Synthesis: Pattern recognition across logs for strategic pivots and pain points.
  4. Output: Formatted Markdown report for the startup founder.

Developed by Leo & Neo (Startup Partners)

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-03-19 02:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,001
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,111
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,449