openclaw-history-ingest

Ingest OpenClaw agent history into Obsidian wiki pages with provenance tagging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Michael1Peng/watson --skill openclaw-history-ingest-michael1peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-history-ingest
Source: https://github.com/Michael1Peng/watson/tree/main/.agents/skills/openclaw-history-ingest
Command: npx skills add https://github.com/Michael1Peng/watson --skill openclaw-history-ingest-michael1peng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest OpenClaw agent history into the Obsidian wiki to convert session memory and transcripts into durable knowledge.

Core Features & Use Cases

  • Ingest long-term MEMORY.md and daily notes into structured knowledge for durable recall.
  • Extract and summarize per-session transcripts into reusable wiki concepts and patterns.
  • Route findings into projects, concepts, skills, and synthesis pages with provenance markers.

Quick Start

Run the ingest to pull MEMORY.md, daily notes, and session transcripts from the default ~/.openclaw locations into the wiki.

Frequently Asked Questions about openclaw-history-ingest

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

FAQPage Schema
How do I ingest agent history into Obsidian wiki pages?

The ingest process applies long-term memory, daily notes, and per-session transcripts to the wiki using append or full ingest modes. It selects these modes automatically based on the manifest configuration and session timestamps.

What is the best way to convert session transcripts into reusable wiki concepts?

The ingest process routes findings into projects, concepts, skills, and synthesis pages while applying provenance markers. It also applies summarization and redaction to the output wiki pages where needed.

Does the history ingest process require specific environment configuration?

The ingest tool reads environment configuration and respects the manifest to process long-term memory and transcripts. It requires no external dependencies to pull MEMORY.md and daily notes from the default ~/.openclaw locations into the wiki.

Can I append session memory to existing wiki notes or does it overwrite them?

The tool appends session memory to existing wiki notes or performs a full ingest based on the manifest. It respects session timestamps to ensure durable recall without overwriting existing structured knowledge unless configured to do so.