indykite

25 mods across 1 repository, 4 stars between them.

indykite-skills

02

indykite/skills

Plugin Claude Code

IndyKite skills for coding agents — Agent Gateway deployment, MCP server calls, KBAC authorization policy authoring and lifecycle, AuthZEN decisions and search (single evaluation, batch evaluations, action / resource / subject search), Capture API ingests and deletes (nodes, relationships, properties, property…

4 yesterday A tokens not measured original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Deploy and configure IndyKite Agent Gateway (IAG) in front of agent-to-agent (A2A) workflows or MCP servers. Use when wiring up A2A or MCP policy enforcement, modeling workflows in the IKG, or debugging IAG 401/403 responses.

4 yesterday A 64 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Make a single KBAC authorization decision via the IndyKite AuthZEN REST API (POST /access/v1/evaluation) - returns a boolean decision for one (subject, action, resource) triple, optionally with per-request context.inputparams. Use for a single yes/no question - "can ada PROVISION gpu-node-7?", "is this user allowed to…

4 yesterday A 197 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Run many KBAC authorization decisions in one call via the IndyKite AuthZEN REST API (POST /access/v1/evaluations), with top-level subject/action/resource/context as defaults overridden per entry; returns one decision per entry, in order. Use when checking a known, fixed set of checks at once - one subject against many…

4 yesterday A 184 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Author and manage an IndyKite KBAC (Knowledge-Based Access Control) authorization policy - a single subject type, an actions list, a single resource type, and a Cypher condition over the IKG - through the Config API (/configs/v1/authorization-policies - create / read / list ?type=kbac / update / delete, ETag-guarded).…

4 yesterday A 267 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

List the actions a subject is allowed to perform on a resource via the IndyKite AuthZEN REST API (POST /access/v1/search/action) - returns the granted action names for one pinned (subject, resource) pair. Use to enumerate permitted operations - "what can linus do with gpu-node-7?", "which actions does this user have…

4 yesterday A 166 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

List the resources a subject is allowed to perform a given action on via the IndyKite AuthZEN REST API (POST /access/v1/search/resource) - given a subject and an action, returns the matching resource instances of a type. Use to enumerate permitted resources - "which servers can linus provision?", "list the documents…

4 yesterday A 175 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

List the subjects allowed to perform a given action on a resource via the IndyKite AuthZEN REST API (POST /access/v1/search/subject) - given a resource and an action, returns the matching subject instances of a type. Use to enumerate who has access - "who can provision gpu-node-7?", "list the people allowed to approve…

4 yesterday A 159 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch node-property delete (POST /capture/v1/nodes/properties/delete) - a nodes array (1-250 per request) where each entry names a node (externalid + type) and the propertytypes (1-250 names) to strip from it; the node itself survives. On composite IKGs an…

4 yesterday A 227 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch property-metadata delete (POST /capture/v1/nodes/properties/metadata/delete) - a nodes array (1-250 per request) where each entry names a node (externalid + type), one propertytype, and the metadatafields (1-250, e.g. source, assurancelevel, verifiedtime…

4 yesterday A 228 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch node delete (POST /capture/v1/nodes/delete) - a nodes array (1-250 per request) of {externalid, type} references, each removing one whole node from the IndyKite Knowledge Graph (IKG); on composite IKGs an optional per-node location routes the delete to the…

4 yesterday A 196 tokens copy · 86% Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch relationship-property delete (POST /capture/v1/relationships/properties/delete) - a relationships array (1-250 per request), each entry identifying a relationship by source node, target node (each externalid + type), and relationship type, plus the…

4 yesterday A 231 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch relationship delete (POST /capture/v1/relationships/delete) - a relationships array (1-250 per request), each entry identifying a relationship by source node, target node (each externalid + type), and relationship type; on composite IKGs setting the…

4 yesterday A 233 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch node upsert (POST /capture/v1/nodes) - a nodes array (1-250 per request) of entities, each with externalid, type, optional isidentity / labels / location, and typed properties (values, external-data references, and per-property metadata such as source…

4 yesterday A 208 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Build the request-body JSON for the IndyKite Capture API batch relationship upsert (POST /capture/v1/relationships) - a relationships array (1-250 per request), each entry connecting a source node to a target node (by externalid + type) with a relationship type and optional typed properties; on composite IKGs setting…

4 yesterday A 216 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Author an IndyKite ContX IQ (CIQ) policy plus its Knowledge Query that sets one or more properties on an existing node in the IndyKite Graph (IKG), then run it via POST /contx-iq/v1/execute. Use when adding a brand-new property, overwriting an existing one, or attaching property metadata - no node creation, no…

4 yesterday A 91 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Author an IndyKite ContX IQ (CIQ) policy plus its Knowledge Query that sets one or more properties on an existing relationship in the IndyKite Graph (IKG), then run it via POST /contx-iq/v1/execute. Use when adding a brand-new property, overwriting an existing one, or attaching property metadata on a relationship…

4 yesterday A 102 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Author an IndyKite ContX IQ (CIQ) policy plus its Knowledge Query that creates a brand-new node AND links it to one or more existing nodes via new relationships in a single POST /contx-iq/v1/execute call. Use when ingesting a new entity that must be wired into the IKG atomically - combines node creation and…

4 yesterday A 90 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Author an IndyKite ContX IQ (CIQ) policy plus its Knowledge Query that creates a brand-new node in the IndyKite Graph (IKG), then run it via POST /contx-iq/v1/execute. Use when ingesting a new entity through CIQ - no relationship creation, no updates to existing nodes, no deletes.

4 yesterday A 81 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Author an IndyKite ContX IQ (CIQ) policy plus its Knowledge Query that creates a brand-new relationship between two existing nodes in the IndyKite Graph (IKG), then run it via POST /contx-iq/v1/execute. Use when wiring two existing entities together through CIQ - no new nodes, no relationship updates, no deletes.

4 yesterday A 84 tokens original Apache-2.0

indykite-ciq-delete

22

indykite/skills

Skill Claude CodeCodex

Author an IndyKite ContX IQ (CIQ) policy plus its Knowledge Query that deletes a node, a relationship, or one or more properties from the IndyKite Graph (IKG), then run it via POST /contx-iq/v1/execute. Use when removing data through CIQ - three modes (whole node, whole relationship, individual property) sharing the…

4 yesterday A 91 tokens original Apache-2.0

indykite-ciq-read

23

indykite/skills

Skill Claude CodeCodex

Author a read-only IndyKite ContX IQ (CIQ) policy plus its Knowledge Query, then run it via POST /contx-iq/v1/execute. Use when exposing IKG nodes, relationships, or aggregate values as a parameterized read query - no upserts, no deletes.

4 yesterday A 69 tokens original Apache-2.0

indykite/skills

Skill Claude CodeCodex

Read the observed data schema of the IndyKite Knowledge Graph (IKG) via the Data Schema REST API (GET /data-schema/v1/) - a JGFv2 document listing every node type with its properties, value-type tallies, and labels, plus every (source, relation, target) relationship combination, with occurrence counts but never the…

4 yesterday A 180 tokens original Apache-2.0