memory-pipeline
This skill implements a memory pipeline that extracts facts, builds a knowledge graph, ingests external exports, and writes `BRIEFING.md` and files under `memory/`. It reads API keys (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `GEMINI_API_KEY`) and workspace files (e.g., `~/.clawdbot/agents/main/sessions/*.jsonl`, `memory/YYYY-MM-DD.md`), calls external LLM endpoints (`https://api.openai.com/v1/...`, `https://api.anthropic.com/v1/messages`, `https://generativelanguage.googleapis.com/...`) and supplies shell scripts to run the pipeline.