pie
Personal Insight Engine (PIE) - A strategic analysis tool that scans local session logs (memory/*.md) and extracts 3 strategic insights using LLMs.
Why use this skill?
Analyze your startup journey with PIE, the OpenClaw skill that synthesizes local memory logs into 3 actionable strategic insights for smarter growth.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/franklu0819-lang/pieWhat This Skill Does
The Personal Insight Engine (PIE) is a specialized strategic analysis tool designed for OpenClaw agents to introspect on their historical performance. By aggregating session logs stored within the memory/*.md directory, PIE leverages advanced LLM reasoning to distill unstructured daily activity into high-level strategic intelligence. It identifies recurring decision patterns, highlights persistent pain points, and documents pivot moments, effectively transforming raw chronological logs into a structured blueprint for future optimization. By automating the synthesis of your startup journey, PIE ensures that you do not just record history, but actively learn from it, enabling continuous improvement in your operational methodology.
Installation
To integrate PIE into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/franklu0819-lang/pie. Ensure you have the openai and python-dotenv packages installed in your Python environment. Before executing, configure your environment variables by adding either ZHIPU_API_KEY or GEMINI_API_KEY to your .env file to authorize the LLM processing layers.
Use Cases
PIE is ideal for entrepreneurs, solo developers, and agents conducting iterative development. Use it for weekly retrospectives to identify why specific projects stalled or succeeded, to prepare for quarterly planning by extracting long-term trends, or to conduct a "post-mortem" analysis after a major product launch. It bridges the gap between massive memory dumps and actionable management reports, allowing for data-driven strategic adjustments.
Example Prompts
- "PIE, analyze my memory logs from the last 7 days and give me my top 3 strategic insights regarding my recent pivot."
- "Run the PIE script for the last 30 days. I need to understand my main pain points in the coding workflow."
- "Summarize the last week of operations using the PIE skill, specifically focusing on decision patterns that led to successful deploys."
Tips & Limitations
For optimal results, ensure your memory logs are descriptive and well-formatted in Markdown. PIE's quality is directly correlated to the depth of your daily logs. Note that PIE relies on external LLM inference, meaning it does require internet access to process the data via the configured API keys. Keep your token usage in mind if analyzing massive datasets exceeding 30-60 days in a single run, as this may impact latency and costs.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-franklu0819-lang-pie": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
zhipu-asr
Automatic Speech Recognition (ASR) using Zhipu AI (BigModel) GLM-ASR model. Use when you need to transcribe audio files to text. Supports Chinese audio transcription with context prompts, custom hotwords, and multiple audio formats.
zhipu-tts
Text-to-speech conversion using Zhipu AI (BigModel) GLM-TTS model. Use when you need to convert text to audio files with various voice options. Supports Chinese text synthesis with multiple voice personas, speed control, and output formats.
feishu-file
飞书文件发送技能。支持发送各类文件到飞书聊天,包括文档、图片、压缩包等,自动识别文件类型并处理上传。
clawhub-manager
ClawHub 技能管理工具。封装技能的发布、删除、查询和搜索功能,方便管理 ClawHub 上的技能。
md2pdf
Markdown 转 PDF 技能。将 Markdown 文件转换为精美的 PDF 文档,完美支持中文、代码高亮、自定义样式。