tokst-memory
Installation
SKILL.md
TokST Memory Skill
TokST is a cloud-first memory system. Data lives in Supabase PostgreSQL (with pgvector for semantic search); files attach via Cloudflare R2. Memories are organized by workspaces → atlases (knowledge bases), scoped per user via RLS, and shared across every agent and machine that logs in with the same API key.
You (an AI agent) can use TokST as your long-term memory: load context at the start of a session, search before deciding, and record durable knowledge after doing work.
Quick Install (run once per machine)
# 1. Install the checksum-verified standalone CLI and authorize in the browser
curl -fsSL https://tokst.com/install.sh | bash