CtrlK
BlogDocsLog inGet started
Tessl Logo

api-connector

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

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

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:

  • API_BASE_URL: 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

Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.