{"enrichment":{"faq":[{"a":"deepseek-integration guides you through connecting to DeepSeek's chat API using the reqwest HTTP client. Set up a reqwest::Client with connection pooling for efficient resource management, configure Bearer token authentication with your API key, and establish appropriate timeout settings. The skill covers both standard JSON responses and streaming modes to match your application's needs.","q":"How do I integrate DeepSeek API in Rust?"},{"a":"deepseek-integration implements Server-Sent Events (SSE) parsing to process streaming responses from DeepSeek. The skill shows how to parse incoming chunks, handle event boundaries, and integrate streaming with your reqwest client configuration. This enables real-time AI responses without waiting for complete message generation.","q":"How can deepseek-integration handle streaming responses?"},{"a":"deepseek-integration builds resilient API communication with configurable retry logic and exponential backoff. Handle transient failures like 429 rate limits, 503 service unavailable, and timeout errors. The skill demonstrates how to implement backoff timing, track retry attempts, and gracefully degrade when retries are exhausted.","q":"What retry strategy with exponential backoff does deepseek-integration provide?"},{"a":"deepseek-integration secures your DeepSeek API credentials through Bearer token authentication and keychain integration. The skill covers best practices for storing API keys safely, validating authentication tokens before requests, and avoiding credential exposure in logs or error messages.","q":"How does deepseek-integration manage API key security?"},{"a":"deepseek-integration enables AI-powered reply suggestions by configuring DeepSeek model parameters like temperature and token limits, crafting effective system prompts, and handling errors gracefully. The skill includes JSON serialization for chat messages and demonstrates batch processing multiple API requests efficiently.","q":"Can deepseek-integration generate AI-powered reply suggestions?"},{"a":"deepseek-integration optimizes reqwest client configuration with connection pooling to reuse TCP connections across multiple API calls. Configure request timeouts, connection timeouts, and pool size based on your workload. The skill also covers mock HTTP client testing for validating your DeepSeek integration without live API calls.","q":"What connection pooling and timeout settings does deepseek-integration offer?"}],"shadow_tags":["llm-integration","http-client-pooling","streaming-events","retry-backoff","api-security","error-classification","batch-processing","response-parsing","timeout-config","mock-testing"],"summary_rewrite":"DeepSeek Integration provides expert guidance for connecting to DeepSeek's chat API using reqwest with optimized connection pooling, Bearer token authentication, and configurable timeouts. Handle both standard JSON responses and Server-Sent Events streaming, with built-in retry logic and exponential backoff for resilience."},"files":[{"bytes":17925,"path":".claude/skills/deepseek-integration/SKILL.md","sha256":"de6cbb725840033d520a3e5205862785a684d499ff53ee240269c855e86c8b89","url":"https://skillfed.io/files/cacr92/WeReply/deepseek-integration/4defe23f/SKILL.md"}],"id":"cacr92/WeReply/deepseek-integration","links":{"html":"https://skillfed.io/cacr92/WeReply/deepseek-integration","md":"https://skillfed.io/cacr92/WeReply/deepseek-integration.md","repo":"https://github.com/cacr92/WeReply"},"meta":{"agents_supported":["claude-code","codex"],"first_seen":"2026-07-28","forks":3,"language":"Python","last_updated":"2026-01-30","license":"MIT","name":"deepseek-integration","publisher":"cacr92","stars":4},"relations":{"similar":[{"id":"cacr92/WeReply/ipc-communication"},{"id":"cacr92/WeReply/security-review"},{"id":"bkywksj/knowledge-base/tauri-commands"},{"id":"personamanagmentlayer/pcl/rust-expert"},{"id":"geoffjay/claude-plugins/cli-configuration"},{"id":"dchuk/claude-code-tauri-skills/tauri-calling-rust"},{"id":"cacr92/WeReply/api-design"},{"id":"martinholovsky/claude-skills-generator/rust"},{"id":"majiayu000/spellbook/rust-best-practices"},{"id":"bkywksj/knowledge-base/api-development"}]},"slug":{"owner":"cacr92","repo":"WeReply","skill":"deepseek-integration"},"version":"4defe23f"}
