# Firm Memory Audit Pack

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

- Skill: `modbender/firm-memory-audit-pack` (Agent Skill)
- Install (CLI): `npx skillmds@latest add modbender/firm-memory-audit-pack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/firm-memory-audit-pack/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/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

```yaml
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`

