remnic-status
SolidCheck the health of the Remnic daemon, stores, and connected clients. Trigger phrases include "is remnic running", "check memory status", "daemon health".
AI & Automation 198 stars
24 forks Updated 3 days ago MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## When to use
Use when the user asks whether Remnic is running, when recall or store calls start failing, or when diagnosing cross-agent memory issues from Claude Code.
Triggers:
- "Is Remnic running?"
- "Check memory status."
- `/remnic:status` slash command invocation.
- Recall/store tools returned connection errors in this turn.
## Inputs
- Optional: specific component to check (daemon, HTTP server, MCP server, store backend).
## Procedure
1. Check the Remnic health endpoint via the MCP bridge or run `remnic daemon status` in a shell.
2. Report, in a compact block:
- Daemon running state (PID if known).
- Listening port(s).
- Memory store path.
- Connected clients or plugins, if exposed.
3. If the daemon is not running, suggest `remnic daemon start` and mention the log path.
4. If recall/store tools were erroring earlier in the turn, correlate the health state with those errors in one sentence.
## Efficiency plan
- One health call per turn is enough; do not poll.
- Skip the check for trivially local tasks.
- Reuse the health payload for downstream troubleshooting within the same turn.
## Pitfalls and fixes
- **Pitfall:** Running `remnic daemon status` on a host where the daemon lives in a container. **Fix:** Prefer the MCP health endpoint, or run the CLI inside the container.
- **Pitfall:** Reporting "down" from a single failed tool call. **Fix:** Confirm with the health endpoint before claiming an outage.
- **Pitfall:** Forgetting the log path. **F...
Details
- Author
- joshuaswarren
- Repository
- joshuaswarren/remnic
- Created
- 7 months ago
- Last Updated
- 3 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
remnic-recall
Search Remnic memories by natural-language query. Trigger phrases include "what do you remember about", "recall anything on", "have we discussed".
198 Updated 3 days ago
joshuaswarren AI & Automation Solid
remnic-search
Run a deep full-text search across every Remnic memory. Trigger phrases include "search memories for", "find anything about", "deep search".
198 Updated 3 days ago
joshuaswarren AI & Automation Featured
remnic-memory-workflow
Shared memory workflow for Remnic-connected agents — recall before acting, observe during work, remember at the end. Trigger phrases include "what do you remember about", "save this for later", "any context from last time".
198 Updated 3 days ago
joshuaswarren