# Memory Archaeologist

> |-

- **Type:** Skill
- **Install:** `agentstack add skill-netanel-abergel-pa-skills-memory-archaeologist`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [netanel-abergel](https://agentstack.voostack.com/s/netanel-abergel)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [netanel-abergel](https://github.com/netanel-abergel)
- **Source:** https://github.com/netanel-abergel/pa-skills/tree/main/skills/memory-archaeologist

## Install

```sh
agentstack add skill-netanel-abergel-pa-skills-memory-archaeologist
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Memory Archaeologist

Run before ever claiming "no context" or "I don't remember".

## When to use
- Before answering any "what do we know about X" question
- Before responding "no context" / "I don't remember"
- When piecing together a thread that spans WhatsApp + daily notes + project memory

## Procedure (DO NOT SKIP STEPS)

1. **Durable memory + wiki**
   ```bash
   grep -rin "" MEMORY.md HOT.md AGENTS.md wiki/ 2>/dev/null
   ```
2. **Semantic DB**
   ```bash
   python tools/session_search.py ""
   ```
3. **PostgreSQL WhatsApp history**
   ```sql
   SELECT body, ts, chat_id FROM messages
   WHERE body ILIKE '%%'
   ORDER BY ts DESC LIMIT 20;
   ```
4. **Daily notes**
   ```bash
   grep -lir "" memory/daily/ 2>/dev/null
   ```

## Output rules
- Report findings only — do not narrate the search
- If all 4 layers return empty, then (and only then) escalate to "no context"
- Cache the answer in the relevant durable file if it's a recurring question

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [netanel-abergel](https://github.com/netanel-abergel)
- **Source:** [netanel-abergel/pa-skills](https://github.com/netanel-abergel/pa-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-netanel-abergel-pa-skills-memory-archaeologist
- Seller: https://agentstack.voostack.com/s/netanel-abergel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
