yaml-config

Write and review Recyclarr YAML configuration files for instance and global settings.

2.1k|36|Updated Feb 4, 2021
One-click install
npx skills add https://github.com/recyclarr/recyclarr --skill yaml-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yaml-config
Source: https://github.com/recyclarr/recyclarr/tree/main/.opencode/skills/yaml-config
Command: npx skills add https://github.com/recyclarr/recyclarr --skill yaml-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you write, modify, and review Recyclarr YAML configuration files (recyclarr.yml, settings.yml), ensuring correctness and adherence to best practices.

Core Features & Use Cases

  • Configuration Assistance: Provides guidance on structure, properties, and common pitfalls for Recyclarr's YAML files.
  • Reference Material: Links to detailed documentation for recyclarr.yml and settings.yml.
  • Use Case: You need to configure Recyclarr to sync quality profiles from TRaSH Guides to your Sonarr instance. This Skill can help you structure the recyclarr.yml file correctly, referencing the appropriate trash_id and settings.

Quick Start

Use the yaml-config skill to help me write a recyclarr.yml file for Sonarr.

Frequently Asked Questions about yaml-config

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

FAQPage Schema
How do I configure Recyclarr to sync TRaSH Guides quality profiles to Sonarr?

To configure Recyclarr for Sonarr, you structure the `recyclarr.yml` file with the correct instance properties and reference the appropriate `trash_id` for the quality profiles you want to sync.

What is the difference between recyclarr.yml and settings.yml in Recyclarr?

The `recyclarr.yml` file defines instance configurations for syncing profiles to Radarr or Sonarr, while `settings.yml` manages global settings that apply across the entire Recyclarr deployment.

How do I avoid common mistakes when writing Recyclarr YAML configurations?

Avoid common Recyclarr YAML configuration mistakes by reviewing property structures, understanding merge behaviors, and referencing official documentation to ensure correct syntax and valid settings.

Can I use Recyclarr YAML configuration for both Sonarr and Radarr instances?

Yes, Recyclarr YAML configuration supports both Sonarr and Radarr instances, allowing you to define separate instance blocks within `recyclarr.yml` to sync profiles for each platform.

Why does my Recyclarr YAML merge behavior override existing Sonarr settings?

Recyclarr YAML merge behavior can override existing Sonarr settings depending on how properties are structured, so understanding the specific merge logic is necessary to prevent unintended profile changes.