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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "personal-insight-engine" with this command: npx skills add franklu0819-lang/personal-insight-engine

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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Anki Card Generator

Use this skill to generate Anki flashcards in simple-anki-sync format for active memorization of any knowledge. Invoke whenever the user wants to memorize, m...

Registry SourceRecently Updated
Research

Drug Safety Review

Comprehensive medication safety review system providing real-time analysis of drug-drug interactions, contraindications, allergy risks, and dosing optimizati...

Registry SourceRecently Updated
Research

Intelligent Triage Symptom Analysis

Intelligent Triage and Symptom Analysis Skill. Supports 650+ symptoms across 11 body systems. Based on ESI and Manchester Triage System with 5-level triage c...

Registry SourceRecently Updated