2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill hybrid-db-health- _meta.json291 B
- SKILL.md1.6 KB
Overview
This skill validates and troubleshoots the hybrid database system used by OpenClaw agents, covering the Pulse operational DB/sync layer and the RAG Pinecone vector layer. It runs a quick health check, reports clear PASS/WARN/FAIL statuses, and provides exact next-step remediation instructions when issues are found.
How this skill works
The skill runs an automated shell-based health check that exercises the Pulse sync layer and the Pinecone RAG integration. If the automated script is unavailable, it provides targeted manual checks: a connectivity test for the Pulse DB and environment/key checks plus an optional live query for Pinecone. Results are summarized in plain language with concrete next steps for WARN or FAIL outcomes.
When to use it
- Validate the current hybrid DB setup before deploying agents that rely on persistent memory.
- Troubleshoot intermittent failures or sync issues reported by OpenClaw agents.
- Confirm Pinecone API and OpenAI key presence and basic connectivity.
- Run routine health audits as part of backup or archival workflows.
- Triage setup issues after moving or restoring workspace files.
Best practices
- Run the bundled script first for a consistent, repeatable check and to capture standardized statuses.
- If the script fails, perform the manual Pulse and Pinecone checks to isolate the failing surface.
- Keep environment files and virtual environments up to date to ensure optional live connectivity tests work.
- Report results as three-line summaries: Pulse status, RAG status, and bulleted next steps for fixes.
- Document any recurring WARN/FAIL patterns and automate resolution steps where possible.
Example use cases
- Pre-deployment validation to ensure agents will have persistent retrieval and storage.
- Post-upgrade verification after updating Python deps or environment variables.
- Onboarding checklist for new workspaces to confirm keys and DB sync are functioning.
- Incident triage when agents report missing memory or failed retrievals.
- Audit before archiving or backing up workspace data to ensure integrity.
FAQ
PASS means the subsystem is configured and responding; WARN means it's present but not fully configured; FAIL means the check execution failed or connectivity could not be established.
What manual commands can I run if the script is missing?
Run the Pulse check via the sync script with a --check flag and verify Pinecone keys in the workspace .env; an optional live query can test Pinecone connectivity if keys and venv are available.
What should I include in a bug report?
Include the Pulse and RAG statuses, exact error messages or missing keys, steps you already ran, and timestamps of checks.