Toolverse
All skills

memory-system-v2

by openclaw

Fast semantic memory system with JSON indexing, auto-consolidation, and u003c20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
18

About this skill

Fast semantic memory system with JSON indexing, auto-consolidation, and u003c20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.

How to use

  1. Zainstaluj jq (wymagana zależność). Jeśli używasz Homebrew, uruchom: brew install jq. Jeśli masz już Clawdbot, jq powinien być zainstalowany automatycznie.

  2. Skopiuj plik memory-cli.sh do swojego katalogu roboczego. Upewnij się, że skrypt ma uprawnienia do wykonania (chmod +x memory-cli.sh).

  3. Aby zapisać nową pamięć, użyj komendy capture z parametrami: typ pamięci (learning, decision, insight, event lub interaction), poziom ważności od 1 do 10, zawartość tekstu oraz opcjonalne tagi do organizacji. Przykład: ./memory/memory-cli.sh capture --type learning --importance 9 --content "Twoja notatka" --tags "tag1,tag2".

  4. Wyszukuj zapisane wspomnienia za pomocą komendy search, podając słowa kluczowe. System przeszuka semantycznie wszystkie pamięci i zwróci wyniki posortowane według ważności i trafności.

  5. Sprawdzaj statystyki i przegląd swoich pamięci komendą stats, aby zobaczyć rozkład typów pamięci, średnią ważność i liczbę zapisanych wpisów.

  6. System automatycznie konsoliduje codzienne wspomnienia w podsumowania tygodniowe, co pomaga utrzymać pamięć zorganizowaną i łatwą do przeszukania bez ręcznego czyszczenia.

Related skills

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483