hermit-settings

Manage and tune Hermit agent configuration in .claude-code-hermit/config.json.

69|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/gtapps/claude-code-hermit --skill hermit-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermit-settings
Source: https://github.com/gtapps/claude-code-hermit/tree/main/plugins/claude-code-hermit/skills/hermit-settings
Command: npx skills add https://github.com/gtapps/claude-code-hermit --skill hermit-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and manage the in-project Hermit agent by consolidating model, channels, budgets, routines, and behavior into a single, maintainable settings interface.

Core Features & Use Cases

  • View and modify hermit configuration for a project, including model, channels, budget prompts, morning brief, heartbeat, routines, idle behavior, compaction thresholds, Docker packages, and unattended mode.
  • Manage per-channel settings such as enabled state, morning brief schedule, and allowed users, with changes taking effect on the next startup.
  • Update global operational policies (heartbeat, idle behavior, permissions, and scheduled checks) and persist them to the configuration file for consistent long-running agent behavior.

Quick Start

Open the Hermit Settings by running /claude-code-hermit:hermit-settings to view and adjust this project's configuration.

Frequently Asked Questions about hermit-settings

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

FAQPage Schema
How do I configure a 24/7 autonomous agent for a local or remote project?

Hermit settings lets you manage 24/7 autonomous agent configurations by reading and writing model, channels, budgets, and routines to a project-level config.json file, persisting changes for consistent local or remote deployments.

What is the best way to manage agent channels and morning brief schedules?

The best way to manage agent channels is through the Hermit settings interface. It allows you to configure per-channel enabled states, morning brief schedules, and allowed users, with all changes taking effect upon the next agent startup.

How do I adjust heartbeat and idle behavior for a long-running agent?

You adjust heartbeat and idle behavior for a long-running agent by updating the global operational policies in the Hermit settings. The skill guides you through safe modifications and persists them to the configuration file for consistent unattended behavior.

Can I run my autonomous agent in unattended mode with specific Docker packages?

Yes, you can run an agent in unattended mode with specific Docker packages. Hermit settings validates the skill frontmatter and allows you to configure Docker packages and unattended mode directly within the project configuration file.

Does modifying compaction thresholds and budgets require manual JSON editing?

No, modifying compaction thresholds and budgets does not require manual JSON editing. Hermit settings provides a guided interface to safely prompt for changes and write them directly to the .claude-code-hermit/config.json file.