arr-yourskill

arr-yourskill is a skill for Claude Code, Codex from t3chnaztea/arr-stack-skills. It costs 6 tokens per session (757 once invoked), scanned A, original, MIT.

A guide for writing and organizing skills for an Arr media setup, where Arr apps manage and organize downloaded films and shows. It assumes the connection and read-after-write rules from arr-connect and points to related skills for specific areas.

In plain words
What is it for?
Use it when creating or editing skills covering media-stack context, quality profiles, library hygiene, downloads, or playback.
Why use it?
It provides shared writing rules and prevents one skill from repeating instructions that belong in another skill.

Skill for Claude CodeCodex

Part of the arr plugin — 7 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/t3chnaztea/arr-stack-skills/template
Any agent
npx skills add t3chnaztea/arr-stack-skills --skill template
Clone the repo
git clone --depth 1 https://github.com/t3chnaztea/arr-stack-skills

Made for: Claude Code, Codex.

Or install arr, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for arr-yourskill

README.md
[![agentmods](https://agentmods.dev/badge/skills/t3chnaztea/arr-stack-skills/template.svg)](https://agentmods.dev/skills/t3chnaztea/arr-stack-skills/template)
Your own site
<a href="https://agentmods.dev/skills/t3chnaztea/arr-stack-skills/template"><img src="https://agentmods.dev/badge/skills/t3chnaztea/arr-stack-skills/template.svg" alt="Measured on agentmods" height="20"></a>
Per session 6 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 757 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00006 $0.00757
Opus 5 $0.00003 $0.00378
Sonnet 5 $0.00001 $0.00151
Haiku 4.5 $0.00001 $0.00076

Measured 4d ago against content hash e4174cdf256d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

arr-yourskill scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Markdown only.** This collection ships doctrine and fenced curl recipes,
template/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Arr Yourskill

One or two sentences: what this covers, and that it assumes the connection pattern and read-after-write doctrine from arr-connect. Cross-reference siblings by name (arr-context-map, arr-quality-profiles, arr-library-hygiene, arr-downloads, arr-playback) instead of repeating their content.

Guidelines for a good arr skill

Delete this section in your real skill; it is guidance for authoring.

  • Name: arr-<area>, lowercase and hyphens only. The directory name MUST equal the frontmatter name.
  • Description: starts with "Use when…", lists concrete triggers, symptoms, and error strings, ends with a "not for X, use Y" pointer. No workflow summary: an agent will follow the description instead of reading the body.
  • Markdown only. This collection ships doctrine and fenced curl recipes, not scripts. The agent writes whatever throwaway code a task needs, fresh, against the actual instance. Recipes stay honest where scripts rot.
  • Original prose only. Do not paste from the app wikis or the TRaSH guides. Write the lesson those do not teach and link them as the canonical reference.
  • Parameterize everything instance-specific. $ARR_URL and $ARR_KEY from the environment, never a literal key. <arr-host>, never a real IP or hostname. Profile ids shown as examples must be flagged as examples, because ids are per-install and an agent will otherwise use yours.
  • No inventory. No real library contents, no root folder listings from your own box, no indexer names, no VPN provider account details. If an example needs a title, use a well-known one to illustrate a category, not a dump of what you own.
  • Verify against ground truth. Every write recipe ends by reading the resource back from a fresh GET and showing before and after. Arr PUTs silently no-op; a skill that does not verify teaches a bad habit.
  • Say which version you checked and when. Endpoints and behaviours move between releases. An undated claim cannot be maintained.
  • Keep SKILL.md under ~500 lines; push heavy detail into references/*.md.

Read the full file on GitHub · 67 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 67 lines · 0 tokens per session scan A e4174cdf256d

Subscribe to this mod's changes

arr-yourskill is a skill published in the GitHub repository t3chnaztea/arr-stack-skills (1 stars, last pushed 12d ago), licensed MIT. It adds 6 tokens to every session and 757 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

yarr

This skill should be used when the user wants to query or automate their media automation stack — Sonarr (TV shows), Radarr (movies), Prowlarr (indexers), Tautulli (Plex stats), Overseerr (media requests), SABnzbd (Usenet downloads), qBittorrent (torrents), Plex (media server), Jellyfin, Bazarr (subtitles), or…

dinglebear-ai/yarr · 258 tokens

overseerr

This skill should be used when the user wants to request movies or TV shows via Overseerr, monitor or manage media requests, or check request status. Triggers include: "request a movie", "request a TV show", "add to Overseerr", "check request status", "pending requests", "is my request done", "Overseerr status"…

dinglebear-ai/yarr · 0 tokens

plex

This skill should be used when the user wants to interact with their Plex Media Server. Triggers include: "check Plex", "search Plex", "what's on Plex", "what's playing on Plex", "who's watching", "Plex sessions", "active streams", "Plex library", "browse movies", "browse TV shows", "recently added", "on deck"…

dinglebear-ai/yarr · 0 tokens

radarr

This skill should be used when the user wants to manage movies in Radarr. Triggers include: "add a movie", "search Radarr", "find a film", "download a movie", "remove a movie", "add movie collection", "check if movie exists", "is [film] in my library", "monitor a film", "check download queue", "Radarr library", or any…

dinglebear-ai/yarr · 0 tokens

sonarr

This skill should be used when the user wants to manage TV shows in Sonarr. Triggers include: "add a TV show", "add to Sonarr", "search Sonarr", "find a series", "remove a show", "delete show", "check if show exists", "is [show] in my library", "what's airing this week", "upcoming episodes", "Sonarr library", or any…

dinglebear-ai/yarr · 0 tokens

prowlarr

This skill should be used when the user asks to search torrent or usenet indexers, find a release (by title, TVDB/IMDB/TMDB id), list or check indexer health/status, test indexers, enable/disable/delete an indexer, sync indexers to Sonarr or Radarr, connect Prowlarr to another app, or mentions Prowlarr or indexer…

dinglebear-ai/yarr · 88 tokens