Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

oceanbase-sql-dococeanbase SQL DOC 开发

Agent Skill

用于辅助数据库表结构、查询语句、迁移脚本和数据维护任务。它适合让 Agent 分析 schema、编写 SQL、排查查询问题、整理索引或生成迁移建议。使用时需要明确数据库类型、连接环境和目标表,区分只读分析与写入变更;涉及删除、更新、迁移和批量导入时,应优先 dry-run、备份或事务保护,避免误操作。

总安装

416

周安装

17

GitHub Stars

6

下载量

133
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:oceanbase-sql-doc(oceanbase SQL DOC 开发)
来源仓库:https://github.com/amber-moe/oceanbase-doc-skills
仓库路径:skills/oceanbase-sql-doc
安装命令:
npx skills add https://github.com/amber-moe/oceanbase-doc-skills --skill oceanbase-sql-doc
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/amber-moe/oceanbase-doc-skills --skill oceanbase-sql-doc

简介

用于辅助数据库表结构、查询语句和迁移脚本编写,适合分析 schema 和排查查询问题。

  • 适用于 OceanBase 数据库开发、索引整理和迁移建议生成等场景。
  • 使用时需明确数据库类型和连接环境,区分只读分析与写入变更。
  • 涉及删除、更新或批量导入时,应优先 dry-run 或事务保护,避免误操作。
  • oceanbase-sql-doc 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

OceanBase SQL Documentation Skill

This skill provides guidelines for writing OceanBase database SQL statement documentation following the official documentation standards.

When to use

Use this skill when:

  • Writing SQL statement reference documentation
  • Editing existing SQL documentation
  • Creating examples for SQL statements
  • Formatting SQL syntax documentation

Document structure

Meta information table

All documents must start with a meta information table (not YAML frontmatter):

Description
description文档的内容描述。注意:句尾需要统一加句号。
keywords关键词,多个关键词之间用英文逗号隔开
dir-name这里填写希望在国内站文档中心目录上展示的名称
dir-name-en这里填写希望在海外站文档中心目录上展示的名称
tenant-typeMySQL Mode 或 Oracle Mode(两种模式均适用则不填写)
ddl-typeOnline DDL 或 Offline DDL(仅适用于内核 SQL 语句相关文档)
machine-translation标识机器翻译的文档(如有)

Default: Only fill in necessary fields (description, keywords). Fill tenant-type only when applicable.

Standard sections

  1. Purpose - Brief description of what the statement does
  2. Syntax - SQL syntax definition (without semicolon)
  3. Parameters - Parameter descriptions in table format
  4. Examples - Executable SQL examples with results
  5. References - Links to related documentation

Formatting rules

Syntax section

  • Syntax definitions end WITHOUT semicolons
  • Syntax is for format/structure explanation, not executable statements
  • Use code blocks with sql language tag

Example:

ALTER SYSTEM KILL SESSION 'session_id, serial#';

Examples section

SQL Statements:

  • Prefix SQL statements with obclient> or obclient [SCHEMA]> prompt
  • Include semicolons in executable statements
  • Place SQL statements in separate code blocks

Query Results:

  • Place query results in separate code blocks
  • Connect SQL and results with text like "查询结果如下:" or "Query results:"
  • Do NOT include "Query OK" messages unless helpful
  • Do NOT include "Query OK, 0 rows affected" or similar unless meaningful

Example Format:

obclient [KILL_USER]> SHOW PROCESSLIST;

查询结果如下:

+------------+-----------+----------------------+-----------+---------+------+--------+------------------+
| ID         | USER      | HOST                 | DB        | COMMAND | TIME | STATE  | INFO             |
+------------+-----------+----------------------+-----------+---------+------+--------+------------------+
| 3221487726 | KILL_USER | 100.xx.xxx.xxx:34803 | KILL_USER | Query   |    0 | ACTIVE | SHOW PROCESSLIST |
+------------+-----------+----------------------+-----------+---------+------+--------+------------------+
1 row in set

Naming conventions

  • Use meaningful names in examples (not simple names like t1, tg1)
  • Table groups: order_tg, product_tg
  • Tables: order_table, user_info
  • Databases: Use business-meaningful names
  • This helps users understand real-world application scenarios

Notice boxes

说明 (Explain):

注意 (Notice):

Spacing rules

  • Space between title and body text
  • Space between body text and code blocks/tables
  • Space between sections

Quality checklist

Before finalizing documentation:

  • Meta information table is properly formatted
  • Syntax section has no semicolons
  • Examples use obclient> prefix
  • SQL statements and results are in separate code blocks
  • Example names are meaningful and business-oriented
  • Notice boxes use correct format
  • Proper spacing throughout document
  • No unnecessary "Query OK" messages
  • All code blocks have appropriate language tags

Common patterns

Parameter tables

Use table format for parameters:

ParameterDescription
session_idThe Client Session ID of the current session. This ID is the unique identifier of the session in the client. NoteYou can execute the SHOW PROCESSLIST; or SHOW FULL PROCESSLIST statement to view the session_id.

Reference links

Format references as:

For more information about how to query the quantity and IDs of sessions in the current database, see [View tenant sessions](../../../../../1200.database-proxy/1500.view-tenant-sessions.md).

Testing against test cases

When sql_parser files and test cases differ:

  • Always follow test cases - they reflect actual production functionality
  • Test cases show what users can actually use
  • Document the real, working syntax, not theoretical parser definitions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.45%
按下载量换算50

Claude

30.4%
按下载量换算40

Cursor

18.94%
按下载量换算25

Gemini CLI

9.78%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills