Hybrid DB Health
/install hybrid-db-health
Hybrid DB Health
Run a quick, reliable health check for the two database surfaces in this workspace:
When combined with shared-pinecone-rag, position the pair as a Persistent Memory skill stack (retrieval + health assurance).
- Pulse operational DB/sync layer in
agents/pulse - RAG Pinecone layer in
rag-pinecone-starter
Runbook
- Run the bundled script:
bash scripts/check_hybrid_db.sh
- Interpret status:
PASS: subsystem is configured and respondingWARN: subsystem exists but is not fully configuredFAIL: subsystem check execution failed
- Report to user in plain language:
- Pulse DB status
- RAG DB status
- Exact next fix steps if WARN/FAIL
Manual checks (if script unavailable)
Pulse DB
cd /home/Mike/.openclaw/workspace/agents/pulse
python3 openclaw_sync.py --check
Expected: Database connection OK
RAG Pinecone
cd /home/Mike/.openclaw/workspace/rag-pinecone-starter
[ -f .env ] && grep -E '^(OPENAI_API_KEY|PINECONE_API_KEY)=' .env
If either key is blank, report as not connected yet.
Optional live connectivity test (requires keys + deps):
source .venv/bin/activate
python query.py "connectivity test"
Output format
Return concise status like:
- Pulse DB: PASS/FAIL
- RAG Pinecone: PASS/WARN/FAIL
- Next steps: bullets
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hybrid-db-health - 安装完成后,直接呼叫该 Skill 的名称或使用
/hybrid-db-health触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hybrid DB Health 是什么?
Validate and troubleshoot the hybrid database system used by OpenClaw agents (Pulse task DB + RAG Pinecone stack). Use when asked to check setup, connection... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 409 次。
如何安装 Hybrid DB Health?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hybrid-db-health」即可一键安装,无需额外配置。
Hybrid DB Health 是免费的吗?
是的,Hybrid DB Health 完全免费(开源免费),可自由下载、安装和使用。
Hybrid DB Health 支持哪些平台?
Hybrid DB Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hybrid DB Health?
由 cryptobro-man(@cryptobro-man)开发并维护,当前版本 v1.0.0。