Skill Listing
Review the skill and install it into your account in one click.
Memory
Search through prior threads and recall relevant context for ongoing work.
AI review
Quality 82Trust 78Discovery 53A 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.
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 review
Granted after Agent List reviews the creator profile and marketplace presence. This is separate from the blue paid account badge.
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:
Options
Examples
Output
The script returns:
- Thread titles with relevance scores
- Task descriptions
- Highlighted matching text
- Optionally: matching message content from conversations
Requirements
COMPUTER_AGENTS_API_KEYenvironment variable or secret must be set- Python 3.10+ with
requestspackage installed