http-apiShape HTTP/JSON APIs—resources and verbs, error payloads, pagination, idempotency, and docs. Use when designing new endpoints, reviewing PRs, or aligning tea...
Install via ClawdBot CLI:
clawdbot install codenova58/http-apiGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 8, 2026
An e-commerce platform needs to design new product and order APIs. This skill helps define consistent resource models, HTTP verbs, pagination for product listings, and idempotent order creation to prevent duplicate charges.
A SaaS company wants to unify error formats across its microservices to improve client handling. The skill provides patterns for stable machine-readable error codes, correlation IDs, and avoiding information leakage.
A fintech team reviews pull requests for new transfer endpoints. The skill guides the review order: check read path navigation, write safety (idempotency for retries), error consistency, and evolution docs.
A social media app needs to paginate user feeds efficiently without returning unbounded lists. The skill suggests consistent pagination/filter patterns and cursor-based pagination for large datasets.
Design APIs as the core product, allowing third-party developers to integrate easily. The skill ensures predictable URLs and honest error codes, reducing integration friction and support costs.
Offer a platform where customers build on top of your APIs. Consistent error handling and idempotency increase reliability, making your platform more attractive and reducing churn.
Provide consulting services to enterprises for designing or reviewing their APIs. This skill provides a structured methodology (review order, smells) that consultants can sell as a service.
💬 Integration Tip
Start by applying the review order (read paths, write safety, errors, evolution) to your existing endpoints; use the 'smells' checklist during code reviews.
Scored May 8, 2026
Ad intelligence & app analytics assistant. Search ad creatives, analyze apps, view rankings, track downloads/revenue, and get market insights. Get your API k...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
Best practices for Remotion - Video creation in React
Perform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support. Use for API testing, health checks, or interacting...
Best practices for Remotion - Video creation in React
Post to X (Twitter) using the official API with OAuth 1.0a. Use when you need to tweet, post updates, or publish content. Bypasses rate limits and bot detection that affect cookie-based approaches like bird CLI.