api▌
141 indexed skills · max 10 per page
tushare-api
daydreammy/tushare-openclaw-skill · Backend
Tushare Pro 是中国领先的金融数据平台,提供股票、基金、期货、债券、外汇、数字货币等全品类金融大数据。
alchemy-api
alchemyplatform/skills · Backend
Before the first network call or implementation step, you MUST ask the user the following question and wait for an explicit answer:
setup-api-key
vapiai/skills · Backend
Guide the user through obtaining and configuring a Vapi API key for the voice AI platform.
moodle-external-api-development
sickn33/antigravity-awesome-skills · Backend
This skill guides you through creating custom external web service APIs for Moodle LMS, following Moodle's external API framework and coding standards.
claude-api
jezweb/claude-skills · Backend
$22
api-documentation-generator
davila7/claude-code-templates · Backend
Automatically generate clear, comprehensive API documentation from your codebase with endpoints, examples, and best practices. \n \n Analyzes API structure to extract endpoints, HTTP methods, parameters, responses, 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 Supports REST APIs, GraphQL APIs, and WebSocket APIs with format-specific document
api-integration-specialist
davila7/claude-code-templates · Backend
Production-ready patterns for authenticating, transforming, and reliably integrating third-party APIs. \n \n Covers authentication methods including API keys, OAuth 2.0, and JWT with secure credential management \n Provides structured error handling, exponential backoff retry logic, and client-side rate limiting with configurable windows \n Includes webhook verification via HMAC signatures, request/response transformation, and pagination handling patterns \n Demonstrates REST client patterns, ti
alicloud-platform-docs-api-review-test
cinience/alicloud-skills · Cloud
Category: test
pulumi-automation-api
pulumi/agent-skills · Backend
Programmatic orchestration of Pulumi infrastructure operations across multiple stacks and applications. \n \n Supports both local source (existing Pulumi projects) and inline source (embedded programs) architectures, enabling flexible deployment patterns from simple to complex multi-stack scenarios \n Handles multi-stack orchestration with dependency sequencing, parallel independent deployments, and cross-stack output passing for coordinated infrastructure provisioning \n Provides programmatic c
unit-test-wiremock-rest-api
giuseppe-trisciuoglio/developer-kit · Backend
Unit test external REST API integrations with WireMock HTTP mocking and request verification. \n \n Stub HTTP responses with configurable status codes, headers, and JSON bodies; verify request details including headers, query parameters, and request bodies \n Test error scenarios (4xx/5xx responses, timeouts, malformed responses) without calling real APIs or hitting rate limits \n Use dynamic port allocation to avoid conflicts in parallel test execution; automatic cleanup between tests via JUnit