Skip to main content
C

/cortex-integrate

CortexML & AI

Integrates an LLM into a production service: API client with retry and timeout handling, streaming response support, semantic caching to avoid redundant API calls, fallback provider configuration, and cost controls including token budget enforcement and request rate limiting per user.

Install

This skill

Install Cortex Integrate

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install this skill

$ claude plugin install cortex-integrate@tonone-ai

The agent

Install Cortex

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Cortex

$ claude plugin install cortex@tonone-ai

Want all 31 agents across both teams?

Full installation guide

Invoke this skill

Command|$ /cortex-integrate

When to use

When adding an AI feature to an existing product for the first time and want the integration to be production-ready rather than a proof of concept. When an existing LLM integration has no caching, no fallbacks, no cost controls, and is either expensive or unreliable.

Deep dive

AI Feature Integration Design (LLM in Production)

Most LLM integrations have no caching, no fallbacks, no cost controls. /cortex-integrate produces production-ready integration: retry, streaming, semantic cache, fallback provider, token budgets.

Read the article

More from Cortex

All Cortex skills

Ready to use Cortex Integrate?