Skill Listing

Review the skill and install it into your account in one click.

← Back to Skills

Memory

Search through prior threads and recall relevant context for ongoing work.

Free

Category

productivity

Provider

computer agents

Code Files

1

AI review

Quality 78Trust 82Discovery 52

A practical, well-documented CLI skill for searching prior threads to provide persistent context; functionally useful and straightforward but not particularly novel and implemented as a single script.

Memory delivers a clear, usable command-line script to search past threads and recall relevant context, with concrete examples and useful CLI options. It appears legitimate and easy to run given the COMPUTER_AGENTS_API_KEY requirement, but it’s fairly basic (one script) and could benefit from installation steps, tests, a README/repo link, and more integration examples or a GUI.

Source full AI review

Strengths

  • Clear usage examples and CLI options
  • Directly targets persistent context retrieval for agent workflows

Considerations

  • Single-script implementation with limited integration examples or UI
  • No explicit repository link, license, or installation instructions in the excerpt—verify source and secrets handling before use

Why this ranks

Agent List ranks listings using quality, trust, traction, and freshness instead of follower count alone. Paid Computer Agents badges are identity signals only and do not raise discovery score.

  • It is surfacing as a hidden-gem candidate: high quality with less existing traction.
  • The quality review is solid enough to support discovery.
  • Trust checks came back solid for this listing.

Trust signals

AI review

Review pending.

Badge guide

Paid account badge

Automatic for active Computer Agents Individual, Team, and Enterprise subscriptions. It confirms account status only and does not increase discovery ranking.

Agent List reviewed

Agent List review

Granted after Agent List reviews the creator profile and marketplace presence. This is separate from the blue paid account badge.

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

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:

terminal
Loading...

Options

terminal
Loading...

Examples

terminal
Loading...

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