local-llm-provider

Connect to local LLM endpoints with automatic cloud fallback.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill local-llm-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-llm-provider
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/local-llm-provider
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill local-llm-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to run Large Language Models (LLMs) directly on your local machine, offering enhanced privacy, cost savings, and offline capabilities, with an automatic fallback to cloud providers if local inference fails.

Core Features & Use Cases

  • Local LLM Inference: Connect to Ollama, llama.cpp, or vLLM servers for private and cost-effective AI tasks.
  • Model Flexibility: Use a wide range of models, including those not available via cloud APIs.
  • Automatic Fallback: Seamlessly switches to cloud providers (like Anthropic or OpenAI) if local endpoints are unavailable or fail.
  • Use Case: You need to process sensitive customer data locally for privacy reasons, using a fine-tuned Llama 3 model. This Skill ensures the task completes even if your local Ollama server is temporarily down by falling back to a cloud-based Claude model.

Quick Start

Use the local-llm-provider skill to query a local model with the prompt "What is the capital of France?".

Frequently Asked Questions about local-llm-provider

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

FAQPage Schema
How do I run local LLM inference with a cloud fallback?

Local LLM inference with a cloud fallback routes queries to local endpoints like Ollama or llama.cpp, automatically switching to cloud providers if local inference fails. This ensures robust AI task execution while maintaining cost savings.

Can I use Ollama and vLLM for private AI inference on local machines?

Yes, you can use Ollama and vLLM for private AI inference on local machines. This Skill connects to these local servers to enable privacy, cost reduction, and offline use without sending sensitive data to external clouds.

What happens when local LLM endpoints are unavailable?

When local LLM endpoints are unavailable, automatic provider fallback seamlessly switches the workload to cloud providers like Anthropic or OpenAI. This ensures your AI tasks complete successfully despite local server downtime.

Does this approach support specialized models not available via cloud APIs?

Yes, local LLM inference supports specialized models not available via cloud APIs. By connecting to local servers, you gain model flexibility to use fine-tuned models like Llama 3 while retaining automatic cloud fallback capabilities.

How do I configure timeouts and default models for local inference?

You configure timeouts and default models for local inference by setting the configurable providers within this Skill. This setup allows you to specify default models and timeouts for robust and reliable AI task execution.

When should I not use local inference for AI tasks?

You should not rely solely on local inference for AI tasks if your local endpoints frequently crash or lack the hardware capacity. However, this Skill mitigates this constraint by providing automatic fallback to cloud providers.