# Memory

> Search through your past conversations and threads to recall previous work, find solutions you've implemented before, or remember context from earlier tasks.

- **Type:** Skill
- **Install:** `agentstack add skill-computer-agents-skills-memory`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [computer-agents](https://agentstack.voostack.com/s/computer-agents)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [computer-agents](https://github.com/computer-agents)
- **Source:** https://github.com/computer-agents/skills/tree/main/skills/memory

## Install

```sh
agentstack add skill-computer-agents-skills-memory
```

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

## About

# Thread Memory

Search through your past threads and conversations to recall previous work, find solutions, or remember what was done before.

## When to Use

Use this skill when you need to:
- Remember what was done in a previous conversation
- Find a solution or approach you used before
- Look up how you handled a similar task previously
- Recall context from earlier work on a project
- Find threads related to a specific topic

## Usage

Search your thread history with a query:

```bash
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "your search query"
```

### Options

```bash
# Basic search
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "authentication implementation"

# Include message content in search
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "flask api" --include-messages

# Limit results
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "python script" --limit 5

# Filter by status
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "bug fix" --status completed
```

## Examples

```bash
# Find threads about a specific topic
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "react components"

# Find how you solved a problem before
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "database migration error"

# Look up previous work on a project
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "e-commerce checkout"

# Find threads with code examples
python3 /workspace/.claude/skills/memory/scripts/search-threads.py "python web scraping" --include-messages
```

## Output

The script returns:
- Thread titles with relevance scores
- Task descriptions
- Highlighted matching text
- Optionally: matching message content from conversations

## Requirements

- `COMPUTER_AGENTS_API_KEY` environment variable or secret must be set
- Python 3.10+ with `requests` package installed

## Source & license

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

- **Author:** [computer-agents](https://github.com/computer-agents)
- **Source:** [computer-agents/skills](https://github.com/computer-agents/skills)
- **License:** Apache-2.0

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-computer-agents-skills-memory
- Seller: https://agentstack.voostack.com/s/computer-agents
- 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%.
