🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smara/paperclip-plugin-memory

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smara/paperclip-plugin-memory

Persistent memory for Paperclip agents via the Smara API — Temporal Memory Scoring, dedup, contradiction detection

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@smara/paperclip-plugin-memory

Persistent, decay-aware memory for Paperclip agents — powered by the Smara Memory API.

What it does

Every Paperclip agent gets persistent memory across sessions. Store facts, search by meaning, and recall context — powered by Temporal Memory Scoring™ that makes recent, important memories surface first while stale ones fade naturally.

Install

# From the Paperclip UI
POST /api/plugins/install
{ "packageName": "@smara/paperclip-plugin-memory" }

# Or local development
POST /api/plugins/install
{ "packageName": "/path/to/paperclip-plugin", "isLocalPath": true }

Configuration

In the Paperclip plugin settings:

SettingRequiredDescription
smaraApiKeyRefYesSecret reference for your Smara API key
smaraApiUrlNoAPI URL (default: https://api.smara.io)
defaultUserIdNoDefault user ID when agents don't specify one

Get a free API key at smara.io — 10,000 memories, no credit card.

Tools Available to Agents

ToolDescription
memory-storeStore a fact with importance scoring (0-1)
memory-searchSemantic search with decay-aware ranking
memory-contextPre-formatted context for agent prompts
memory-deleteDelete a specific memory
memory-usageCheck plan limits and memory count

How Scoring Works

Smara uses Temporal Memory Scoring™ — a proprietary ranking system that balances:

  • Semantic relevance — Voyage AI vector embeddings, cosine similarity
  • Temporal decay — memories fade over time, modulated by importance
  • Access patterns — frequently recalled memories stay stronger
  • Contradiction detection — conflicting facts are auto-detected and resolved

License

MIT

Keywords

paperclip

FAQs

Package last updated on 27 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts