golem-add-http-endpoint-ts

Define HTTP routes and method mappings for TypeScript Golem agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates exposing TypeScript-based Golem agents over HTTP, simplifying the process of creating REST API interfaces for agent methods.

Core Features & Use Cases

  • Define HTTP routes directly in agent code using decorators and mount paths.
  • Map agent methods to HTTP requests with support for GET, POST, PUT, DELETE, and custom methods.
  • Quickly deploy agents as web services with integrated configuration, enabling real-time interactions for web applications or external systems.

Quick Start

Use the golem-add-http-endpoint-ts skill to add HTTP endpoints to your Golem agent, allowing it to respond to REST API requests.

Frequently Asked Questions about golem-add-http-endpoint-ts

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

FAQPage Schema
How do I expose a TypeScript Golem agent as a REST API?

Map agent methods to HTTP requests using decorators and mount paths to handle GET, POST, PUT, DELETE, and custom methods. This deploys your agent as a web service for real-time interactions.

Can I map specific agent methods to HTTP requests in Golem?

Yes, you can map agent methods to HTTP requests with support for GET, POST, PUT, DELETE, and custom methods. This is done by defining routes and method mappings within the agent code.

Does Golem support configuring HTTP endpoints for TypeScript agents?

Golem supports configurable HTTP endpoints for TypeScript agents, enabling real-time interactions for web applications or external systems by deploying with appropriate configuration and security settings.

What's the best way to integrate a Golem agent with a web interface?

The best way to integrate a Golem agent with a web interface is to expose it over HTTP using configurable RESTful endpoints. This allows the agent to respond directly to REST API requests.

How do I deploy a Golem agent as a web service?

Deploy a Golem agent as a web service by defining HTTP routes in your code and deploying with the appropriate configuration and security settings. This enables real-time interactions with external systems.