ai-ml-integration

Installation
SKILL.md

AI/ML Integration

Overview

Integrating AI and machine learning capabilities into applications, including LLM APIs, embeddings, and RAG patterns.


LLM Integration

OpenAI API

import OpenAI from 'openai';

const openai = new OpenAI({
  apiKey: process.env.OPENAI_API_KEY,
});
Related skills
Installs
57
GitHub Stars
13
First Seen
Jan 24, 2026