From jeremylongshore-claude-code-plugins-plus-skills
Configures HTTP clients for API integrations including third-party APIs, webhooks, SDK generation, and OAuth. Generates production-ready code, configs, and best practices on trigger phrases like 'http client config'.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for http client config tasks within the API Integration domain.
Guides OAuth client setup for API integrations with step-by-step instructions, production-ready code, configurations, and best practices. Auto-activates on 'oauth client setup' phrases.
Scaffolds third-party service integrations: detects project language (TypeScript/Python/Go/Rust/Ruby), pulls SDK docs via Context7, chooses tier, generates client/auth/webhooks with error handling/tests.
Creates shared HTTP clients in src/shared/clients/ for Output SDK workflows. Use for integrating external APIs, reusable service wrappers, or standardizing HTTP operations with consistent error handling and retries.
Share bugs, ideas, or general feedback.
This skill provides automated assistance for http client config tasks within the API Integration domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with http client config" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Integration skill category. Tags: integration, webhooks, sdk, oauth, third-party