- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
prediction-market-arbitrage
by AIsa-team
"Find and analyze arbitrage opportunities across prediction markets like Polymarket and Kalshi."
fe-api
by ingpdw
React/Next.js 앱의 API 통합 레이어를 설계하고 구현하는 스킬. TanStack Query, fetch 패턴, Server Actions, 타입 안전한 API 클라이언트, 에러 핸들링 등. "API", "데이터 fetching", "TanStack Query", "React Query", "Server Action", "fetch" 등의 요청 시 사용.
macro-intelligence
by VibeCodeDaddy69
Unified macro intelligence feed — reads 9+ sources, classifies events, scores sentiment, generates AI insights, exposes signals via HTTP API + WebSocket push + webhooks
chatgpt-app-creator
by vdel26
Builds ChatGPT Apps with the OpenAI Apps SDK. Use when: (1) Setting up MCP servers for ChatGPT integration, (2) Implementing OAuth provider endpoints (you ARE the provider, ChatGPT is the client), (3) Creating widgets with text/html+skybridge MIME type, (4) Using window.openai API for widget-ChatGPT communication, (5) Debugging OAuth, CORS, PKCE, CSP, or widget rendering issues, (6) Understanding ChatGPT Apps architecture (MCP + widgets + OAuth).
atoms-api
by twilson63
Generate REST APIs from api-config.json for TypeScript or Rust backends
software-architecture
by simplerick0
System design, architectural patterns, and technical decision-making for software projects. Use for system design, API design, database modeling, scalability planning, technology selection, and architectural documentation.
lighthouse-audit
by Artmann
Run Lighthouse audits against websites using the Foghorn API. Use when the user wants to check a site's performance, accessibility, best practices, or SEO issues. Covers sign-up, authentication, team/site setup, and issue retrieval.
aptx-api-core
by HaibaraAiAPTX
"使用 @aptx/api-core 进行 HTTP 请求的指导。用于:创建和配置 RequestClient、实现 middleware/plugin、替换核心组件(Transport/Decoder 等)、处理错误、监听事件、使用 Context Bag、测试扩展。当代码需要理解或修改 @aptx/api-core 的架构、扩展机制、最佳实践时触发。"
spider-cli-extraction
by spider-rs
Use Spider Rust CLI for crawling, scraping, and extraction tasks from the terminal. Trigger this skill when a user asks to run or compose spider CLI commands, tune crawl/scrape options, export links or HTML, or control runtime browser mode with --headless or --http.
basecamp-assistant
by nikhilbhansali
"Basecamp 4 assistant with a complete Python API client. Fulfill user requests by writing and executing Python code against BasecampClient. Use when users want to interact with Basecamp: managing projects, to-dos, messages, documents, schedules, card tables (Kanban), campfire chat, people, webhooks, templates, or any other Basecamp 4 feature. Triggers on: any mention of Basecamp, project management tasks referencing Basecamp data, or requests to read/write/update Basecamp resources."
Wireshark Network Traffic Analysis
by jcastillotx
This skill should be used when the user asks to "analyze network traffic with Wireshark", "capture packets for troubleshooting", "filter PCAP files", "follow TCP/UDP streams", "detect network anomalies", "investigate suspicious traffic", or "perform protocol analysis". It provides comprehensive techniques for network packet capture, filtering, and analysis using Wireshark.
polymarket-sync-series
by machina-sports
Sync series (leagues/competitions) from Polymarket. Use when users ask to "sync polymarket series", "fetch leagues", "import polymarket leagues", or "get prediction market competitions". Fetches series data, maps to documents, and stores with embeddings.
torchserve
by cuba6112
Model serving engine for PyTorch. Focuses on MAR packaging, custom handlers for preprocessing/inference, and management of multi-GPU worker scaling. (torchserve, mar-file, handler, basehandler, model-archiver, inference-api)
api-design
by hwatkins
When the user is designing, building, or reviewing a REST/JSON API. Covers resource design, routing, error handling, pagination, authentication, idempotency, webhooks, and OpenAPI documentation. Phoenix-focused with Elixir examples. Use when mentioning "API design," "REST API," "JSON API," "API endpoints," "webhook design," or "API versioning."
meta1-full-stack
by meta1top
Meta1 全栈开发技能,支持 Next.js + NestJS 的 TypeScript 项目。提供 @meta-1/nest-* 后端库(缓存、安全、资源、消息、类型)和 @meta-1/web-common 前端库(React Hooks、组件、工具)的完整使用指南。帮助用户实现接口、类型定义、数据查询、表单处理、文件上传、认证授权等全栈功能。
article-drafts
by shadowcz007
批量提交或获取 mixdao 文章初稿(文件路径入参、列表)。需 MIXDAO_API_KEY。触发:更新初稿、获取初稿列表、article-drafts。
gemini-api-development
by treyn-create
Use this skill when building applications with Gemini models, Gemini API, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript), model selection, and API capabilities.
nativeform-agent-workbench
by Theoreumont
Markdown mirror of the NativeForm developer hub. Guides NativeForm usage across nativeform.app, HTTP APIs, the nativeform CLI, and the hosted MCP server (including public agent-fill and agent integrations).
nextjs
by leonaaardob
Complete Next.js 16 documentation in markdown format. Use when working with Next.js projects, building React applications, configuring routing, data fetching, rendering strategies, deployment, or migrating from other frameworks. Covers App Router, Pages Router, API routes, server components, server actions, caching, and all Next.js features.
api-design
by Nomik94
RESTful API 설계 및 버저닝 패턴 레퍼런스. Use when: API 설계, REST API, 엔드포인트 설계, URL 설계, HTTP 메서드, 리소스 네이밍, 상태 코드, 필터링, 정렬, 검색, API 응답 구조, 벌크 작업, idempotency, API 컨벤션, API 버전 관리, v1/v2 경로 설정, 버전 올리기, 버전 분리, EndpointPath 헬퍼 사용법, 엔드포인트 경로 규칙, 하드코딩 경로 금지, admin/app/web 분리, Sub-Application, 클라이언트별 Swagger, 클라이언트별 미들웨어, app.mount, 서브앱 구조, deprecated API, sunset, deprecation 처리. 파라미터 클래스, Depends 파라미터, PaginationParams, PathParams, Query/Path 파라미터 묶기, 파라미터 재사용, 핸들러 시그니처 정리, controllers 폴더, controller 파일 구조, admin_controller, app_controller. NOT for: Pydantic 스키마 (pydantic-schema 참조), 에러 핸들링 설계 (error-handling 참조).
google-genai
by yharuto0917
"Comprehensive toolkit for working with Google's Gemini API using the Google GenAI SDK. Use when Claude needs to: (1) Generate, summarize, or analyze text using Gemini models, (2) Process images, audio, or video with multimodal capabilities, (3) Extract structured data using function calling or structured outputs, (4) Implement streaming text generation, (5) Build chat applications with context, or (6) Integrate Gemini API into any project. Includes example scripts, API reference, best practices, and detailed guides for multimodal processing and function calling."
moltbook
by gagan3221
The social network for AI agents. Post, comment, upvote, and create communities.
upload-post
by mommocmoc
여러 소셜 미디어 플랫폼(Instagram, YouTube, Facebook 등)에 비디오를 동시에 업로드하고 플랫폼별 첫 댓글을 설정합니다. 사용자가 비디오 업로드, 예약, 또는 여러 플랫폼 동시 포스팅을 요청할 때 이 스킬을 사용하세요. (틱톡은 현재 제외)
aisa-provider
by AIsa-team
Configure AIsa as a first-class model provider for OpenClaw, enabling production access to major Chinese AI models (Qwen, DeepSeek, Kimi K2.5, Doubao) through official partnerships with Alibaba Cloud, BytePlus, and Moonshot. Use this skill when the user wants to set up Chinese AI models, configure AIsa API access, compare pricing between AIsa and other providers (OpenRouter, Bailian), switch between Qwen/DeepSeek/Kimi models, or troubleshoot AIsa provider configuration in OpenClaw. Also use when the user mentions AISA_API_KEY, asks about Chinese LLM pricing, Kimi K2.5 setup, or needs help with Qwen Key Account setup.