memory-capture

Classify and route user memory items to daily or durable storage.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill memory-capture-walliiee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: memory-capture
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/memory-capture
Command: npx skills add https://github.com/Walliiee/agent-harness --skill memory-capture-walliiee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill captures user-provided memory items reliably into the correct durable or daily storage, preventing lost notes, duplicated entries, and hand-written logging drift.

Core Features & Use Cases

  • Parse and classify memory items: Splits mixed user input into separate items and routes each one to the right destination.
  • Daily and durable storage handling: Always writes to the daily memory log and promotes high-confidence durable items to wiki entries when appropriate.
  • Validation and audit safety: Enforces frontmatter, item stamps, header merging, deduplication, and run telemetry so memory files stay machine-readable and audit-clean.

Quick Start

Save these notes to memory and route any durable items to the appropriate wiki entry.

Frequently Asked Questions about memory-capture

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

FAQPage Schema
How do I save user notes to a daily log without creating duplicate entries?▼

Memory capture applies classification and deduplication to split mixed input, stamping items into a daily log to prevent duplicated entries and logging drift.

What is the best way to route explicit decisions and todos to durable storage?▼

Routing explicit decisions and todos involves parsing requests, classifying items, and promoting high-value entries from the daily log to durable wiki storage with audit-safe formatting.

How does wiki promotion work for captured memory items?▼

Wiki promotion works by evaluating classified memory items and routing high-confidence durable entries to appropriate wiki targets, while always maintaining a stamped daily log for audit safety.

Can I capture mixed user input and split it into separate memory items automatically?▼

Yes, you can capture mixed user input and split it automatically. The memory classification process parses mixed requests and separates them into distinct items for individual routing.

Does memory capture support frontmatter and machine-readable formatting for audit logs?▼

Memory capture supports audit safety by enforcing frontmatter, item stamps, header merging, and run telemetry, ensuring memory files remain machine-readable and audit-clean.