← Back to Skills Marketplace
twacqwq

TurboQuant Context

by Twacqwq · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install turboquant
Description
Compress conversation context into a TurboQuant vector store inside OpenClaw memory, then retrieve the most relevant entries on demand to stay within token b...
Usage Guidance
This skill is coherent with its stated purpose, but check a few practical things before installing: (1) ensure the 'uv' CLI you provide is a trusted implementation (inspect the upstream repo https://github.com/openclaw/openclaw-turboquant if you want to review code), (2) be aware the skill will create and read files under ~/.openclaw/memory/, so avoid placing highly sensitive data there unless you accept local persistence, (3) embeddings must be produced by you and saved as .npy files the tool will read—confirm your workflow for generating and securing those files, and (4) if you need stricter privacy, consider encrypting the memory directory or using ephemeral session IDs so the store does not persist across restarts.
Capability Analysis
Type: OpenClaw Skill Name: turboquant Version: 0.1.0 The turboquant skill is a utility for managing conversation context through vector embeddings and local storage. It provides standard commands (ingest, assemble, compact) for RAG-style context management and uses the 'uv' package manager to execute its operations. All data storage is confined to the local directory (~/.openclaw/memory/), and the instructions in SKILL.md are purely functional without any signs of malicious prompt injection, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (compress conversation context into a compressed vector store) match the instructions: ingest, assemble, compact, and store-info commands all operate on a local store path. The declared dependency ('uv') is the only external requirement and matches the CLI invocations shown.
Instruction Scope
SKILL.md only instructs the agent to run the uv CLI against a local store and local .npy/.npz files, and to persist data under ~/.openclaw/memory/turboquant-$OPENCLAW_SESSION_ID. It does not ask the agent to read unrelated system files, call external web endpoints, or exfiltrate data. It does assume the caller produces embeddings and places them in files the tool will read.
Install Mechanism
There is no install spec (instruction-only), so nothing will be downloaded or written by the skill itself. The only runtime requirement is that a trusted 'uv' binary be available on PATH; the skill also mentions running 'uv sync' once — this is an operational note but not an installer.
Credentials
No environment variables, credentials, or config paths are required by the skill. It references $OPENCLAW_SESSION_ID and $TURN_NUMBER as context-derived names for store paths/ids, which is proportionate to maintaining per-session memory.
Persistence & Privilege
The skill persists a store under the user's home (~/.openclaw/memory/...), which is expected for a memory compression tool. always is false and autonomous invocation is allowed (platform default). Persistence across restarts is a design choice appropriate for the stated purpose but users should be aware data will be stored on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install turboquant
  3. After installation, invoke the skill by name or use /turboquant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: - MSE quantization for vector reconstruction - Product quantization for inner-product estimation - Context store with ingest/assemble/compact lifecycle - CLI tools: benchmark, compress, retrieve
Metadata
Slug turboquant
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TurboQuant Context?

Compress conversation context into a TurboQuant vector store inside OpenClaw memory, then retrieve the most relevant entries on demand to stay within token b... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install TurboQuant Context?

Run "/install turboquant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TurboQuant Context free?

Yes, TurboQuant Context is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TurboQuant Context support?

TurboQuant Context is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TurboQuant Context?

It is built and maintained by Twacqwq (@twacqwq); the current version is v0.1.0.

💬 Comments