importing-to-seekdb

importing-to-seekdb is a skill for Claude Code from oceanbase/seekdb-ecology-plugins. It costs 144 tokens per session (1,579 once invoked), scanned A, original, Apache-2.0.

A tool for reading CSV and Excel spreadsheets and importing their rows into seekdb, a vector database that can search by meaning as well as exact text.

In plain words
What is it for?
Use it to inspect CSV or Excel data, create seekdb collections, import records, vectorize chosen columns, and delete collections.
Why use it?
It removes the manual work of previewing tabular files, creating collections, and loading their data into seekdb. Selected columns can be turned into vectors for semantic search.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the seekdb-plugin plugin — 4 skills shipped together

Good fit Use it to inspect CSV or Excel data, create seekdb collections, import records, vectorize chosen columns, and delete collections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add oceanbase/seekdb-ecology-plugins --skill importing-to-seekdb
Clone the repo
git clone --depth 1 https://github.com/oceanbase/seekdb-ecology-plugins

Made for: Claude Code.

Or install seekdb-plugin, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for importing-to-seekdb

README.md
[![agentmods](https://agentmods.dev/badge/skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb/github.svg)](https://agentmods.dev/skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb)
Your own site
<a href="https://agentmods.dev/skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb"><img src="https://agentmods.dev/badge/skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for importing-to-seekdb

Your own site · 80×15
<a href="https://agentmods.dev/skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb"><img src="https://agentmods.dev/badge/skills/oceanbase/seekdb-ecology-plugins/importing-to-seekdb.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00144 $0.01579
Opus 5 $0.00072 $0.00790
Sonnet 5 $0.00029 $0.00316
Haiku 4.5 $0.00014 $0.00158

Measured 10d ago against content hash 2ad50db48fe5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

importing-to-seekdb scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/import_to_seekdb.py, scripts/read_excel.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agent-skills/skills/importing-to-seekdb/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Import Data Files to seekdb

Read, preview, and import CSV or Excel files into seekdb vector database with optional column vectorization for semantic search. Also provides collection delete functionality.

Path Convention

Note: All paths in this document (e.g., scripts/, example-data/) are relative to THIS skill directory, not the project root.

Prerequisites

  • Python 3.10+ installed
  • Required packages:
pip install pyseekdb pandas openpyxl

Sample Data

Sample data files are provided in the example-data/ directory:

File Description
sample_products.csv Sample product data in CSV format
sample_products.xlsx Sample product data in Excel format

Quick Start

Use the provided scripts/import_to_seekdb.py script:

# Import with vectorization on Details column
python scripts/import_to_seekdb.py import example-data/sample_products.csv --vectorize-column Details

# Import without vectorization
python scripts/import_to_seekdb.py import example-data/sample_products.csv

# Import Excel with custom collection name
python scripts/import_to_seekdb.py import example-data/sample_products.xlsx -v Description -c my_products

# Delete a collection
python scripts/import_to_seekdb.py delete my_collection

Note: To list all collections, use query_from_seekdb.py list from the querying-from-seekdb skill.

Scripts

This skill provides the following scripts in the scripts/ directory:

Script Description
import_to_seekdb.py Main script with CLI interface for importing data and managing collections
read_excel.py Read and preview Excel files with detailed information

Available Commands

import_to_seekdb.py
Command Description
import <file> Import CSV/Excel file to seekdb with optional vectorization
delete <name> Delete a collection from seekdb
read_excel.py

Read and preview Excel files before importing:

Read the full file on GitHub · 166 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 166 lines · 144 tokens per session scan A 2ad50db48fe5

Subscribe to this mod's changes

importing-to-seekdb is a skill published in the GitHub repository oceanbase/seekdb-ecology-plugins (9 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 144 tokens to every session and 1,579 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.