โ† All skills
Tencent SkillHub ยท Productivity

seekdb

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/examples.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.8

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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

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.

Path Resolution (Do First)

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

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.jsonl. Format: JSONL โ€” one {"path": "...", "description": "...", "branch": "..."} per line (~1000 entries).

Step 2: Match Query

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

Step 3: Read Document (remote)

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.

Example

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.

Notes

Multi-version: Each catalog entry's branch field is used in the doc URL; some files exist only on a specific branch.

Category Overview

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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/examples.md Docs