using-xrpc-indexer

Queries cognition records via comind's network.search API with vector similarity across concepts, thoughts, memories, hypotheses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query and retrieve cognition records from the comind semantic search API, enabling targeted insights across thoughts, concepts, memories, and hypotheses.

Core Features & Use Cases

  • Semantic search across network.comind concepts, thoughts, memories, and hypotheses
  • Vector similarity lookup to surface related cognition records
  • Easy integration with the provided Python example to embed queries into apps and workflows

Quick Start

Ask the AI to perform a semantic search over the comind cognition index with a sample query such as memory architecture.

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 a semantic search over cognition records?

To perform semantic search over cognition records, query the network.comind search API to retrieve concepts, thoughts, memories, and hypotheses based on vector similarity to your target text.

What is vector similarity lookup for thoughts and memories?

Vector similarity lookup for thoughts and memories is a method to surface related cognition records by matching your query against an indexed dataset using semantic distance via the XRPC protocol.

How do I retrieve related concepts from the comind index?

Retrieve related concepts from the comind index by sending a query to the similarity endpoint, which matches your input against stored hypotheses and memories to return structured results.

Does the XRPC indexer support retrieving index statistics?

Yes, the XRPC indexer supports retrieving index statistics by exposing dedicated endpoints that return operational data and metrics alongside the search and similarity lookup functions.

Can I integrate semantic search results into downstream reasoning workflows?

You can integrate semantic search results into downstream reasoning workflows because the API returns structured data from the cognition index, ready for immediate processing in your applications.

What are the limitations of using XRPC for semantic search?

A limitation of using XRPC for semantic search is that retrieval is strictly bound to the network.comind index, meaning it only surfaces concepts, thoughts, memories, and hypotheses available within that specific dataset.