Agent skill
api-connector
Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/api-connector
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:
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:
API_BASE_URL: Base URL (default: https://api.example.com)API_TIMEOUT: Timeout in ms (default: 30000)
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?