TopRank Skills

Official OpenClaw rules 36%

pie

Personal Insight Engine (PIE) - A strategic analysis tool that scans local session logs (memory/*.md) and extracts 3 strategic insights using LLMs.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
franklu0819-lang/pie
Author
franklu0819-lang
Source Repo
openclaw/skills
Version
-
Source Path
skills/franklu0819-lang/pie
Latest Commit SHA
5d46fdfbaf155b71b7fb26166fa3f2b6fe11ddcc

Extracted Content

SKILL.md excerpt

# PIE (Personal Insight Engine)

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

## Setup

**1. Configure API Keys:**
Ensure you have at least one of these in your `.env` or system environment:
- `ZHIPU_API_KEY` (Default for GLM)
- `GEMINI_API_KEY` (Alternative)

**2. Dependencies:**
Requires `openai` and `python-dotenv` python packages.

## Usage

### Run Weekly Review
By default, scans the last 7 days of memory files:

```bash
python3 scripts/pie.py
```

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

```bash
python3 scripts/pie.py --days 30
```

## How it works

1. **Discovery**: Scans `memory/` for recent Markdown files.
2. **Cleaning**: Strips JSON metadata and system headers.
3. **Synthesis**: Uses LLM to extract 3 core insights (Decision Patterns, Pain Points, Pivots).
4. **Output**: Prints a formatted Markdown report.

---
*Developed by Cipher using OpenSpec.*

Related Claw Skills