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 82Trust 78Discovery 53

A practical, well-documented CLI skill for searching past threads and recalling context. Clear usage and examples make it ready for integration, though it is a straightforward implementation without advanced features.

Memory provides a concise, usable command-line tool to search past conversations and surface relevant thread context. The listing includes clear examples, options, and required environment setup, making it easy to try. It appears trustworthy (GitHub source) and highly useful for developers and agents needing long-term context, but it lacks explicit privacy/security guidance and more advanced search/UX features.

Source full AI review

Strengths

  • Clear CLI usage with examples and options
  • Directly useful for recalling previous work and code snippets

Considerations

  • No explicit guidance about privacy or handling of sensitive conversation data
  • Single-script delivery is functional but lacks advanced features (UI, filtering, pagination) and deeper documentation

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