model-config

Manages AI provider endpoints, keys, and default models in openclaw.json for AndroidForClaw.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill model-config-selectxn00b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-config
Source: https://github.com/SelectXn00b/AndroidForClaw/tree/main/app/src/main/assets/skills/model-config
Command: npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill model-config-selectxn00b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to manage and configure the AI models and their associated providers used by AndroidForClaw, ensuring the AI operates with the desired language models and endpoints.

Core Features & Use Cases

  • Model Provider Configuration: Add, edit, or remove API keys, base URLs, and model names for various AI providers (e.g., OpenAI, Azure, Anthropic).
  • Default Model Selection: Set a preferred AI model as the default for all AI interactions.
  • Custom Endpoint Setup: Configure compatibility with OpenAI-compatible or custom model endpoints.
  • Use Case: A user wants to switch from using OpenAI's GPT-3.5 to a custom-hosted LLM. They can use this skill to update the openclaw.json configuration with the new endpoint, API key, and model name.

Quick Start

Configure the default model to be 'claude-3-opus-20240229' using the 'anthropic' provider.

Frequently Asked Questions about model-config

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

FAQPage Schema
How do I configure an AI model provider in AndroidForClaw?

To configure an AI model provider in AndroidForClaw, you update the API keys, base URLs, and model names within the `openclaw.json` configuration file to ensure persistent settings.

Can I use a custom OpenAI-compatible endpoint for my AI model?

Yes, you can set up a custom OpenAI-compatible endpoint by specifying your custom base URL, API key, and desired model name in the AndroidForClaw provider configuration.

What is the best way to switch my default AI model to Anthropic?

The best way to switch your default AI model to Anthropic is to select your preferred model, such as 'claude-3-opus-20240229', and set it as the default for all AI interactions.

Does AndroidForClaw support Azure OpenAI endpoints for API configuration?

Yes, AndroidForClaw supports Azure OpenAI endpoints. You can adjust your API endpoint, key, and model name configurations for Azure services directly in the configuration file.

Where are AI provider configurations stored when setting up endpoints?

AI provider configurations and default model selections are stored persistently in the `/sdcard/.androidforclaw/openclaw.json` file on your device.