New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

skill-memory

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skill-memory

A self-learning store for your agent skills

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

skill-memory

one skill to rule them all.

skill-memory is a store for your agent skills, using git:

  • It can download public skills, and maintain forked versions of them.
  • You can edit, reuse and share many skills by importing only one skill-memory skill.
  • Use it as an agent memory consisting of skills, versioning controlled by git
flowchart LR
    GH("🌐 GitHub")
    LC("📁 Local")
    SM[("🧠 skill-memory")]
    V("👁️ view")
    E("✏️ edit")
    D("📥 download")
    A("🤖 AI Agent")

    GH & LC -->|add| SM
    SM --> V & D
    V & D -.-> A
    A -.->|learn| E
    E -->|update| SM

    style SM fill:#a78bfa,stroke:#7c3aed,stroke-width:2px,color:#fff
    style A fill:#38bdf8,stroke:#0284c7,stroke-width:2px,color:#fff
    style GH fill:#f472b6,stroke:#db2777,color:#fff
    style LC fill:#f472b6,stroke:#db2777,color:#fff
    style V fill:#4ade80,stroke:#16a34a,color:#fff
    style E fill:#4ade80,stroke:#16a34a,color:#fff
    style D fill:#4ade80,stroke:#16a34a,color:#fff

Installation

Add skill-memory skill to your agent:

npx skills add memodb-io/skill-memory

and type setup skill-memory in your agent.

Quick Start

In your agent, enter those:

  • add skills in vercel-labs/agent-skills to memory
  • tell me about web design skill in your memory
  • update web design skill in memory that I only want blue theme
  • summarize your learnings and update the skills in memory
  • create a skill in memory about my taste on software development: always write a dev plan first

View your skill-memory commits:

skill-memory history

Configuration

Envs

VariableDescriptionDefault
SKILL_MEMORY_HOMECustom storage location for skills and cached repos~/.skill-memory

Keywords

cli

FAQs

Package last updated on 30 Jan 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