api▌
115 indexed skills · max 10 per page
cloudflare-api
jezweb/claude-skills · Cloud
Hit the Cloudflare REST API directly when wrangler CLI or MCP servers aren't the right tool. For bulk operations, fleet-wide changes, and features that wrangler doesn't expose.
x-twitter-api
tato418/x-twitter-api · Backend
X (Twitter) API v2 skill using the authenticated user's own developer credentials (OAuth 1.0a, pay-per-use). All commands go through a single entry point: node x.js <command> [flags]. Each command has its its own doc file with the full reference for flags and behavior.
api-pagination
aj-geddes/useful-ai-prompts · Backend
Implement scalable pagination strategies for handling large datasets with efficient querying, navigation, and performance optimization.
api-design
aaronontheweb/dotnet-skills · Frontend
Use this skill when:
write-api-reference
vercel/next.js · Backend
Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven.
api-fuzzing-bug-bounty
sickn33/antigravity-awesome-skills · Backend
api-fuzzing-bug-bounty
api-security-testing
sickn33/antigravity-awesome-skills · Backend
Specialized workflow for testing REST and GraphQL API security including authentication, authorization, rate limiting, input validation, and API-specific vulnerabilities.
api-response-optimization
aj-geddes/useful-ai-prompts · Backend
Fast API responses improve overall application performance and user experience. Optimization focuses on payload size, caching, and query efficiency.
api-fuzzing-for-bug-bounty
davila7/claude-code-templates · Backend
Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.
api-error-handling
aj-geddes/useful-ai-prompts · Backend
Build robust error handling systems with standardized error responses, detailed logging, error categorization, and user-friendly error messages. This skill covers the full lifecycle from throwing typed errors through logging, monitoring, and client-facing response formatting.