Install
openclaw skills install personal-insight-enginePersonal Insight Engine (PIE) - A strategic analysis tool that scans local session logs (memory/*.md) and extracts 3 strategic insights using LLMs.
openclaw skills install personal-insight-engineAnalyze your startup journey by distilling strategic patterns from your memory logs.
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
By default, scans the last 7 days and auto-detects the provider:
python3 scripts/pie.py
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
Scan a specific number of days (e.g., last 30 days):
python3 scripts/pie.py --days 30
PIE is built for high-stakes startup analysis where privacy is non-negotiable:
memory/ folder within the official OPENCLAW_WORKSPACE.memory/ via OPENCLAW_WORKSPACE.Developed by Leo & Neo (Startup Partners)