agentpmt-tool-webhook-http-request-9bc873

Perform HTTP requests with configurable methods and authentication types.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-webhook-http-request-9bc873
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-webhook-http-request-9bc873
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-webhook-http-request-9bc873
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-webhook-http-request-9bc873

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows agents to securely make HTTP requests to external APIs and webhooks, enabling seamless integration with third-party services.

Core Features & Use Cases

  • Flexible HTTP Methods: Supports GET, POST, PUT, DELETE, HEAD, OPTIONS.
  • Multiple Authentication: Handles none, basic, bearer, and custom header authentication.
  • Configurable Requests: Set custom headers, query parameters, timeouts, and response handling.
  • Use Case: Automatically post daily sales data from your internal system to a marketing platform's webhook endpoint.

Quick Start

Use the agentpmt-tool-webhook-http-request-9bc873 skill to make a GET request to https://api.example.com/data.

Frequently Asked Questions about agentpmt-tool-webhook-http-request-9bc873

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make HTTP requests to external APIs from an agent?

To make HTTP requests to external APIs, this Skill enables agents to execute GET, POST, PUT, DELETE, HEAD, and OPTIONS methods while handling custom headers and query parameters for secure data exchange.

What authentication methods are supported for webhook automation?

For webhook automation, it supports none, basic, bearer, and custom header authentication types to securely handle credentials during API integrations with third-party services.

Can I configure custom timeouts and headers for API integrations?

You can configure API integrations by setting custom headers, query parameters, and timeouts to manage response handling and ensure robust automation when interacting with external systems.

What is the best way to securely post data to a webhook endpoint?

The best way to securely post data to a webhook endpoint is using this Skill to execute external HTTP requests with configurable authentication and parameters for seamless third-party service integration.

Do I need any external dependencies to execute HTTP requests?

No external dependencies are required to execute HTTP requests, as the Skill operates independently to facilitate data exchange and webhook interactions using configurable request parameters.