settings-config

Read and modify agent-hand configuration settings via command-line interface.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/weykon/agent-hand --skill settings-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: settings-config
Source: https://github.com/weykon/agent-hand/tree/main/skills/settings-config
Command: npx skills add https://github.com/weykon/agent-hand --skill settings-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of agent-hand's configuration, allowing users to easily view, modify, and reset settings through a command-line interface or by directly editing the configuration file.

Core Features & Use Cases

  • View Settings: List all current configurations in human-readable TOML or machine-parseable JSON format.
  • Modify Settings: Update specific configuration values using dot-notation.
  • Get Specific Values: Retrieve the current value of a particular setting.
  • Reset to Defaults: Restore all settings to their original default values.
  • Use Case: You want to increase the volume of notifications for urgent tasks. You can use agent-hand config set notification.volume 0.9 to adjust this setting instantly.

Quick Start

List all current agent-hand settings in a human-readable format.

Frequently Asked Questions about settings-config

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

FAQPage Schema
How do I manage agent-hand configuration settings via CLI?

You can manage agent-hand configuration settings via CLI by listing all values, retrieving specific keys, setting new values with type inference, and resetting configurations to defaults.

Can I update specific configuration values using dot-notation?

Yes, you can update specific configuration values using dot-notation syntax. This allows you to target individual settings like notification.volume and apply new values with automatic type inference.

What formats are supported when viewing agent-hand settings?

Viewing agent-hand settings supports both human-readable TOML and machine-parseable JSON formats, allowing you to list all current configurations in your preferred output structure.

How do I reset all agent-hand configurations to defaults?

To reset all agent-hand configurations to defaults, use the dedicated reset command provided by the command-line interface, which restores every setting to its original default value instantly.

What configuration categories can I modify for agent-hand?

You can modify settings for notifications, AI integration, context bridging, sharing, hooks, and keybindings. Each category contains specific values adjustable through the command-line interface.