seekdb-cli
Installation
SKILL.md
seekdb-cli — AI-Agent Database CLI
A command-line client designed for AI Agents. All output is JSON-structured, stateless, with built-in safety guardrails.
Prerequisites
Check if seekdb-cli is installed (either command works—they share the same entry point):
seekdb --version
# or, aligned with PyPI package name / for `which`-style checks:
seekdb-cli --version
If not installed, choose the method that matches your environment:
Recommended — pipx (works globally without polluting system Python):