indykite-ciq-read

Installation
SKILL.md

IndyKite ContX IQ - read-only policy + Knowledge Query

ContX IQ (CIQ) is IndyKite's context-aware data layer over the IKG — IndyKite's knowledge graph, a property-graph database queried with Cypher (the Neo4j / openCypher graph query language). A CIQ policy declares what graph elements may be touched and under what conditions; a CIQ Knowledge Query declares what to do with them; an execution call runs the Knowledge Query at runtime with concrete parameter values.

This skill covers the read-only path:

  • A policy whose condition.cypher matches nodes and relationships and whose allowed_reads whitelists the variables the Knowledge Query may return.
  • A Knowledge Query that lists those variables in nodes, relationships, and/or aggregate_values.
  • An execute call that supplies values for the policy's partial filters ($variable) and returns the rows.

allowed_upserts and allowed_deletes are intentionally out of scope here - leave them out entirely for read-only use.

When to use

Activate this skill when the user:

Installs
27
Repository
indykite/skills
First Seen
May 19, 2026
indykite-ciq-read — indykite/skills