api▌
115 indexed skills · max 10 per page
jimeng-api-image-gen
wvlvik/toy-skills · Backend
Generate high-quality AI images using Volcengine's Jimeng 4.0 API with text prompts or image inputs.
typespec-create-api-plugin
github/awesome-copilot · Backend
Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards. \n \n Scaffolds complete TypeSpec projects with agent definitions (main.tsp) and API operations (actions.tsp) following Microsoft 365 Copilot conventions \n Supports four authentication modes: public APIs, API key headers, OAuth2 with authorization code flow, and registered auth references \n Includes optional confirmation dialogs for destructive operations and Adaptive Card template
gemini-api-dev
google-gemini/gemini-skills · Backend
Build applications with Google's Gemini models, supporting multimodal content, function calling, and structured outputs across Python, JavaScript, Go, and Java. \n \n Access current Gemini 3 models (Pro, Flash, Pro Image) with 1M token context; legacy Gemini 2.x and 1.5 models are deprecated \n Supports text generation, image/audio/video understanding, function calling, structured JSON output, code execution, context caching, and embeddings \n Official SDKs available: google-genai (Python), @goo
typespec-api-operations
github/awesome-copilot · Backend
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards. \n \n Supports GET, POST, PATCH, and DELETE operations with path, query, and body parameters for filtering, creation, and updates \n Includes adaptive card visualization for GET responses and confirmation dialogs for destructive operations (POST, PATCH, DELETE) \n Provides complete CRUD example with models, error handling, and multiple query parameter patterns \n Built-in testing prompts and best pract
api-changelog-versioning
aj-geddes/useful-ai-prompts · Backend
Create comprehensive API changelogs that document changes, deprecations, breaking changes, and provide migration guides for API consumers.
moodle-external-api-development
davila7/claude-code-templates · Backend
This skill guides you through creating custom external web service APIs for Moodle LMS, following Moodle's external API framework and coding standards.
web-audio-api
martinholovsky/claude-skills-generator · Backend
This skill provides Web Audio API expertise for creating audio feedback, voice processing, and sound effects in the JARVIS AI Assistant.
api-security-review
bobmatnyc/claude-mpm-skills · Backend
Comprehensive security checklist for API endpoint development. Ensures proper authentication, authorization, input validation, output safety, and security logging are implemented before deployment.
api-design
affaan-m/everything-claude-code · Frontend
$22
api-security-best-practices
sickn33/antigravity-awesome-skills · Backend
Comprehensive guide to securing APIs through authentication, authorization, input validation, rate limiting, and vulnerability protection. \n \n Covers five core security areas: JWT/OAuth authentication, role-based access control, input validation with parameterized queries, rate limiting with Redis, and DDoS protection via security headers \n Includes practical code examples for token generation, refresh flows, SQL injection prevention, XSS sanitization, and tiered rate limiting by user tier \n