ai-config

Configure xbot TUI themes, layouts, and LLM subscriptions via guided commands.

12|5|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/ai-pivot/xbot --skill ai-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-config
Source: https://github.com/ai-pivot/xbot/tree/main/tools/embed_skills/ai-config
Command: npx skills add https://github.com/ai-pivot/xbot --skill ai-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users want to personalize their xbot experience—changing the TUI look, adjusting layouts, and managing LLM subscriptions—without manually digging through configuration files.

Core Features & Use Cases

  • TUI appearance & layout control: Switch themes, update layout parameters, and fine-tune the interface for daily work.
  • LLM subscription management: List subscriptions and change active LLM configuration (including via slash commands that apply on the next turn).
  • Theme creation workflow: Define external theme JSON files under ~/.xbot/themes/ and activate them by name for consistent styling across sessions.

Quick Start

Ask the AI to switch your xbot theme to "ocean" and apply a narrower sidebar layout so the chat area feels more spacious.

Frequently Asked Questions about ai-config

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

FAQPage Schema
How do I customize the xbot TUI theme and layout?

To customize the xbot TUI, use guided slash commands to switch themes and fine-tune layout parameters like sidebar width, adjusting the interface directly within your agent workflow without manually editing configuration files.

How do I manage and change active LLM subscriptions in xbot?

You can manage LLM subscriptions by asking the agent to list available subscriptions and change the active LLM configuration. Slash commands can apply these subscription updates so they take effect on the next conversation turn.

What is the process for creating and applying custom themes for xbot?

Creating custom themes involves defining external theme JSON files under the ~/.xbot/themes/ directory. Once created, you can activate your custom theme by referencing its name through a guided command for consistent styling across sessions.

Can I update multiple xbot configuration settings at once?

Yes, you can perform bulk setting updates for xbot. Through guided operational instructions, you can map multiple config and tui_control actions together to apply batch updates to your TUI appearance and LLM settings.

Do I need to manually edit configuration files to adjust my TUI layout?

No, you do not need to manually dig through configuration files. The xbot TUI customizer allows you to issue natural language or slash commands to the agent, which maps your requests to the underlying config and tui_control actions automatically.