LogoClawIndex
CasesSkillsAbout
LogoClawIndex

javascript-rate-keys - Rate-limit key design for JavaScript and Node.js APIs

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

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Select primary and secondary identity materials
  • Define normalized route template classes
  • Construct hierarchical composite rate keys
  • Implement dual-key protection patterns
  • Verify key isolation and cardinality

Inputs

  • API endpoint inventory
  • Request context objects
  • Proxy hop configuration

Outputs

  • Rate key construction logic
  • Route class mapping code
  • Key format runbook documentation

Requirements

  • Node.js runtime environment
  • Redis or in-memory key-value store
  • Owned Node.js API framework

Source

  • Spec: SKILL.md

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.
rate-limiting
nodejs
redis
javascript
api-security
Select primary and secondary identity materials
Define normalized route template classes
Construct hierarchical composite rate keys
Implement dual-key protection patterns
API endpoint inventory
Request context objects
Proxy hop configuration
Rate key construction logic
Route class mapping code
Key format runbook documentation