agentwire-config

Document AgentWire's config.yaml fields and per-session .agentwire.yml integration.

19|6|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/dotdevdotdev/agentwire-dev --skill agentwire-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentwire-config
Source: https://github.com/dotdevdotdev/agentwire-dev/tree/main/.claude/skills/agentwire-config
Command: npx skills add https://github.com/dotdevdotdev/agentwire-dev --skill agentwire-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Document AgentWire's central configuration to simplify setup, maintenance, and safe operation.

Core Features & Use Cases

  • Documents the main sections of the config (server, projects, tts, stt, agent, dev, services, executables, uploads, artifacts, wiki, portal, channels, scheduler, worktree, overnight, session defaults).
  • Provides guidance for setting up or debugging TTS/STT backends, wiring up a new channel bridge, and explaining config fields to users across single-machine and multi-machine deployments.
  • Serves as a practical reference when editing per-project configurations and scripting validation checks.

Quick Start

Edit ~/.agentwire/config.yaml to adjust server, channels, or TTS/STT settings, then restart AgentWire to apply changes.

Frequently Asked Questions about agentwire-config

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

FAQPage Schema
How do I configure TLS and server settings in config.yaml for multi-machine deployments?

Configure TLS and server settings in config.yaml by editing the server section to specify required fields, ensuring safe edits and predictable restarts across multi-machine deployments. AgentWire central configuration specifies the exact layout for synchronizing these settings.

What is the correct config.yaml layout for enabling channels and TTS/STT services?

The config.yaml layout for channels and TTS/STT services uses dedicated top-level sections to define backend settings and bridge wiring. AgentWire configuration documents these required fields to ensure safe operation and proper service synchronization.

How does per-session .agentwire.yml integration work with the main config.yaml?

Per-session .agentwire.yml integration works alongside the central config.yaml to apply project-level overrides while maintaining core server, TLS, and channel settings. This ensures configurations stay synchronized across local and multi-machine deployments.

Can I use AgentWire configuration to debug worktree and channel bridge setup issues?

Yes, AgentWire configuration serves as a practical reference for debugging worktree and channel bridge setup issues. It documents the required fields and layout to validate settings, wire up new channel bridges, and ensure safe edits during maintenance.

What are the main sections I need to edit in config.yaml to adjust session defaults and scheduler settings?

The main sections to edit in config.yaml for session defaults and scheduler settings are explicitly documented as top-level keys within the central configuration. Adjusting these fields and restarting AgentWire applies the changes predictably across deployments.

Why does restarting AgentWire not apply my updated config.yaml settings?

Restarting AgentWire fails to apply updated config.yaml settings when required fields are missing or misaligned with the documented layout. Use the configuration reference to validate server, TLS, and channel fields, ensuring safe edits and predictable restarts.