Installation
How to install and configure deepseek-kit in your project.
Prerequisites
- Node.js >= 18.0.0
- DeepSeek API key (obtain one at platform.deepseek.com)
Install Package
Configure API Key
Create a .env file in your project root:
The createModel function automatically reads the DEEPSEEK_API_KEY environment variable.
Alternatively, you can pass the API key directly:
Verify Installation
Create a simple script to verify the installation:
Install Skills
Skills are domain-specific knowledge packages for AI coding assistants. They help your AI assistant better understand deepseek-kit APIs, migration guides, and best practices.
The project includes the following built-in skills:
- deepseek-kit-docs — Documentation writing and management for deepseek-kit
- ai-sdk-migration — Migration guide from Vercel AI SDK to deepseek-kit
- langchainjs-migration — Migration guide from LangChain.js to deepseek-kit
Install deepseek-kit skills to your coding agent using the skills CLI:

