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.

create-rate-limiter - PHP 8.4 Rate Limiter Generator

Generates Rate Limiter pattern infrastructure for PHP 8.4 with multiple algorithms

Tags

Updated: 2026-03-10

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • generate interface
  • create algorithm implementation
  • create storage implementation
  • generate unit tests
  • create exception classes
  • generate result value object

Inputs

  • algorithm type
  • storage configuration
  • rate parameters
  • Redis connection

Outputs

  • RateLimiterInterface file
  • algorithm implementation files
  • storage implementation files
  • unit test files
  • exception classes
  • RateLimitResult class

Requirements

  • PHP 8.4
  • Redis server
  • code generator tool

Source

  • Spec: SKILL.md
PHP
Rate Limiter
Token Bucket
Sliding Window
API Protection
Request Throttling
Redis
generate interface
create algorithm implementation
create storage implementation
generate unit tests
algorithm type
storage configuration
rate parameters
RateLimiterInterface file
algorithm implementation files
storage implementation files