- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
skill-creator
by tstelzer
Guide for creating or updating simple, standalone skills with a single SKILL.md file
openclaw-hyperliquid-copytrade
by soonlabs
Monitor target Hyperliquid wallets, score copy-trade decisions using historical performance/risk signals, execute proportional orders with strict risk caps, and broadcast per-trade rationale to Telegram. Use when building or operating AI-assisted follow-trading workflows with dry-run/live modes, score thresholds, and explainable decision logs.
journey
by Barneyjm
"Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints. Use when you need to plan trips with multiple stops or check if an itinerary is achievable."
Rest Assured Skill
by jovd83
This repository provides a RestAssured-skill designed for AI coding assistants
agent-skills
by jyasuu
Create, use, and manage Agent Skills for Claude. Use when working with Skills, creating custom capabilities, or understanding how Skills extend Claude's functionality. Covers Skill architecture, file structure, and best practices.
chrono-precheck
by ChronoAIProject
Verify project structure meets platform requirements before deployment. Use when checking if a project is ready to deploy, verifying Dockerfile exists, ensuring health endpoints are implemented, or validating SPA frontend setup. Covers fullstack, backend-only, and frontend-only project types.
connector
by Bombay
스마일게이트 업무 도구(Slack, Jira, Confluence, BISKIT, API Docs, GitLab, Amplitude)를 Claude Code에 연결하는 설정 가이드. 비개발자도 따라할 수 있도록 단계별로 안내한다. "커넥터", "connector", "커넥터 설정", "jira 연결", "confluence 연결", "slack 연결", "biskit 연결", "비스킷 연결", "apidocs 연결", "api docs 연결", "gitlab 연결", "깃랩 연결", "amplitude 연결", "앰플리튜드 연결" 요청에 사용.
quick-refactor
by xuesongjun
重构助手 - 优化代码、降低复杂度、提高可维护性
brn:git-worktree
by zfael
Manage git repositories using the worktree pattern. This allows multiple branches to be checked out simultaneously in sibling directories.
attrove
by Attrove
"Integrate Attrove SDK and MCP server — connect users' Gmail, Slack, Calendar, Outlook and query with AI"
voice
by adriancooney
Starts a voice conversation with the user via the agent-voice CLI. Use when the user invokes /voice. The user is not looking at the screen — they are listening and speaking. All agent output and input goes through voice until the conversation ends.
skills-freshness
by steven-pribilinskiy
Scan skills for stale references: deprecated model IDs, outdated API endpoints, retired library versions. Run periodically or when you notice a skill using old tech. Also runs npx skills check for remote-source updates.
portrait-gallery
by i-kirito
Install, configure, run, and operate the Portrait Gallery AI outfit portrait system. Use when the user wants an AI agent to set up the gallery from GitHub, start or debug the local service, configure image/LLM API keys, generate daily outfit schedules, create custom portrait images, inspect the web gallery, or call the REST API for photo management.
agent-p2p
by yananli199307-dev
Agent P2P 通信技能 - 让 AI Agent 通过 Portal 与其他 Agent 实时通信。需要配置环境变量和 SSH 密钥。触发词:agent p2p、portal、消息、联系人。
bloque-payments-sdk-ts
by bloque-app
Integración del SDK de pagos de Bloque en TypeScript/JavaScript. Úsala cuando debas crear checkouts, procesar pagos con @bloque/payments, verificar webhooks o embeber el checkout con @bloque/payments-core o @bloque/payments-react.
AgentEscrow — Agent Integration Skill File
by emark-cloud
Check the portfolio endpoint to verify state after errors
minimax-search-vlm
by shadowcz007
使用 MiniMax Coding Plan API 进行网络搜索(web_search)和图像理解(understand_image)。需配置 MINIMAX_CP_API_KEY(MiniMax API Key,一般为 sk-cp- 开头)。触发示例:「MiniMax 搜索」「图像理解」「web search」「understand image」「minimax 搜一下」「描述这张图」。
bakong-khqr
by lowintechie
Bakong KHQR and Open API payment integration across backend and web/mobile clients. Use when implementing or debugging KHQR generation, KHQR verification/parsing, deeplink generation, token lifecycle (request/verify/renew), transaction status polling by md5/hash, or Bakong account checks.
craw-hot
by flyingtimes
X/Twitter 帖子抓取与管理工具。用于管理关注的 X 用户列表,并自动抓取这些用户当天发布的最新帖子 URL 和完整内容。支持用户列表的增删改查、批量抓取、容错重试、详细日志记录、Markdown 格式导出。使用场景:需要定期跟踪特定 X 用户的最新动态、收集特定话题相关的帖子、社交媒体监控等。
swagger-api-query
by zhihuihu
Query and analyze large Swagger/OpenAPI JSON documents on-demand to extract endpoint details and schemas without loading the entire spec. Use for API discovery, searching by tag/keyword, understanding request/response structures, and tracing data models. Invoke when user asks to "find an endpoint", "search for login/upload/user APIs", or "explain a schema". Use --spec to specify document path if not in current directory, and --format json for structured output.
aba-payway
by lowintechie
ABA PayWay checkout integration and troubleshooting across modern web stacks including Next.js, React, Vue, Nuxt, and similar frameworks. Use when implementing or debugging purchase payload signing, checkout form fields, callback handling, sandbox or production config, or client modal integration. Prefer Next.js patterns first in this version, then adapt to other frameworks.
dataforseo-business-data-api
by leonardo-picciani
Collect local listings and reputation data using DataForSEO Business Data for "local SEO", "reviews monitoring", and "business listings".
virtuous-api
by asebesta
Virtuous CRM API integration reference for building donor management features. Use when writing code that interacts with the Virtuous API, including fetchers, normalizers, or any backend integration with Virtuous donor data. Covers Contacts, Individuals, Gifts, Projects, Campaigns, Events, Grants, Tasks, and Webhooks.
api-expert
by dtsvetkov1
Handles backend integration using best practices like expo/fetch and React Query. Use when the user needs to connect to an API, handle data fetching, or implement caching.