Install
$ agentstack add skill-oceanbase-oceanbase-skills-seekdb ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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). It also supports vector search, hybrid search, and AI functions.
This is the entry point. Pick the sub-skill that matches the user's task.
Skill Index
| Sub-skill | Use When | |-----------|----------| | [install](install/SKILL.md) | Install / deploy SeekDB on a target machine — Homebrew, Docker, yum, apt, Windows MSI, or pip embedded. | | [build](build/SKILL.md) | Build SeekDB binaries and packages from source — macOS, Linux, Android (cross), Windows, Python wheel. | | [docs](docs/SKILL.md) | Look up SeekDB documentation (SQL syntax, vector/hybrid search, integrations, SDK APIs, deployment guides) via catalog-based search. | | [cli](cli/SKILL.md) | Use seekdb-cli to interact with a SeekDB/OceanBase instance from the shell — SQL, schema exploration, table profiling, vector collections, AI models. | | [importing](importing/SKILL.md) | Import CSV / Excel files into SeekDB, with optional column vectorization for semantic search. | | [querying](querying/SKILL.md) | Query a SeekDB collection — scalar (metadata) search, hybrid (fulltext + semantic) search, export to CSV / Excel. |
When to Use Which Sub-skill
| User says... | Go to | |--------------|-------| | "Install seekdb on my Mac / Linux / Windows" | [install](install/SKILL.md) | | "I want to use seekdb from Python" | [install](install/SKILL.md) — pip embedded mode | | "Build seekdb from source" / "make a release rpm/deb/tgz/apk/installer" | [build](build/SKILL.md) | | "How does seekdb's hybrid search / vector index / SQL function X work?" | [docs](docs/SKILL.md) | | "Connect to seekdb from shell" / "run SQL via CLI" / "list tables" / "profile this table" | [cli](cli/SKILL.md) | | "Import this CSV / Excel into seekdb" / "vectorize a column" | [importing](importing/SKILL.md) | | "Search this collection" / "filter by metadata" / "export search results to Excel" | [querying](querying/SKILL.md) | | "Deploy seekdb primary-standby with obd, do switchover/failover" | use the separate oceanbase-deploy/seekdb skill at [../oceanbase-deploy/seekdb/SKILL.md](../oceanbase-deploy/seekdb/SKILL.md). That skill is for obd-managed HA clusters; this skill is for the SeekDB product itself. |
Two Directions Under This Skill
The sub-skills naturally split into two directions — pick by what the user wants to do:
- Provisioning (
install,build) — get SeekDB running on a machine, or produce a build artifact. - Data plane (
docs,cli,importing,querying) — interact with a running SeekDB: look up documentation, run SQL, ingest data, search.
Default Ports
| Port | Purpose | |------|---------| | 2881 | MySQL protocol | | 2886 | HTTP / obshell |
References
- Product documentation:
- Software download center:
- Upstream ecology plugins (catalog source for
docs/):
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: oceanbase
- Source: oceanbase/oceanbase-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.