api▌
115 indexed skills · max 10 per page
openai-whisper-api
steipete/clawdis · Backend
Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Set OPENAI_BASE_URL to use an OpenAI-compatible proxy or local gateway.
flask-api-development
aj-geddes/useful-ai-prompts · Backend
Build modular Flask REST APIs with blueprints, SQLAlchemy ORM, JWT authentication, and validation. \n \n Covers application setup, database models, JWT authentication, blueprints for modular design, request validation, and configuration management \n Includes error handling middleware, CORS support, request ID tracking, and proper HTTP status code responses \n Emphasizes input validation, environment-based configuration, and comprehensive logging for production readiness \n Provides reference gu
express-rest-api
pluginagentmarketplace/custom-plugin-nodejs · Backend
Production-ready REST API development with Express.js, covering routing, middleware, validation, and error handling. \n \n Supports standard HTTP methods (GET, POST, PUT, DELETE) with RESTful route design patterns and centralized error handling \n Includes middleware patterns for authentication, validation, CORS, security headers, and request logging \n Provides structured project organization (controllers, routes, services, models) and common response formats with pagination support \n Covers e
wp-abilities-api
wordpress/agent-skills · Backend
WordPress Abilities API registration, REST exposure, and client-side consumption for WordPress 6.9+. \n \n Register abilities and categories in PHP using wp_register_ability() and wp_register_ability_category() with stable IDs, labels, and metadata \n Expose abilities to clients via the /wp-json/wp-abilities/v1/ REST endpoints by setting meta.show_in_rest: true \n Consume abilities in JavaScript using the @wordpress/abilities package for client-side access and permission checks \n Requires WordP
vue-options-api-best-practices
hyf0/vue-skills · Frontend
Vue 3 Options API patterns, TypeScript integration strategies, and context-binding gotchas. \n \n Covers TypeScript type safety for component properties, this context, prop validators, event handlers, complex types, provide/inject, and computed return types \n Addresses common method and lifecycle hook pitfalls including arrow function binding issues and stateful method side effects \n Includes references to specific solutions for each pattern, from defineComponent setup to proper event handler
vue-options-api-best-practices
vuejs-ai/skills · Frontend
Vue 3 Options API patterns, TypeScript integration strategies, and context-binding gotchas. \n \n Covers TypeScript type safety for component properties, this context, prop validators, event handlers, complex types, provide/inject, and computed return types \n Addresses common method and lifecycle hook pitfalls: arrow function binding issues, context loss, and stateful method state leakage across instances \n Organized as a reference guide with linked examples for each pattern and anti-pattern \
gemini-live-api-dev
google-gemini/gemini-skills · Backend
Real-time bidirectional streaming with Gemini over WebSockets for audio, video, and text conversations. \n \n Supports audio input/output (16 kHz PCM), video frames, text, and automatic transcriptions with voice activity detection for interruption handling \n Includes native audio features: affective dialog, proactive audio, and thinking mode; function calling for synchronous and asynchronous tool use; and Google Search grounding \n Offers session management with context compression, resumption,
aspnet-minimal-api-openapi
github/awesome-copilot · Backend
ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing. \n \n Organize endpoints using MapGroup() , endpoint filters, and feature-based folder structures for scalability \n Define explicit request/response DTOs with validation attributes; use record types and TypedResults for type safety \n Leverage .NET 9 built-in OpenAPI support with operation summaries, descriptions, operationIds, and property-level documentation via [Description()] \n Apply document and
api-design-principles
wshobson/agents · Frontend
REST and GraphQL API design principles for building scalable, developer-friendly APIs. \n \n Covers resource-oriented REST patterns including HTTP method semantics, URL design, pagination, filtering, and error handling with consistent status codes \n Includes GraphQL schema-first development with type definitions, resolver patterns, Relay-style pagination, and DataLoader implementation for N+1 prevention \n Provides versioning strategies (URL, header, query parameter) and HATEOAS patterns for hy
api-documentation
supercent-io/skills-template · Backend
Generate comprehensive API documentation from OpenAPI specs, code comments, and interactive examples. \n \n Supports OpenAPI/Swagger specification generation with full schema definitions, request/response examples, and security schemes \n Includes JSDoc and decorator-based documentation extraction from TypeScript/Express codebases for automatic spec generation \n Provides Swagger UI integration for interactive API exploration with try-it-out functionality \n Covers authentication patterns, pagin