DolphinDB Agent Skills installer — install DolphinDB knowledge skills into your AI coding agent (Claude Code, Cursor, Trae, etc.)
Project description
DolphinDB Agent Skills
简体中文 | English
Offline DolphinDB knowledge skills for AI coding agents (Claude Code, Cursor, Trae, Hermes, and more).
🧩 Overview
This project bundles DolphinDB documentation as Agent Skills so your AI coding assistant can answer DolphinDB questions and write correct code — no internet required, no runtime dependencies.
Covers:
- DolphinDB scripting language syntax and built-in functions
- SQL queries, time-series analytics, stream computing
- Distributed table (DFS) design and best practices
- Python / Java / C++ API reference
- Data ingestion, performance tuning, and administration
📦 Included Skills
| Skill | Description |
|---|---|
dolphindb |
Full offline DolphinDB knowledge base with high-frequency code snippets and API quick-reference |
🚀 Quick Start
Option 1 — Install from PyPI (recommended)
pip install dolphindb-agent-skills
dolphindb-agent-skills
Windows / PATH issue? If your shell says
dolphindb-agent-skills: command not found(or'dolphindb-agent-skills' is not recognizedon Windows) — this means pip installed the executable into aScriptsdirectory that is not on yourPATH. Just run it as a Python module instead, which always works:python -m dolphindb_skill_installerAlternatively, install via pipx (it handles PATH automatically):
pipx install dolphindb-agent-skills
The interactive installer will ask you to:
- Select your AI coding tool (Claude Code / Cursor / Trae / Hermes / …)
- Confirm the install directory (project-level or global)
- Pick skills and install with one confirmation
Option 2 — Manual install
git clone https://github.com/dolphindb/dolphindb-agent-skills.git
# Example: install into Claude Code
cp -r dolphindb-agent-skills/skills/dolphindb .claude/skills/
🛠️ Supported Tools
| Tool | Skills directory | Scope |
|---|---|---|
| Claude Code | .claude/skills/ |
project |
| Cursor | .cursor/skills/ |
project |
| Trae | .trae/skills/ |
project |
| OpenCode | .opencode/skills/ |
project |
| GitHub Copilot | .github/skills/ |
project |
| Codex | .agents/skills/ |
project |
| OpenClaw | ~/.openclaw/workspace/skills/ |
global |
| Qoder | .qoder/skills/ |
project |
| Antigravity (workspace) | .agent/skills/ |
project |
| Antigravity (global) | ~/.agent/skills/ |
global |
| Hermes | ~/.hermes/skills/database/ |
global |
📂 Project Structure
dolphindb-agent-skills/
├── plugin.json # Claude Code marketplace metadata
├── pyproject.toml # Python package config
├── upload_to_pypi.py # Build & publish helper
├── skills/
│ └── dolphindb/
│ ├── SKILL.md # ★ Skill entry (trigger + doc index)
│ └── docs/ # Offline documentation library
│ ├── 00.overview.md
│ ├── 01.quick-start.md
│ ├── 02.data-types.md
│ ├── ...
│ └── 14.admin.md
└── src/
└── dolphindb_skill_installer/
├── __init__.py
└── main.py # Interactive installer CLI
🔧 Contributing
Update documentation
Edit or add Markdown files in skills/dolphindb/docs/. Update the index table in SKILL.md accordingly.
Build and publish
# Requires uv (https://docs.astral.sh/uv/)
uv run upload_to_pypi.py # build only
uv run upload_to_pypi.py --upload # build + upload to PyPI
📄 License
Apache License 2.0
🔗 Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dolphindb_agent_skills-0.2.2.tar.gz.
File metadata
- Download URL: dolphindb_agent_skills-0.2.2.tar.gz
- Upload date:
- Size: 4.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01ec551d4f41950ca1d9b9b4f68f8851c88ba48a716c7ab7138d3395d0eb0d23
|
|
| MD5 |
31ec8e6dd09d88c04604f8cd70e64c2f
|
|
| BLAKE2b-256 |
61148139c755811be7a303233fa8133be3c852223a7f90da70ca21dfc42f5ed4
|
File details
Details for the file dolphindb_agent_skills-0.2.2-py3-none-any.whl.
File metadata
- Download URL: dolphindb_agent_skills-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ea24295df22a42ab5360e4445df6ac37c19d4e4249383e162d523ab1066691
|
|
| MD5 |
4503a6d64b9be316e467c781845f6f96
|
|
| BLAKE2b-256 |
3ad3ac202c17552b2c2ca323f0b241c51e5d86c71e00968adeac315ec9672992
|