dsh plugins中文
← Back to popular plugin directory

Active rate limiter plugin

Xidong-AI/dsh-rate-limiter · skills

A proactive rate limiter plugin for DeepSeek Harness.

★ 0GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
MITLicense

Project overview

A proactive rate limiter plugin for DeepSeek Harness (dsh): it controls the request rate per provider (token bucket) before model requests are issued, and queues the request with a delay instead of failing when the limit is exceeded — avoiding upstream 429s.

For local development, add the checkout directly:

After installing, dsh --profile web --dump-config should show the plugin entry: Configuration

Install command

dsh plugin --profile web add github:Xidong-AI/dsh-rate-limiter
View GitHub repository ↗Back to popular plugin directory