golem-add-llm-ts

Integrate external AI language models into TypeScript Golem agents via fetch-based HTTP requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, @anthropic-ai/sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill enables TypeScript-based Golem agents to integrate with various AI language models, allowing automated conversational interactions and AI-powered functionalities.

Core Features & Use Cases

  • AI Integration: Connect to popular LLM providers like OpenAI, Anthropic, and others using npm libraries that support fetch.
  • Flexible API Calls: Execute HTTP requests to LLM APIs directly within agent code, supporting secure API key management.
  • Use Case: Develop a customer support chatbot within a Golem agent that responds intelligently to user inquiries using GPT-4.

Quick Start

Create a Golem agent that interacts with users by sending their prompts to an LLM API and returning generated responses.

Frequently Asked Questions about golem-add-llm-ts

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

FAQPage Schema
How do I integrate external AI language models into TypeScript Golem agents?

To integrate external AI language models into TypeScript Golem agents, use standard fetch-based HTTP requests and common npm client libraries to connect to providers like OpenAI and Anthropic for automated conversational interactions.

Can I use OpenAI and Anthropic APIs with a TypeScript chatbot agent?

Yes, you can use OpenAI and Anthropic APIs within a TypeScript chatbot agent. The integration supports these popular npm client libraries directly for seamless AI communication and intelligent response generation.

What is the best way to manage API keys when connecting LLMs to distributed agent systems?

The best way to manage API keys when connecting LLMs to distributed agent systems is using the Skill's built-in secure API key management, which ensures safe handling of credentials during fetch-based HTTP requests.

How do I build a customer support chatbot in a TypeScript agent using GPT-4?

To build a customer support chatbot using GPT-4, develop a TypeScript Golem agent that sends user prompt inquiries to the LLM API and returns generated responses for intelligent automated support.

Does this AI integration approach require specific npm libraries for fetch-based HTTP requests?

Yes, this AI integration approach requires npm client libraries that support fetch. It explicitly uses the OpenAI and Anthropic SDK dependencies to execute HTTP requests to LLM APIs directly within agent code.