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 18, 2026
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Kubernetes & OpenShift Platform Agent Swarm — A coordinated multi-agent system for cluster operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), G...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks. Use when a server app is failing, unreachable, or misconfigured.
Run a single command on a remote Tailscale node via SSH without opening an interactive session.