using-xrpc-indexer

Query the network.comind semantic index for cognition records via /xrpc/network.comind.search.query endpoint.

23|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/cpfiffer/central --skill using-xrpc-indexer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-xrpc-indexer
Source: https://github.com/cpfiffer/central/tree/main/.skills/using-xrpc-indexer
Command: npx skills add https://github.com/cpfiffer/central --skill using-xrpc-indexer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable rapid retrieval of relevant cognition records (concepts, memories, thoughts, hypotheses) using a unified semantic search API over the network.comind collections.

Core Features & Use Cases

  • Vector similarity search across network.comind.* records for quick discovery of related ideas.
  • Retrieve concepts, memories, thoughts, and hypotheses with a single API call.
  • Use cases include surfacing related memories for context, validating hypotheses, and connecting concepts across sessions.

Quick Start

Send a GET request to /xrpc/network.comind.search.query with your query and an optional limit to retrieve matching cognition records.

Frequently Asked Questions about using-xrpc-indexer

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

FAQPage Schema
How do I perform semantic search over cognition records using an API?

Semantic search over cognition records is performed by querying the network.comind semantic index via the /xrpc/network.comind.search.query endpoint. You provide a query and an optional limit to retrieve matching concepts, thoughts, memories, and hypotheses using vector-based similarity.

What is vector similarity search for network.comind collections?

Vector similarity search for network.comind collections is a retrieval mechanism that matches user queries against cognition records based on semantic relatedness. It enables rapid discovery of connected ideas across concepts, memories, thoughts, and hypotheses within a unified API.

Can I retrieve concepts and memories from network.comind in a single API call?

Yes, you can retrieve concepts, memories, thoughts, and hypotheses from network.comind in a single API call. By querying the /xrpc/network.comind.search.query endpoint, the semantic index returns structured results across all these cognition record types simultaneously.

How do I limit the number of results returned by an XRPC semantic search query?

To limit the number of results returned by an XRPC semantic search query, you include an optional limit parameter in your GET request to the /xrpc/network.comind.search.query endpoint. This adjusts the volume of matching cognition records retrieved.

What are the use cases for searching cognition records with vector-based similarity?

Use cases for searching cognition records with vector-based similarity include surfacing related memories for context, validating hypotheses, and connecting concepts across different sessions. The structured results are suitable for integration into downstream analytics pipelines.

Does the network.comind XRPC search endpoint return structured data for analytics pipelines?

Yes, the network.comind XRPC search endpoint returns structured results suitable for downstream processing and integration into analytics pipelines. This allows retrieved concepts, memories, thoughts, and hypotheses to be systematically consumed by data tools.