memory-health
Check that Pluribus is reachable before relying on memory tools. Use when MCP errors, timeouts, or disconnects appear, or when validating a new install.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check that Pluribus is reachable before relying on memory tools. Use when MCP errors, timeouts, or disconnects appear, or when validating a new install.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Vote on Pluribus curation chores when wakeup or recall surfaces housekeeping.
Vote on Pluribus curation chores when recall or wakeup surfaces housekeeping.
Retrieve durable Pluribus context before substantive work. Use when editing multiple files, changing APIs or schema, debugging failures, handling security or compliance, or any task needing more than two sentences to explain to a teammate.
Memory loop — recall before work, housekeeping when chores exist, record after outcomes.
Memory loop — recall before work, record after outcomes.
Memory loop — recall before work, record after outcomes.
| name | memory-health |
| description | Check that Pluribus is reachable before relying on memory tools. Use when MCP errors, timeouts, or disconnects appear, or when validating a new install. |
HTTP (control plane)
GET ${PLURIBUS_BASE_URL:-http://127.0.0.1:8123}/healthz with optional header X-API-Key when PLURIBUS_API_KEY is set.MCP
POST /v1/mcp on the same base URL (see plugin .mcp.json).If wakeup_context returns empty identity, the active pool likely has no state memories yet—bootstrap with normal ingest or run scripts/seed-l0-identity-memories.sh from the repo (see Claude Code plugin README).
This skill does not change server policy; it only helps confirm connectivity.