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

Installs
12
Repository
cacr92/wereply
GitHub Stars
3
First Seen
Mar 10, 2026
deepseek-integration — cacr92/wereply