DEV Community

Jinzhi Chen
Jinzhi Chen

Posted on

Give Your AI Assistant a DolphinDB Brain — Install Agent Skills in 30 Seconds

🧠 The 30-Second Install

pip install dolphindb-agent-skills
dolphindb-agent-skills
Enter fullscreen mode Exit fullscreen mode

Pick your AI tool → confirm → done. That's it.

🤔 What This Actually Does

AI coding assistants (Claude Code, Cursor, etc.) are amazing — until you ask them about niche tools like DolphinDB. Then they start hallucinating APIs and inventing syntax.

dolphindb-agent-skills gives them an offline knowledge base with:

Coverage Details
🔤 Script Syntax All DolphinDB built-in functions
📊 SQL & Analytics Time-series queries, window calculations
🌊 Stream Processing Real-time streaming pipelines
📡 APIs Python / Java / C++ SDK references
🔧 Admin Deployment, performance tuning, security

🛠️ Works With

Claude Code, Cursor, Trae, GitHub Copilot, Hermes, OpenCode, Codex, pi — and more.

✨ Why Offline Matters

  • 🔒 No data leaves your machine
  • ⚡ Instant responses (no API latency)
  • 🎯 Always up-to-date with your local docs
  • 💰 Completely free and open source

📦 Install

pip install dolphindb-agent-skills
dolphindb-agent-skills
Enter fullscreen mode Exit fullscreen mode

Windows users: if the command isn't found, run python -m dolphindb_skill_installer.

🔗 Links

Top comments (0)