webhook-http-request

Send configurable HTTP requests to external REST APIs and webhooks.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill webhook-http-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-http-request
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/webhook-http-request
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill webhook-http-request

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables AI agents to interact with external REST APIs and webhooks, allowing them to fetch data, submit information, and integrate with a vast array of online services.

Core Features & Use Cases

  • Flexible HTTP Requests: Supports GET, POST, PUT, DELETE, and other methods.
  • Authentication: Handles none, basic, bearer, and custom header authentication.
  • Configurable: Set timeouts, response handling modes, and security controls.
  • Use Case: Automatically post daily sales data from your internal system to a Slack channel via a webhook for real-time team updates.

Quick Start

Use the webhook-http-request skill to make a POST request to https://example.com/api/data with a JSON body.

Frequently Asked Questions about webhook-http-request

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

FAQPage Schema
How do I make an AI agent send data to an external REST API?

You can make external API calls securely by using this Skill to facilitate configurable HTTP requests from your AI agent to external REST APIs and webhooks. It supports various request bodies, response handling modes, and multiple authentication methods.

What authentication methods are supported for webhook HTTP requests?

Supported authentication methods for webhook HTTP requests include none, basic, bearer, and custom header authentication. This allows your AI agent to interact securely with a wide array of external online services requiring different authorization protocols.

Can I configure timeouts and response handling for agent-driven API integrations?

Yes, you can configure timeouts, response handling modes, and security controls for agent-driven API integrations. This ensures that external HTTP requests made by the AI agent are executed within your specified operational constraints.

How do I post automated daily updates to a Slack channel via a webhook?

To post automated daily updates to a Slack channel via a webhook, configure this Skill to make a POST request with a JSON body to your Slack webhook URL. This enables real-time team updates directly from your internal systems.

What is required to execute authenticated HTTP requests through AgentPMT's external API?

Executing authenticated HTTP requests through AgentPMT's external API requires wallet signatures and operates on a credit-based payment system. This mechanism ensures secure and authenticated tool execution for all external API calls.