api-integration

Installation
SKILL.md

API Integration

Connect to external REST APIs and process responses.

Capabilities

  • Make HTTP requests (GET, POST, PUT, DELETE)
  • Handle authentication (API keys, OAuth, Bearer tokens)
  • Parse and transform JSON responses
  • Handle pagination and rate limiting

Authentication Methods

Method Header Format
API Key X-API-Key: <key>
Bearer Authorization: Bearer <token>
Basic Authorization: Basic <base64>
Related skills
Installs
9
GitHub Stars
4
First Seen
Jan 24, 2026