modify-settings

View, modify, and validate Warp settings in TOML against a JSON schema.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

View, modify, and troubleshoot Warp application settings using a bundled JSON schema.

Core Features & Use Cases

  • Inspect current Warp settings against the JSON schema
  • Update configuration values in the TOML file and rely on Warp hot-reload
  • Validate changes and safely locate setting paths with a dedicated script

Quick Start

Use the bundled find_setting.py script to locate a setting's full path, then update its value in the TOML settings file to apply the change.

Frequently Asked Questions about modify-settings

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

FAQPage Schema
How do I safely modify Warp settings in the TOML configuration file?

To modify Warp settings safely, you can inspect current values, update the TOML file, and validate changes against a bundled JSON schema to ensure correctness before hot-reloading.

What is the best way to find the exact dotted path of a Warp setting?

The best way to find a Warp setting's exact dotted path is by running a dedicated bundled script, which locates the full configuration path for precise TOML updates.

Does Warp support hot-reload for configuration settings?

Yes, Warp supports hot-reload for configuration settings, allowing you to update values in the local TOML file and see the changes reflected immediately without restarting.

How do I validate updated Warp configuration values against a schema?

You validate updated Warp configuration values by checking them against a bundled JSON schema, ensuring any modifications made to the local TOML file adhere to expected formats.

Can I troubleshoot invalid Warp settings using a JSON schema?

Yes, you can troubleshoot invalid Warp settings by inspecting the current configuration against the bundled JSON schema, which helps identify mismatched values and incorrect settings paths.