LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: rate-limiting

Browse skills that share this tag.

  • api-rate-limit-handler - Implement API rate limiting, backoff, and retry logic.
    rate-limitingretrybackoffapi

    ★ 0 · Updated 2026-09-21

    Implement rate limiting, exponential backoff, header parsing, and idempotency-aware retries for external API calls.

    ⚙ Classify HTTP response status codes⚙ Parse rate limit headers⚙ Execute exponential backoff with jitter
  • javascript-rate-keys - Rate-limit key design for JavaScript and Node.js APIs
    rate-limitingnodejsredisjavascript

    ★ 0 · Updated 2026-09-16

    Designs rate-limit and quota Redis/memory keys for JavaScript/Node APIs, focusing on identity selection, route normalization, low cardinality, and anti-bypass.

    ⚙ Select primary and secondary identity materials⚙ Define normalized route template classes⚙ Construct hierarchical composite rate keys
  • self-arrest - Checkpoint, lie flat, and auto-wake on session reset.
    session-managementrate-limitingcheckpointingusage-monitoring

    ★ 0 · Updated 2026-09-13

    Monitors session usage in solo runs to checkpoint work and lie flat when approaching limits, automatically resuming after window reset.

    ⚙ Arm usage watcher monitor⚙ Query account usage status⚙ Commit work progress checkpoint
  • api-security-hardening - API Security Hardening
    api-securityauthenticationrate-limitingcors

    ★ 0 · Updated 2026-09-11

    Secure REST APIs with authentication, rate limiting, CORS, input validation, and security middleware.

    ⚙ Secure REST APIs⚙ Implement authentication⚙ Implement rate limiting
  • automating-ioc-enrichment - Automate IOC enrichment with threat intelligence
    SOARenrichmentIOCthreat intelligence

    ★ 487 · Updated 2026-06-15

    Enriches indicators of compromise with multi-source threat intelligence context using SOAR platforms and Python pipelines

    ⚙ extract IOCs⚙ classify type⚙ enrich IP address
  • security-baseline - Security Baseline Checklist
    securityauditcomplianceCSP

    ★ 1 · Updated 2026-05-09

    Run nine authoritative security checks covering CSP, OAuth, PKCE, JWKS, CSRF, MCP auth, URL redaction, and backtrace policy.

    ⚙ verify security headers⚙ check OAuth callback flow⚙ validate PKCE state storage
  • salvo-middleware - Salvo Middleware Implementation
    middlewareflow-controlauthenticationlogging

    ★ 16 · Updated 2026-03-25

    Implement middleware for authentication, logging, CORS, and request/response modification

    ⚙ read request⚙ write response⚙ call next handler
  • clerk-rate-limits - Clerk Rate Limits Management
    clerkrate-limitingapicaching

    ★ 1 · Updated 2026-03-20

    Understand and manage Clerk rate limits and quotas

    ⚙ understand rate limits⚙ implement retry logic⚙ batch API operations
  • vercel-kv - Vercel KV integration for Redis-compatible caching and session management
    rediscachesessionrate-limiting

    ★ 1,018 · Updated 2026-02-09

    Integrate Redis-compatible Vercel KV for caching, session management, and rate limiting in Next.js.

    ⚙ set key-value pairs⚙ get values by key⚙ increment counters