httpUse HTTP correctly with proper methods, status codes, headers, and caching.
Install via ClawdBot CLI:
clawdbot install ivangdavila/httpGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Feb 23, 2026
Building a RESTful API for an online store that handles product listings, user carts, and secure checkout processes. Requires proper HTTP methods (GET for browsing, POST for orders), status codes (200 for success, 409 for duplicate orders), and caching for static assets like product images.
Implementing a banking or payment gateway API that processes transactions with idempotency keys for retries, security headers like HSTS, and conditional requests using ETags to prevent double-spending or conflicts in account updates.
Configuring a CDN to serve static files (e.g., JavaScript, CSS) with caching headers like public, max-age=31536000, immutable and handling range requests for video streaming. Includes setting Vary headers for different encodings and managing redirects for updated assets.
Developing an API for sharing patient records between hospitals, ensuring compliance with privacy regulations. Uses no-store caching for sensitive data, CORS preflight for cross-origin requests, and structured JSON errors with request IDs for audit trails.
Creating a web application like a document editor that uses WebSocket upgrades for live updates and HTTP/2 for efficient multiplexing. Implements conditional requests with If-Match for optimistic locking and retry patterns with exponential backoff for network reliability.
Offering a cloud-based API platform where customers pay subscription fees for access to HTTP-based services, such as analytics or authentication. Revenue is generated through tiered pricing based on request volume, features, and support levels.
Selling access to proprietary APIs, such as for payment processing or data enrichment, with usage-based billing. Revenue comes from per-request charges, monthly quotas, or premium endpoints with advanced HTTP features like caching and retry handling.
Providing expertise to businesses for optimizing their HTTP implementations, including performance tuning, security audits, and legacy system upgrades. Revenue is project-based or hourly, focusing on reducing latency and improving reliability.
💬 Integration Tip
Start by implementing security headers like HSTS and CSP in report-only mode, then add caching and retry logic to improve performance and resilience in production environments.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.