golem-call-from-external-ts

Generate TypeScript SDKs to call Golem agents from external applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables developers to call Golem agents directly from external TypeScript and Node.js applications, simplifying integration and extending functionality beyond the Golem platform.

Core Features & Use Cases

  • Generated TypeScript SDKs facilitate calling agents from external applications with full type safety.
  • Supports multiple deployment modes like local, cloud, and custom servers for flexible integrations.
  • Use Case: You want to trigger a Golem agent from a Node.js backend to process data or execute workflows without direct interaction with Golem's internal API.

Quick Start

Generate the SDK using golem build, then install it in your project and instantiate agents with your desired configurations to invoke their functions directly.

Frequently Asked Questions about golem-call-from-external-ts

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

FAQPage Schema
How do I call Golem agents from a TypeScript or Node.js application?

To call Golem agents from TypeScript, you generate a fully typed SDK using golem build, install it in your project, and instantiate agents to invoke their functions directly with type safety.

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

The best way to integrate Golem agents is by using generated TypeScript SDKs that provide full type safety, allowing you to trigger automated workflows and process data directly from Node.js backends.

Can I use Golem agents with different deployment modes in my TypeScript project?

Yes, Golem agent integration supports multiple deployment modes including local, cloud, and custom servers, allowing flexible configurations for your TypeScript application's automated workflows.

Do I need extensive Golem API knowledge to trigger agents from a Node.js backend?

No, you do not need direct interaction with Golem's internal API. The integration requires minimal setup beyond SDK generation and basic TypeScript knowledge to execute workflows externally.

What are the prerequisites for setting up Golem agent calls in TypeScript?

Setting up Golem agent calls requires basic TypeScript knowledge, an external Node.js or TypeScript application, and running golem build to generate the necessary typed client libraries.

Why use generated TypeScript SDKs for Golem agent integration?

Generated TypeScript SDKs ensure reliability and ease of use by providing full type safety when invoking Golem agents, simplifying external triggers and system extensions without internal API complexity.