Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.
Install with Tessl CLI
npx tessl i github:Demerzels-lab/elsamultiskillagent --skill api-connectorOverall
score
18%
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.
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.
Required:
API_KEY: Your API authentication keyOptional:
API_BASE_URL: Base URL (default: https://api.example.com)API_TIMEOUT: Timeout in ms (default: 30000)"Get data from /users endpoint"
"POST this JSON to /api/create"
"Check the API status"This extension operates in read-only mode:
Only makes HTTP requests to configured API endpoints.
This skill was converted from a Gemini CLI extension using skill-porter
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.