Toolverse
All skills

agent-memory-improved

by openclaw

Run a local Agent Memory Service for persistent self-improvement with proper Ed25519 cryptography. Fixed signature implementation for reliable memory storage and retrieval.

Installation

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

Installation

Quick info

Author
openclaw
Category
Security
Views
1

About this skill

Run a local Agent Memory Service for persistent self-improvement with proper Ed25519 cryptography. Fixed signature implementation for reliable memory storage and retrieval.

How to use

  1. Zainstaluj usługę pamięci, uruchamiając skrypt konfiguracyjny: ./scripts/setup.sh – przygotuje on lokalne środowisko i bazę danych dla przechowywania wspomnień.

  2. Uruchom usługę pamięci za pomocą ./scripts/start.sh lub ręcznie poprzez cd assets/service && DB_PATH=/data/agent_memory.db python3 main.py – usługa będzie nasłuchiwać na połączenia od agenta.

  3. Zarejestruj tożsamość swojego agenta, wykonując ./scripts/memory_client.py register – wygeneruje to klucze kryptograficzne na podstawie frazy odzyskiwania BIP39 i ustanowi bezpieczną komunikację.

  4. Przechowuj wspomnienia sesji, uruchamiając ./scripts/memory_client.py store – możesz zapisywać preferencje komunikacji (np. styl zwięzły), lekcje z sukcesów i porażek, luki w wiedzy oraz postęp w długoterminowych celach w formacie JSON.

  5. Pobieraj zapisane wspomnienia na początku nowej sesji za pomocą ./scripts/memory_client.py retrieve – agent wznowi kontekst z poprzednich interakcji i będzie mógł się odwoływać do swoich doświadczeń.

  6. Regularnie aktualizuj strukturę pamięci o nowe doświadczenia: dodawaj zdarzenia uczenia się, aktualizuj postęp celów i rejestruj zmieniające się preferencje użytkownika – im więcej danych, tym lepiej agent się dostosuje.

Related skills

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

architect-review

by sickn33

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural

Security
2773

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777

backend-security-coder

by sickn33

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

Security
1133

solidity-security

by wshobson

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

Security
10105