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
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.