update-tab-config

Translate natural-language edit requests into schema-compliant changes to Warp tab-config TOML files.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lalaABC/waprcn --skill update-tab-config-lalaabc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-tab-config
Source: https://github.com/lalaABC/waprcn/tree/main/resources/bundled/skills/update-tab-config
Command: npx skills add https://github.com/lalaABC/waprcn --skill update-tab-config-lalaabc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update existing Warp tab configs in place by translating natural-language edit requests into precise, schema-compliant changes.

Core Features & Use Cases

  • In-place updates: Modify an existing tab-config file without creating duplicates.
  • Schema-driven validation: Ensures edits conform to the tab-configs schema and preserves existing structure.
  • Ambiguity handling: If details are unclear, prompts the user for clarification before applying changes.

Quick Start

Describe the changes you want to a tab config, e.g., "increase timeout and add analytics tab," and the tool will apply them.

Frequently Asked Questions about update-tab-config

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

FAQPage Schema
How do I update a Warp tab config using natural language?

You can update a Warp tab config by describing the desired changes in natural language. The tool translates your request into precise, schema-compliant edits in the tab-config TOML file.

Can I modify an existing Warp tab config without creating duplicates?

Yes, this tool performs in-place updates on existing Warp tab-config files. It modifies the current configuration directly to ensure no duplicate entries are created.

Does editing a Warp tab config automatically validate the TOML structure?

Yes, the tool enforces schema-driven validation using the canonical tab-configs schema. It ensures all edits conform to the rules and preserves the existing file structure.

What happens if my Warp tab config edit request is ambiguous?

If your natural-language edit request lacks specific details, the tool prompts you for clarification before applying any changes to avoid breaking the configuration.

How do I safely change tab settings in a Warp TOML config file?

To safely change tab settings, describe the modifications you need and the tool applies schema-compliant changes with safeguards. This prevents structural breaks in the TOML file.