golem-make-http-request-ts

Send GET, POST, PUT, and DELETE requests with custom headers and JSON payloads.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-make-http-request-ts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-make-http-request-ts
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-make-http-request-ts
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-make-http-request-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables TypeScript agents running in Golem to perform outgoing HTTP requests seamlessly, facilitating integration with external APIs and services.

Core Features & Use Cases

  • HTTP Communication: Send GET, POST, PUT, and DELETE requests to external endpoints.
  • Custom Headers & Payloads: Include headers and JSON bodies for complex API interactions.
  • Use Case: Automate data fetching from third-party APIs or communicate with external systems directly from Golem agents, such as retrieving weather data or updating remote databases.

Quick Start

Use the golem-make-http-request-ts skill to send a POST request with JSON data to an API endpoint.

Frequently Asked Questions about golem-make-http-request-ts

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

FAQPage Schema
How do I make HTTP requests from TypeScript Golem agents?

To make HTTP requests from TypeScript Golem agents, you can use this Skill to send GET, POST, PUT, and DELETE requests with custom headers and JSON payloads to external APIs. It facilitates seamless integration with external web services within your automation workflows.

Can I send JSON payloads and custom headers to external APIs using Golem?

Yes, you can send JSON payloads and custom headers to external APIs using Golem. This Skill supports including custom headers and JSON bodies, enabling complex API interactions for data retrieval and remote database updates directly from your TypeScript agents.

Does Golem support the fetch API for outbound HTTP requests in WebAssembly?

Golem supports the fetch API for outbound HTTP requests in a WebAssembly environment. This Skill requires fetch API support to handle typical HTTP operations securely, allowing your TypeScript agents to communicate with external systems.

What is the best way to integrate external web services with TypeScript Golem agents?

The best way to integrate external web services with TypeScript Golem agents is by using an automation Skill that handles outbound HTTP requests. It supports various request methods and JSON payloads, suitable for automating data fetching from third-party APIs.

Why do I need fetch API support for HTTP requests in Golem WebAssembly?

You need fetch API support for HTTP requests in Golem WebAssembly because the Skill relies on it to securely handle typical outbound HTTP operations. Without this environment support, TypeScript agents cannot perform outgoing requests to external endpoints.