ns-status

Verify Neuralscape memory service connectivity and operational health.

5|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ehfazrezwan/neuralscape --skill ns-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ns-status
Source: https://github.com/ehfazrezwan/neuralscape/tree/main/neuralscape-plugin/skills/ns-status
Command: npx skills add https://github.com/ehfazrezwan/neuralscape --skill ns-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork of troubleshooting Neuralscape memory service issues, giving you immediate clarity on service reachability, configuration, and background write processing without manual API checks or log digging.

Core Features & Use Cases

  • Cross-platform connectivity check: Confirms MCP connector reachability for both Claude Code and Claude Cowork environments.
  • Background queue monitoring: Shows pending write depths for main, graph, and ingest queues to confirm if memory processing is caught up.
  • Local service health probe: Runs a deep readiness check of backing stores (Redis, vector store, graph store) when running in Claude Code with a configured service URL.
  • Use Case: After deploying a new Neuralscape instance or updating plugin settings, use this Skill to immediately confirm the service is reachable, memory writes are processing, and all backing dependencies are healthy.

Quick Start

Ask the AI to check if Neuralscape is working to receive a full status report of connectivity, queue health, and active service configuration.

Frequently Asked Questions about ns-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Neuralscape memory service connectivity in Claude Code?

To check Neuralscape memory service connectivity, use a read-only status probe that verifies MCP connector reachability and local REST health for Claude Code environments without modifying system state. It confirms if the service is actively responding.

What is a Neuralscape health probe and when do I need it?

A Neuralscape health probe is a read-only diagnostic check that validates memory service reachability and operational health for AI agent workflows. You need it when troubleshooting connectivity issues or confirming system readiness after deployment.

How can I monitor background memory write queue status for AI agents?

You can monitor background memory write queue status by checking pending write depths for main, graph, and ingest queues. This read-only status check confirms whether memory processing is caught up or experiencing delays.

Does the Neuralscape status check work with both Claude Code and Claude Cowork?

Yes, the Neuralscape status check works across both Claude Code and Claude Cowork environments. It verifies MCP connector reachability and runs local service health probes without requiring manual API checks or log digging.

How do I validate local Neuralscape backing store configuration?

To validate local Neuralscape backing store configuration, run a deep readiness check that probes Redis, vector store, and graph store dependencies. This confirms all backing dependencies are healthy and properly configured.

Why is my Neuralscape memory service not writing data during AI workflows?

If your Neuralscape memory service is not writing data, check the background queue status for pending write depths in main, graph, and ingest queues. A backed-up queue indicates memory processing is delayed or caught up.