update-cli-config

View and modify Cursor CLI settings in ~/.cursor/cli-config.json.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/shankur/dots --skill update-cli-config-shankur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-cli-config
Source: https://github.com/shankur/dots/tree/main/dot_cursor/skills-cursor/update-cli-config
Command: npx skills add https://github.com/shankur/dots --skill update-cli-config-shankur

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit provides a straightforward way to view and modify Cursor CLI configuration settings, enhancing user experience and customizability.

Core Features & Use Cases

  • View Configuration: Inspect current settings in ~/.cursor/cli-config.json.
  • Modify Settings: Adjust permissions, editor behavior, display options, and more.
  • Quick Start: Change the default behavior mode from 'ide' to 'agent' to switch between interactive and automated modes.

Quick Start

To change the default behavior mode to 'agent', run the following command: update-cli-config set defaultBehavior 'agent'.

Frequently Asked Questions about update-cli-config

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

FAQPage Schema
How do I change my Cursor CLI default behavior mode to agent?

Change the Cursor CLI default behavior mode to agent by running `update-cli-config set defaultBehavior 'agent'`. This updates the `~/.cursor/cli-config.json` file to switch from interactive to automated operations.

How can I view current Cursor CLI configuration settings?

View current Cursor CLI configuration settings by inspecting the `~/.cursor/cli-config.json` file. This allows you to check existing permissions, editor behavior, and display options currently applied to your CLI environment.

Does managing Cursor CLI preferences require manual JSON file editing?

Managing Cursor CLI preferences does not require manual JSON file editing. Configuration management scripts handle JSON parsing and file manipulation automatically to apply your custom permissions and display options.

What settings can I customize using the Cursor CLI configuration manager?

Using the Cursor CLI configuration manager, you can customize permissions, editor behavior, display options, and default operational modes. These settings are stored and parsed directly from the `~/.cursor/cli-config.json` file.

Why switch between ide and agent modes in Cursor CLI?

Switching between ide and agent modes in Cursor CLI transitions your experience from interactive to automated. Adjusting the default behavior mode tailors the CLI environment to specific task requirements.