技能 编程开发 OpenRouter 限流处理

OpenRouter 限流处理

v20260311
openrouter-rate-limits
提供 OpenRouter 限流处理思路,包括指数退避、令牌桶和排队,帮助集成从 429 限流中快速恢复,同时便于监控和验证。
获取技能
407 次下载
概览

Openrouter Rate Limits

Overview

This skill teaches rate limit handling patterns including exponential backoff, token bucket algorithms, and request queuing.

Prerequisites

  • OpenRouter integration
  • Understanding of HTTP status codes

Instructions

Follow these steps to implement this skill:

  1. Verify Prerequisites: Ensure all prerequisites listed above are met
  2. Review the Implementation: Study the code examples and patterns below
  3. Adapt to Your Environment: Modify configuration values for your setup
  4. Test the Integration: Run the verification steps to confirm functionality
  5. Monitor in Production: Set up appropriate logging and monitoring

Output

Successful execution produces:

  • Working OpenRouter integration
  • Verified API connectivity
  • Example responses demonstrating functionality

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

信息
Category 编程开发
Name openrouter-rate-limits
版本 v20260311
大小 4.83KB
更新时间 2026-03-12
语言