
api-connector
by jduncan-rva
api-connectorは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
SKILL.md
name: api-connector description: Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks. allowed-tools:
- Read
- Glob
- Grep
- Task
- WebFetch
- WebSearch
- TodoWrite
- AskUserQuestion
- SlashCommand
- Skill
- NotebookEdit
- BashOutput
- KillShell
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
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です