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 75Trust 70Discovery 49

A practical, well-documented CLI skill for searching past threads that clearly demonstrates usage and outputs; generally trustworthy but limited in scope and lacking external verification or extended docs.

Memory is a straightforward and useful CLI skill for retrieving relevant past threads and conversation context, with clear examples and command-line options. It’s ready to use for developers who have the required COMPUTER_AGENTS_API_KEY and Python environment, but the listing would benefit from more installation instructions, a repository link or domain verification, and expanded documentation (error handling, auth details, and tests) to increase trust and polish.

Source full AI review

Strengths

  • Clear, practical CLI usage examples and options
  • Directly useful for recalling prior conversation context and solutions

Considerations

  • Single-script implementation with minimal installation and runtime documentation
  • Requires an API key and lacks external repo/domain verification or additional trust signals

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.

  • The quality review is solid enough to support discovery.

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