- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
api-design
by kprsnt2
REST and GraphQL API design best practices including HTTP methods, status codes, and documentation.
philosophical-illustrator
by foreveryh
"Generate modern, colorful SVG illustrations for technical blog posts. Combines concrete tech icons with abstract elements, using vibrant backgrounds and theme-relevant metaphors."
dify-llm-platform
by aeonbridge
Build LLM applications using Dify's visual workflow platform. Use when creating AI chatbots, implementing RAG pipelines, developing agents with tools, managing knowledge bases, deploying LLM apps, or building workflows with drag-and-drop. Supports hundreds of LLMs, Docker/Kubernetes deployment.
openapi-to-typescript
by VisualxIntelligence
Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces, or generate TypeScript types from an API specification.
gh-cli
by strantalis
Standardize all GitHub interactions via the GitHub CLI (gh) instead of ad-hoc URLs, UI clicks, or direct REST API calls. Use when you need to read or change GitHub state (repos, issues, pull requests, reviews, check status, Actions workflows/runs, releases, labels, milestones, discussions, gists) and want deterministic output (prefer --json + --jq). Also use when the user provides a GitHub URL, including deep links like https://github.com/OWNER/REPO/pull/123, .../issues/123, .../pull/123/files, or comment permalinks like #issuecomment-..., and you need to fetch the underlying PR/issue/thread and reply. Fall back to gh api only when there is no first-class gh NOUN VERB command.
revolut-currency-converter
by gaborvecsei
"Currency conversion using Revolut's API. Use for: converting currencies, finding optimal routes, getting exchange rates."
SKILL.md — EVEZ Plugin Manifest v2
by EvezArt
pm2_name: evez-agentnet
flutter-best-arch
by nadveos
Arquitectura Flutter real con Riverpod, Clean Architecture y soporte multiplataforma
mmt-api-best-practices
by nonhumantrades
Best practices for building apps with the MMT real-time crypto market data API. Use when building trading bots, dashboards, analytics tools, or any application consuming MMT REST or WebSocket APIs. Covers connection management, rate limiting, data handling, multi-exchange aggregation, and performance optimization.
AutoSend
by autosendhq
AutoSend email API integration. Use when sending transactional emails, managing contacts, or using email templates with AutoSend. Triggers on: send email with autosend, autosend api, autosend contacts, email template autosend.
Security
by tachfineamnay
Authentication, JWT tokens, CORS, security headers, and secrets management.
Web Audio Streamer - OpenClaw Skill
by a125477365
```
代码库搜索专家
by valkryhx
"通过 ripgrep 在本地文件系统中精确定位代码、配置或文档,支持多轮迭代检索。"
thread-management
by naohainezha
Manage chat threads — create, list, switch, delete, and search conversations. Use when users want to organize their chats.
ai-collaboration-principles
by qiao-925
AI协作总原则,规范 Agent 的协作行为与方法论:角色定位、系统性分析、风险评估、授人以渔、方案对比、质量优先。适用于所有 AI Agent 交互场景。
asyre-search
by Qihe-agent
Asyre Search 全平台社媒数据查询与深度分析。支持抖音、小红书、B站、TikTok、YouTube、Instagram、Twitter 等 21+ 平台。 采用双 Agent 协作模式:数据猎手负责平台数据采集,趋势分析师负责外部情报补充,主 Agent 整合输出。 触发词: asyre search, 查抖音, 查小红书, 社媒数据, 平台数据, 社媒分析, 竞品分析, 舆情监测, 达人分析, 内容选题, 跨境选品, fetch video, get user info
skill-extractor
by InfQuest
从当前会话中提取经验,自动生成可复用的 Claude Code Skill。Use when user wants to 提取skill, 总结成skill, 固化经验, 生成skill, extract skill, create skill from context, save as skill, 把经验变成skill.
git-commit-helper
by atovk
分析 Git diff 并生成符合规范的提交信息
performance-review
by Protagonistss
性能瓶颈定位、资源评估与优化建议能力。
shopware-headless-commerce
by frontic
Build headless storefronts against the Shopware 6 Store API (6.6+). Use when working with Shopware session/context management (sw-context-token), cart operations (add/update/remove line items, promotions), checkout flow (order creation, payment handling with sync/async redirects), and customer account features (registration, login, addresses, password recovery, order history, wishlists). Covers the stateful/write side of the Store API — not product data fetching (use Frontic for that).
health-data-collect
by maxoreric
æ¥æ°: 0 - 20000ï¼å»ºè®®ï¼â¥ 5000ï¼
nango-function-builder
by NangoHQ
Build Nango Functions (TypeScript createAction/createSync) using the Nango Runner SDK. Includes project/root checks, endpoint conventions, retries/pagination, deletion detection, metadata, and a docs-aligned dryrun/test workflow.
commercetools-headless-commerce
by frontic
Build headless storefronts against the Commercetools HTTP API. Use when working with Commercetools cart operations (create/update carts, line items, discount codes, shipping/billing addresses), checkout flow (order creation from cart, payment handling, shipping method selection), and customer account features (signup, login, profile management, addresses, password reset, email verification) via "Me" endpoints and OAuth2 authentication. Covers the stateful/write side of the API with optimistic concurrency (versioned updates) — not product data fetching (use Frontic for that).
neta-patch-skill
by wkl-nieta
Patch all published Neta image skills with the latest API standards — base URL, polling logic, token setup, and README info. Run after upstream neta-skills updates.