smithery.ai

api-connector

Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.

First seen Apr 1, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Glob, Grep, Task, WebFetch, WebSearch, TodoWrite, AskUserQuestion, SlashCommand, Skill, NotebookEdit, BashOutput, KillShell
Declared agents claude-code gemini

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,666 B
  • docs SUMMARY.md 119 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

api-connector - Claude Code Skill

Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.

Configuration

This skill requires the following environment variables:

  • APIBASEURL: Base URL for API requests (default: https://api.example.com)
  • API_KEY: API authentication key (required)
  • API_TIMEOUT: Request timeout in milliseconds (default: 30000)

Set these in your environment or Claude Code configuration.

Connect to REST APIs, manage authentication, and process responses.

Features

  • Make GET, POST, PUT, DELETE requests
  • Automatic authentication header management
  • JSON response parsing
  • Rate limiting and retry logic
  • Response caching

Configuration

Required:

  • API_KEY: Your API authentication key

Optional:

Usage

"Get data from /users endpoint"
"POST this JSON to /api/create"
"Check the API status"

Safety

This extension operates in read-only mode:

  • Cannot execute bash commands
  • Cannot edit local files
  • Cannot write files to disk

Only makes HTTP requests to configured API endpoints.


This skill was converted from a Gemini CLI extension using skill-porter