TopRank Skills

Home / Claw Skills / Git / GitHub / seekdb-docs
Official OpenClaw rules 54%

seekdb-docs

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 seekdb-docs 技能。 若已安装,则直接安装 seekdb-docs 技能。

Overview

Skill Key
davidzhangbj/seekdb-docs
Author
davidzhangbj
Source Repo
openclaw/skills
Version
-
Source Path
skills/davidzhangbj/seekdb-docs
Latest Commit SHA
bc0c386cd562dce110fd86b5a5d3c7fce4f5cf61

Extracted Content

SKILL.md excerpt

# seekdb Documentation

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/`).

## Scope and behavior

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.

## Version Info

<!-- AUTO-UPDATED — do not edit manually -->
- **Documentation versions covered**: V1.0.0, V1.1.0 (merged, latest takes priority)
- **Latest version**: V1.1.0
<!-- END AUTO-UPDATED -->
- 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.

## Path Resolution (Do First)

1. Read this SKILL.md to get its absolute path and extract the parent directory as `<skill_dir>`
2. 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`

## Workflow

### Step 1: Search Catalog

**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....

Related Claw Skills