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 with input: Flask application

Browse skills that use this input.

  • securing-auth-routes - Securing Auth Routes with CSRF and Rate Limiting
    Web SecurityAPI SecurityCSRF ProtectionRate Limiting

    ★ 1 · Updated 2026-03-26

    Protects authentication endpoints with CSRF protection, rate limiting, HTTPS enforcement, and brute force mitigation

    ⚙ Generate CSRF token⚙ Validate CSRF token⚙ Rate limit endpoints
  • Building API Routes - Generate Flask API Routes with Validation
    FlaskREST APIvalidationpagination

    ★ 1 · Updated 2026-03-23

    Generate RESTful Flask routes with input validation, consistent JSON responses, and pagination support.

    ⚙ create API endpoints⚙ validate request data⚙ format JSON responses