← All skills
Tencent SkillHub · AI

Memory Ops

Manage mandatory PostgreSQL memory operations with context retrieval, prompt logging, delegation tracking, and audit event recording using Memory_openclaw an...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage mandatory PostgreSQL memory operations with context retrieval, prompt logging, delegation tracking, and audit event recording using Memory_openclaw an...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
references/queries.sql, references/schema.sql, scripts/memory_ops_template.sql, SKILL.md, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Protocolo obrigatório (sempre)

Consultar memória principal antes de responder ou delegar. Responder/delegar com contexto recuperado. Salvar contexto do prompt do usuário. Salvar contexto de cada delegação enviada para agentes. Registrar auditoria do ciclo (read/write status).

Banco alvo

Database: Memory_openclaw Extensão: vector Tabelas: usar memories + memory_audit.

Regras de gravação

Não salvar segredos sensíveis sem necessidade explícita. Priorizar fatos operacionais: objetivo, decisão, restrição, preferência, próximo passo. Sempre incluir metadados mínimos: source, scope, agent, timestamp, kind.

SQL e esquema

Criar/atualizar esquema em: references/schema.sql Queries de consulta em: references/queries.sql

Auditoria obrigatória

Registrar um evento em memory_audit por turno com: event_type: turn_cycle read_ok: true/false write_ok: true/false details: JSON com contagens e ids

Handoff com agentes

Ao delegar para Alfred/Prompt Improver: Salvar kind=delegation_prompt com prompt enviado. Após retorno, salvar kind=delegation_result com resumo do output. Só então consolidar resposta final ao usuário.

Implementação de referência

Script pronto: scripts/memory_ops_template.sql Se precisar adaptar dimensão de embedding, ajustar coluna vector(1536) conforme modelo.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Files1 Docs1 Config
  • SKILL.md Primary doc
  • _meta.json Config
  • references/queries.sql Files
  • references/schema.sql Files
  • scripts/memory_ops_template.sql Files