Seekdb

Dev Tools

Overview skill for OceanBase SeekDB. Routes to specialized skills for installing/deploying SeekDB on a target machine and for building SeekDB from source. Use as a starting point when the user mentions seekdb, pyseekdb, "install seekdb", "build seekdb", or wants a lightweight standalone OceanBase-compatible database. For obd-managed seekdb deployments and primary-standby HA, see the separate oceanbase-deploy/seekdb skill instead.

Install

openclaw skills install seekdb

SeekDB

SeekDB is a lightweight OceanBase-compatible database that can run as a standalone server (Homebrew / Docker / yum / apt / Windows MSI) or as an embedded Python module (pyseekdb).

This is the entry point. Use the specialized skills below for specific tasks.

Skill Index

SkillUse When
installInstall / deploy SeekDB on a target machine — Homebrew, Docker, yum, apt, Windows MSI, or pip embedded.
buildBuild SeekDB binaries and packages from source — macOS, Linux, Android (cross), Windows, Python wheel.

When to Use Which Skill

  • "Install seekdb on my Mac / Linux / Windows" → install
  • "I want to use seekdb from Python" → install, pip embedded mode
  • "Build seekdb from source" / "make a release rpm/deb/tgz/apk/installer" → build
  • "Deploy seekdb primary-standby with obd, do switchover/failover" → use the separate oceanbase-deploy/seekdb skill (lives under ../oceanbase-deploy/seekdb/SKILL.md). That skill is for obd-managed clusters; this skill is for the SeekDB product itself.

Default Ports

PortPurpose
2881MySQL protocol
2886HTTP / obshell

References