SkillHub

firm-memory-audit-pack

v1.0.0

Memory infrastructure audit pack. pgvector configuration validation and knowledge graph integrity check. 2 memory tools.

Sourced from ClawHub, Authored by romainsantoli-web

Installation

Please help me install the skill `firm-memory-audit-pack` from SkillHub official store. npx skills add romainsantoli-web/firm-memory-audit-pack

firm-memory-audit-pack

⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

Purpose

Audits memory infrastructure: validates pgvector extension configuration (dimensions, index type, distance metric) and knowledge graph integrity (node connectivity, orphan detection, cycle detection).

Tools (2)

Tool Description
openclaw_pgvector_memory_check pgvector config validation (dimensions, index, distance)
openclaw_knowledge_graph_check Knowledge graph integrity audit

Usage

skills:
  - firm-memory-audit-pack

# Audit memory infrastructure:
openclaw_pgvector_memory_check config_path=/path/to/config.json
openclaw_knowledge_graph_check config_path=/path/to/config.json

Requirements

  • mcp-openclaw-extensions >= 3.0.0