wiki-recap

Compose and send a daily SMS recap from MemoryLane vault data.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/itsmarsss/memento --skill wiki-recap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-recap
Source: https://github.com/itsmarsss/memento/tree/main/obsidian-wiki/.skills/wiki-recap
Command: npx skills add https://github.com/itsmarsss/memento --skill wiki-recap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts your MemoryLane activity for the day into a short, warm outbound SMS so you always remember what stood out without manually writing a recap.

Core Features & Use Cases

  • Daily outbound recap composition: Reads the framework snapshot at hot.md plus today’s journal (when present) to select 1–2 standout moments and write a 3–5 sentence SMS.
  • Personalized SMS delivery: Sends the recap to the phone number from PINGRAM_USER_NUMBER using the pingram.send MCP tool and records success or failure in log.md.
  • Operational guardrails: Enforces that pingram.send exists, that inputs are present after daily-update, and that the recap isn’t sent when the vault is effectively brand new or data is too thin.

Quick Start

Invoke wiki-recap by telling the AI to send your recap (or let the 21:00 cron run it after daily-update), with OBSIDIAN_VAULT_PATH set and PINGRAM_USER_NUMBER available.

Frequently Asked Questions about wiki-recap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a daily SMS recap of my Obsidian vault activity?

An automated SMS recap reads your MemoryLane vault snapshot and journal to compose a concise summary, then delivers it via the pingram.send MCP tool to your configured phone number for daily review.

Can I manually trigger my 9 PM daily MemoryLane recap instead of waiting for the cron automation?

Yes, you can manually trigger your SMS recap by invoking /wiki-recap or instructing the AI to send your recap, bypassing the default 21:00 cron schedule to generate the SMS on demand.

Do I need the pingram.send MCP tool to deliver memory summarization messages?

Yes, the pingram.send MCP tool is required for SMS delivery, as the Skill enforces its presence before attempting outbound message transmission and logs the resulting success or failure outcome.

What environment variables are required to set up Obsidian vault daily recap automation?

You must configure OBSIDIAN_VAULT_PATH to locate vault files and PINGRAM_USER_NUMBER for SMS targeting, ensuring the daily recap automation can read snapshots and route messages correctly.

Why does my SMS recap fail to send when my Obsidian vault is brand new?

The SMS recap is not sent when the vault is brand new because operational guardrails prevent delivery when data is too thin, ensuring only meaningful MemoryLane moments are summarized into the message.