One signed binary. Every feature compiled in. Free to run. Install Crowkis →
← the Roost

Topic · 23 posts

Command reference

How to use every Crowkis command from the crowkis cli, one focused page at a time.

referenceJun 22, 2026· 3m

How to use CSET: store an answer the safe way

CSET writes an answer into the semantic cache, running the five-stage anti-poisoning pipeline before it accepts anything.

referenceJun 21, 2026· 3m

How to use CGET: a lookup that matches meaning

CGET finds a cached answer by meaning, not exact bytes, and can return the confidence behind the hit so you decide whether to trust it.

referenceJun 20, 2026· 3m

How to use CSIM: score how close two queries are

CSIM returns the semantic similarity between two strings, the primitive behind every hit decision, exposed so you can calibrate thresholds.

referenceJun 19, 2026· 3m

How to use CVECCOUNT: see how many vectors are live

CVECCOUNT returns the live entry count in the vector index, the quickest health signal for a semantic cache.

referenceJun 18, 2026· 3m

How to use CFLUSH: clear the semantic cache, by tenant

CFLUSH empties the semantic cache, globally, or scoped to a single tenant so one customer's reset doesn't touch another's.

referenceJun 17, 2026· 3m

How to use CTHINK and CREUSE: bank a chain of thought

CTHINK stores a reasoning trace as a reusable step graph; CREUSE fetches the matching plan for a new query at a fraction of the token cost.

referenceJun 16, 2026· 3m

How to use CSTALE: serve slightly-old, refresh behind it

CSTALE returns a cached answer even past its TTL, flagged as stale, so an expired entry is a snappy answer plus a refresh signal, not a cold miss.

referenceJun 15, 2026· 3m

How to use CINVALIDATE: purge by meaning, preview first

CINVALIDATE clears entries whose meaning matches a natural-language instruction, and previews exactly what it would remove until you add COMMIT.

referenceJun 14, 2026· 3m

How to use CWHYEVICT: ask why an entry would be dropped

CWHYEVICT explains the retention maths for an entry, recency, frequency, isolation, and cost, so eviction is auditable, not mysterious.

referenceJun 13, 2026· 3m

How to use CFLAG and CCHECKBAD: a memory for wrong answers

CFLAG records a known-bad answer in the negative cache; CCHECKBAD catches every paraphrase of the question that would reproduce it.

referenceJun 12, 2026· 3m

How to use CPIN: serve a human-approved answer verbatim

CPIN pins a golden answer that's served word-for-word for matching questions, with an audit trail of who approved it.

referenceJun 11, 2026· 3m

How to use CSOURCE: tie answers to their source and cascade-purge

CSOURCE links cache entries to the source they derived from, so when the source changes you can purge everything built on it in one move.

referenceJun 10, 2026· 3m

How to use CTOOLSET and CTOOLGET: cache a tool call

CTOOLSET caches a tool result keyed by tool plus exact arguments; CTOOLGET returns it, so a deterministic call runs once and serves many.

referenceJun 9, 2026· 3m

How to use CDOC: a RAG store in the CLI

CDOC adds documents with auto-chunking and metadata, then searches them with filters and optional reranking, no separate vector database.

referenceJun 8, 2026· 3m

How to use CSESSION: a conversation buffer with recall

CSESSION stores a multi-turn conversation, reads the recent window, and semantically searches the whole thing, so 'as I mentioned earlier' works.

referenceJun 7, 2026· 3m

How to use the CMEM commands: long-term agent memory

CMEMSET stores a fact scoped to (agent, user); CMEMGET recalls by meaning, recency-blended; consolidation retires contradictions automatically.

referenceJun 6, 2026· 3m

How to use CGUARD: scan input for prompt injection

CGUARD checks a prompt for jailbreaks and injections, normalizing leetspeak and zero-width tricks first, and returns a verdict, category, and match.

referenceJun 5, 2026· 3m

How to use COUTCHECK: scan output for leaks before you send it

COUTCHECK scans a response for PII and toxicity, optionally validating JSON, and returns the entities found so you can redact, block, or regenerate.

referenceJun 4, 2026· 3m

How to use CEVAL: grade output without a second model

CEVAL runs deterministic evaluators, toxicity, PII, relevance, JSON validity and more, over an input/output pair, and tracks the results on /metrics.

referenceJun 3, 2026· 3m

How to use CPROMPT: version and A/B test prompts

CPROMPT stores named prompt templates with versioning, variable rendering, sticky A/B splits, and rollback, all from the CLI, all surviving restart.

referenceJun 2, 2026· 3m

How to use CBUDGET: read per-tenant spend and alerts

CBUDGET reports token and dollar consumption per tenant in real time, and surfaces the tenants approaching or crossing their thresholds.

referenceJun 1, 2026· 3m

How to use CDEDUP: collapse near-duplicate answers

CDEDUP finds entries that mean the same thing and collapses them, reporting clusters and memory reclaimed, best run as off-peak maintenance.

referenceMay 31, 2026· 3m

How to use CINFO: the Crowkis-flavoured INFO

CINFO returns server, cache, savings, security, db, and license sections in one call, the fastest read on what the cache is doing right now.