deepseek-integration

Installation
SKILL.md

DeepSeek Integration Skill

Expert guidance for integrating DeepSeek API with reqwest HTTP client, streaming responses, and error handling.

Overview

WeReply uses DeepSeek API to generate reply suggestions:

  • HTTP Client: reqwest with connection pooling
  • API Endpoint: https://api.deepseek.com/v1/chat/completions
  • Authentication: API key via Bearer token
  • Response Format: JSON (non-streaming) or Server-Sent Events (streaming)
  • Configuration: API key stored in system keychain

HTTP Client Configuration

Reqwest Client Setup

Related skills

More from cacr92/wereply

Installs
12
Repository
cacr92/wereply
GitHub Stars
1
First Seen
Mar 10, 2026