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 well-documented, practical CLI skill for searching prior threads to recover context. Implementation appears straightforward and usable, but privacy/data-handling details and broader integrations are limited.
Memory is a clear, well-scoped CLI tool for searching past conversations and retrieving relevant context. The listing includes concrete usage examples, options, and minimal requirements (API key, Python), making it easy to try and integrate. It looks useful for agent workflows that need persistent context, though the listing lacks explicit detail on how data is accessed, stored, or protected and the distribution is limited to a single script without broader SDKs or tests.
Strengths
- Clear documentation and concrete CLI usage examples
- Directly useful for reclaiming long-term context in agent workflows
Considerations
- No explicit privacy/data-storage details — users should confirm how conversation data is accessed and retained
- Single-script distribution; could benefit from installation instructions, tests, and broader integration examples (SDKs/webhooks)
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