API Dev

API design, REST, GraphQL

Showing 49-72 of 6056 skills
sickn33

ai-wrapper-product

by sickn33

Expert in building products that wrap AI APIs (OpenAI, Anthropic,

API Dev 45.4K 4mo ago
sickn33

agent-framework-azure-ai-py

by sickn33

"Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK."

Agents 45.4K 4mo ago
anthropics

mcp-builder

by anthropics

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

API Dev 171.6K 9mo ago
cloudflare

building-ai-agent-on-cloudflare

by cloudflare

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling".

Agents 2.7K 7mo ago
larksuite

lark-event

by larksuite

"Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via lark-cli event consume <EventKey> (covers IM messages/reactions/chat changes, Approval status changes, Task updates, VC meeting started/joined/ended, Minutes generated, Whiteboard updated, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports --max-events / --timeout bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses."

Agents 16.9K 1mo ago
larksuite

lark-openapi-explorer

by larksuite

"飞书/Lark 原生 OpenAPI 探索:从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark-* skill 或 lark-cli 已注册命令满足,需要查找并调用原生飞书 OpenAPI 时使用。"

API Dev 16.9K 5mo ago
larksuite

lark-skill-maker

by larksuite

"创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。"

API Dev 16.9K 5mo ago
anthropics

MCP Integration

by anthropics

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.

API Dev 143.1K 9mo ago
lightdash

har-replay

by lightdash

Replay a HAR file as a mock backend to reproduce frontend performance issues with production data. Use when asked to replay a HAR file, reproduce a dashboard with a HAR, or test frontend performance with captured traffic.

Analytics 6.1K 1mo ago
lightdash

deprecate-endpoint

by lightdash

Use when deprecating, sunsetting, or removing a backend HTTP API endpoint in Lightdash — wiring deprecation logging, deadline/sunset dates, response headers, and Sentry alerting onto a TSOA controller route. Also covers making the deprecation visible on docs.lightdash.com and llms.txt (description lead line, x-mint migration banner). Covers the first-party-caller precondition and the shared deprecation middleware.

API Dev 6.1K 5d ago
langwatch

langwatch-kanban

by langwatch

"Manage the LangWatch Kanban GitHub project board — sync statuses, view your board, find stale items, move issues, assign work."

API Dev 3.5K 4mo ago
langwatch

setup-lw

by langwatch

Set up and troubleshoot the LangWatch CLI, covering login (cloud and self-hosted), endpoint configuration, project selection, and connection problems. Use when the CLI isn't authenticated, can't reach LangWatch, or talks to the wrong project.

API Dev 3.5K 12d ago
langwatch

feature-map

by langwatch

"Maintain the canonical LangWatch feature map (/feature-map.json). Use when adding features, APIs, MCP tools, CLI commands, or skills — to update the central registry and keep surfaces in sync."

API Dev 3.5K 1mo ago
microsoft

azure-aigateway

by microsoft

Configure Azure API Management (APIM) as AI Gateway to secure, observe, control AI models, MCP servers, agents. Helps with rate limiting, semantic caching, content safety, load balancing. USE FOR: AI Gateway, APIM, setup gateway, configure gateway, add gateway, model gateway, MCP server, rate limit, token limit, semantic cache, content safety, load balance, OpenAPI import, convert API to MCP. DO NOT USE FOR: deploy models (use microsoft-foundry), Azure Functions (use azure-functions), databases (use azure-postgres).

API Dev 245 6mo ago
triggerdotdev

trigger-realtime-and-frontend

by triggerdotdev

Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger, useRealtimeTaskTrigger), and mint scoped frontend credentials with auth.createPublicToken / auth.createTriggerPublicToken. Load when wiring a frontend (React/Next.js/Remix) or backend-for-frontend to show live run progress, status badges, token streams, trigger buttons, or wait-token approval UIs. NOT for writing the backend task itself (streams.define / metadata.set is trigger-authoring-tasks territory); this is the consumer side.

API Dev 16.1K 2mo ago
Kilo-Org

effect

by Kilo-Org

Work with Effect v4 / effect-smol TypeScript code in this repo

API Dev 27K 4mo ago
elizaOS

eliza-cloud-buy-domain

by elizaOS

"Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app (\"build me X and put it on Y.com\"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app (build first, then buy domain) and eliza-cloud-manage-domain (post-purchase: list, edit dns records, detach). Skip when the user is fine with the auto-assigned *.apps.eliza.app subdomain."

API Dev 19.2K 25d ago
elizaOS

build-monetized-app

by elizaOS

"Use when the task is building a new app on Eliza Cloud that earns money — chat apps, agent apps, MCP-backed tools, anything that calls the cloud's chat/messages/inference endpoints on behalf of users. Covers app registration, container deploy, markup configuration, affiliate header, app charge requests, x402 payment requests, payout redemptions, and the survival-economics loop where earnings auto-fund the agent's own hosting. Pairs with the eliza-cloud skill (which covers Cloud as a backend in general) by focusing specifically on the build-and-monetize flow."

API Dev 19.2K 17d ago
elizaOS

task-agent-eliza-bridge

by elizaOS

"Use when spawning a Claude Code, Codex, Gemini, Aider, or other CLI task agent whose work needs parent Eliza runtime context. Covers the read-only loopback bridge for character, room, memory, and active workspace state."

Agents 19.2K 2mo ago
elizaOS

eliza-cloud-manage-domain

by elizaOS

"Use after a domain has been purchased through Eliza Cloud (via the eliza-cloud-buy-domain skill) when the user wants to look at, edit, or remove a domain or its DNS records. Covers org-wide domain listing, per-app DNS record CRUD on cloudflare-managed zones, status re-sync, external-attachment verification, and detaching a domain from an app. Use this skill any time the user references domains they already own (my domains, edit dns for myapp.com, delete that A record, is myapp.com still pointing at my app)."

API Dev 19.2K 2mo ago
elizaOS

eliza-cloud

by elizaOS

"Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface. The catch-all skill for any user request about THEIR existing apps / containers / earnings / credits / api-keys / analytics / billing / payment requests / payouts — list my apps, delete this app, change container size, what are my earnings, top up credits, charge this user, check if they paid, request payout, regenerate api key, show analytics. Covers app creation, appId usage, app auth flows, cloud-hosted APIs, analytics, credits, app charge requests, x402 crypto requests, affiliate links, creator monetization, payout redemptions, and custom Docker container deployments. For domain-specific ops defer to eliza-cloud-buy-domain / eliza-cloud-manage-domain."

API Dev 19.2K 17d ago
elizaOS

trello

by elizaOS

Manages Trello boards, lists, and cards via the Trello REST API. Use when the user wants to create cards, move tasks between lists, list boards, add comments, archive cards, or check what is on a Trello board. Handles authentication, pagination, and rate-limit awareness for all Trello REST endpoints.

API Dev 19.2K 2mo ago
Jeffallan

laravel-specialist

by Jeffallan

Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers, implementing Sanctum auth flows, building Livewire components, optimising Eloquent queries, or writing Pest/PHPUnit tests for Laravel features.

API Dev 11.2K 4mo ago
Jeffallan

fastapi-expert

by Jeffallan

"Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement authentication flows, set up async SQLAlchemy database operations, add JWT authentication, build WebSocket endpoints, or generate OpenAPI documentation. Trigger terms: FastAPI, Pydantic, async Python, Python API, REST API Python, SQLAlchemy async, JWT authentication, OpenAPI, Swagger Python."

API Dev 11.2K 4mo ago