model-openclaude

Launch OpenClaude with selectable model providers for Thai and multilingual prompts.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill model-openclaude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-openclaude
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/model-openclaude
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill model-openclaude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of starting OpenClaude by selecting the correct backend provider and model so you can use the right endpoint for your task.

Core Features & Use Cases

  • Provider-based launch: Choose among mdes, github, openai, thaillm, or local to route OpenClaude to the appropriate service.
  • TUI or single-prompt mode: Open the interactive TUI or run a non-interactive prompt for quick Q&A.
  • Model selection and routing: Change models per provider and use the GitHub routing environment variables to ensure compatibility.

Quick Start

Open OpenClaude using the default provider by running the command openclaude -p "อธิบาย quantum entanglement ภาษาไทย".

Frequently Asked Questions about model-openclaude

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

FAQPage Schema
How do I launch OpenClaude with a specific model provider?

To launch OpenClaude with a specific provider, select among mdes, github, openai, thaillm, or local backends to route your interactive TUI sessions or single-prompt requests to the appropriate service endpoint.

Can I run a single non-interactive prompt through OpenClaude?

Yes, you can run a non-interactive single-prompt request using the command `openclaude -p "your prompt"` to execute quick Q&A tasks without opening the interactive TUI session.

Does OpenClaude support local LLM execution with Ollama?

Yes, OpenClaude supports local execution by selecting the local provider, which routes prompt requests to an Ollama backend for Thai and multilingual workflows.

What environment variables do I need to route OpenClaude through GitHub?

Using the GitHub provider requires setting specific GitHub routing environment variables and provider-specific model defaults to ensure endpoint compatibility when launching OpenClaude.

Why does OpenClaude require provider-specific model defaults?

Provider-specific model defaults are required to ensure OpenClaude routes your prompts to the correct endpoint configuration across mdes, github, openai, thaillm, and local Ollama backends.

What is the best way to handle Thai language prompts in OpenClaude?

The best way to handle Thai language prompts is by routing OpenClaude through the thaillm provider or passing a Thai string directly in a single-prompt request like `openclaude -p "อธิบาย..."`.