← Back to Skills Marketplace
engsathiago

Memoria Persistente

by engsathiago · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
172
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memoria-persistente
Description
Sistema de memória hierárquica em 3 camadas para agentes IA: curto prazo (contexto), médio prazo (diário), longo prazo (conhecimento). Tudo em português.
Usage Guidance
This skill is instruction-only and appears to implement a local .memory/ folder layout for short/medium/long-term memories. Before using it: (1) Understand that any persisted memories will be written to disk in the agent's working directory (.memory/) — avoid storing secrets or PII there. (2) Ensure proper file permissions or encryption if you will persist sensitive info. (3) The SKILL.md shows CLI commands and a 'clawhub install' example, but no executable or install spec is included; don't expect a separate binary unless the publisher provides one. (4) Test the skill in an isolated environment to confirm behavior and where files are written. If you need stronger privacy guarantees, request guidance from the author on encryption/retention or implement an explicit policy to avoid persisting sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: memoria-persistente Version: 1.0.0 The skill bundle describes a hierarchical memory system (short, medium, and long-term) for AI agents to persist context and knowledge across sessions using local file storage. The documentation (SKILL.md) and metadata (clawhub.json, _meta.json) are consistent with the stated purpose of providing a Portuguese-language memory framework, and there is no evidence of malicious code, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name and description describe a 3-layer persistent memory system and the SKILL.md only requires creating/reading files under a .memory/ directory — that is coherent. Minor inconsistency: the README shows CLI usage examples (memoria-persistente salvar/recuperar) and an install line (clawhub install memoria-persistente), but the package is instruction-only and includes no binary or install spec; consumers should not assume a separate executable will be installed.
Instruction Scope
Instructions are narrowly scoped to creating and reading local files in .memory/ (context, daily, knowledge). They do not reference external endpoints, unrelated system files, or secret env vars. However, the instructions are vague about handling sensitive data, encryption, access controls, retention, or file permissions — a privacy risk if the agent persists secrets or PII.
Install Mechanism
There is no install spec and no code files; this is the lowest-risk pattern. The SKILL.md includes an example 'clawhub install' command but the registry metadata contains no install script or binary — likely informational rather than an actual download/install step.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate for a local file-based memory system.
Persistence & Privilege
Flags are standard (always: false, user-invocable: true, model invocation allowed). The skill does not request elevated privileges or permanent/forced inclusion.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memoria-persistente
  3. After installation, invoke the skill by name or use /memoria-persistente
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Primeira versão lançada do "memoria-persistente". - Sistema de memória hierárquica em 3 camadas: curto prazo (contexto), médio prazo (diário), longo prazo (conhecimento). - Persistência de memória entre sessões para agentes IA. - Interface de linha de comando para salvar, recuperar e listar memórias. - Toda a documentação e funcionamento em português, focando na comunidade brasileira.
Metadata
Slug memoria-persistente
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memoria Persistente?

Sistema de memória hierárquica em 3 camadas para agentes IA: curto prazo (contexto), médio prazo (diário), longo prazo (conhecimento). Tudo em português. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.

How do I install Memoria Persistente?

Run "/install memoria-persistente" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memoria Persistente free?

Yes, Memoria Persistente is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memoria Persistente support?

Memoria Persistente is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memoria Persistente?

It is built and maintained by engsathiago (@engsathiago); the current version is v1.0.0.

💬 Comments