Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
seekdb database documentation lookup. Use when users ask about seekdb features, SQL syntax, vector search, hybrid search, integrations, deployment, or any seekdb-related topics. Automatically locates relevant docs via catalog-based semantic search.
seekdb database documentation lookup. Use when users ask about seekdb features, SQL syntax, vector search, hybrid search, integrations, deployment, or any seekdb-related topics. Automatically locates relevant docs via catalog-based semantic search.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Provides access to ~1000 seekdb documentation entries through a catalog-based search system. Remote-only mode: this skill ships only the catalog; doc content is always loaded from public documentation URLs (no local seekdb-docs/).
This skill is documentation-only. It does not execute code or run scripts. The agent reads the local catalog (one JSONL file) and fetches doc content from public read-only URLs. No credentials, no installs, no subprocess calls.
Documentation versions covered: V1.0.0, V1.1.0 (merged, latest takes priority) Latest version: V1.1.0 The branch field in catalog entries indicates which Git branch hosts the file (used for remote fallback URLs only). It does NOT indicate which seekdb version the content applies to โ many docs apply to all versions. If the user asks about a specific seekdb version, note that this documentation set reflects the latest available content and may not distinguish version-specific differences.
Read this SKILL.md to get its absolute path and extract the parent directory as <skill_dir> Catalog (required): <skill_dir>references/seekdb-docs-catalog.jsonl If missing locally, load from: https://raw.githubusercontent.com/oceanbase/seekdb-ecology-plugins/main/agent-skills/skills/seekdb/references/seekdb-docs-catalog.jsonl
Keyword search (preferred for most queries) Search the catalog file for lines containing the query keywords. File: <skill_dir>references/seekdb-docs-catalog.jsonl. Each line is one JSON object with path, description, and branch. Match by keyword or meaning. Full catalog (when needed): same file as above, or fetch https://raw.githubusercontent.com/oceanbase/seekdb-ecology-plugins/main/agent-skills/skills/seekdb/references/seekdb-docs-catalog.jsonl. Format: JSONL โ one {"path": "...", "description": "...", "branch": "..."} per line (~1000 entries).
Extract path, description, and branch from search results Select entries whose descriptions best match the query semantically (match by meaning, not just keywords) Consider multiple matches for comprehensive answers
Fetch the document from the public docs URL (no local doc files in this package): URL: https://raw.githubusercontent.com/oceanbase/seekdb-doc/[branch]/en-US/[path] [branch] and [path] come from the catalog entry (e.g. V1.0.0, V1.1.0). Some files exist only on a specific branch.
Query: "How to integrate with Claude Code?" 1. Search catalog: look for lines containing "claude code" in <skill_dir>references/seekdb-docs-catalog.jsonl 2. Match: {"path": "300.integrations/300.developer-tools/700.claude-code.md", "description": "This guide explains how to use the seekdb plugin with Claude Code...", "branch": "V1.0.0"} 3. Fetch doc: https://raw.githubusercontent.com/oceanbase/seekdb-doc/V1.0.0/en-US/300.integrations/300.developer-tools/700.claude-code.md See examples.md for more complete workflow examples.
Multi-version: Each catalog entry's branch field is used in the doc URL; some files exist only on a specific branch.
Get Started: Quick start, basic operations, overview Development: Vector search, hybrid search, AI functions, MCP, multi-model Integrations: Frameworks, model platforms, developer tools, workflows Guides: Deployment, management, security, OBShell, performance Reference: SQL syntax, PL, error codes, SDK APIs Tutorials: Step-by-step scenarios
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.