api▌
115 indexed skills · max 10 per page
api-gateway
maton-ai/api-gateway-skill · Backend
Unified API gateway for 100+ services with managed OAuth and native endpoint passthrough. \n \n Supports 100+ integrations including Google Workspace, Microsoft 365, Slack, Notion, HubSpot, Salesforce, Stripe, and more with automatic OAuth token injection \n Routes requests directly to native API endpoints via https://gateway.maton.ai/{app}/{native-api-path} , eliminating the need to learn custom abstractions \n Manages OAuth connections through a separate control API with list, create, get, and
polymarket-api
agentmc15/polymarket-trader · Backend
Complete integration guide for Polymarket's CLOB and Gamma APIs with order execution and market data. \n \n Covers three authentication levels (public market data, signer key derivation, authenticated trading) with endpoints for orderbooks, pricing, positions, and order management \n Includes Python client patterns for market data fetching, limit order placement, WebSocket subscriptions, and real-time updates via py_clob_client library \n Supports four order types (GTC, GTD, FOK, IOC) with price
x-api
affaan-m/everything-claude-code · Backend
Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics.
claude-api
affaan-m/everything-claude-code · Backend
Build applications with the Anthropic Claude API and SDKs.
wp-rest-api
wordpress/agent-skills · Backend
Register, validate, and debug WordPress REST API endpoints with schema enforcement and permission controls. \n \n Covers route registration via register_rest_route() and WP_REST_Controller subclasses, custom field exposure through register_rest_field and meta registration, and CPT/taxonomy REST exposure via show_in_rest \n Enforces schema validation, argument sanitization, and permission callbacks; supports cookie + nonce, application passwords, and custom auth plugins \n Includes triage workflo
onchain-pay-open-api
binance/binance-skills-hub · Backend
Call Binance Onchain-Pay Open API endpoints with automatic RSA SHA256 request signing.
api-reference-documentation
aj-geddes/useful-ai-prompts · Backend
Generate professional API documentation that developers can use to integrate with your API, including endpoint specifications, authentication, request/response examples, and interactive documentation.
letzai-api
letz-ai/letzai-skill · Backend
Generate AI images and videos with multiple model options, custom trained models, editing, and upscaling via LetzAI API. \n \n Supports three image models (Nano Banana Pro, Flux2 Max, SeeDream) and three video models (VEO, Kling, Wan) with configurable resolution modes and dimensions \n Includes context-based image editing, skin fixing, and upscaling with strength control (1-3x) \n Custom trained models for persons, objects, and styles accessible via @modelname syntax in prompts \n Asynchronous
freee-api-skill
freee/freee-mcp · Backend
freee accounting, HR, invoicing, project management, and sales API access through MCP with detailed references and operation guides. \n \n Provides MCP tools for OAuth authentication, company management, and five service APIs: accounting (deals, expenses), HR (employees, attendance), invoicing (invoices, quotes), project management (projects, timesheets), and sales (opportunities, orders) \n Includes API reference documentation for major endpoints (deals, expense applications, employees, attenda
api-documentation-generator
sickn33/antigravity-awesome-skills · Backend
Automatically generate comprehensive API documentation from your codebase with endpoints, examples, and best practices. \n \n Analyzes REST, GraphQL, and WebSocket APIs to extract endpoints, parameters, authentication, and error patterns \n Generates endpoint documentation with request/response specifications, code examples in multiple languages (cURL, JavaScript, Python), and error handling details \n Produces OpenAPI/Swagger specifications and Postman collections for interactive testing and AP