
from cowcode8
Builds a concise natural-language profile of what the bot knows about the user by reading MEMORY.md, recent memory files, projects tracker, and recent chat logs
This skill aggregates local memory artifacts (MEMORY.md, memory/*.md), the Projects tracker, and recent chat logs to produce a short, conversational profile of what the bot knows about a user. It is meant to surface explicitly stored facts, active projects, recent topics, and recent reminders in a privacy-conscious, human-friendly format.
Trigger this skill when a user asks questions like: 'What do you know about me?', 'Summarize what you remember about me', or 'What projects do I have?'. It requires access to the workspace memory files and should only be used in private/personal agent contexts where reading local memory is authorized.
Inferred: personal assistant agents with access to local workspace and memory (private instances, self-hosted bots).
A simple profile-builder skill for the Pasture Protocol ecosystem that reads local memory files and chat logs to summarize what the system knows about the user. No scripts or external dependencies — purely instructional. Instructions are clear but lack depth on error handling and edge cases. Architecture is flat with no separation of concerns. Niche usefulness outside its specific ecosystem.
Harmless skill — reads local files only, no network calls, no scripts. Limited portability due to ecosystem-specific references (Pasture Protocol, projects.db).