Agent Plugins Marketplace
All plugins

appletv

v0.2.0

Find the Apple TVs on your network, pair with one, and control it from chat — and never say a command landed until the TV's own state says so.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install appletv for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add appletv@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “appletv” remain stable.

  • Codex: appletv@agent-plugin-marketplaceappletv@claude-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/natejswenson/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/appletv/.

Plugin files

skills/appletv/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/appletv/SKILL.md

Included Skills1

appletvskills/appletv/SKILL.md

Interact with and control the Apple TVs on the local network from the Mac you are on — scan for them, pair with one, and drive it: play, pause, skip, turn on or off, open an app or a deep link, type into the on-screen keyboard, navigate the menu, set the volume, and say what is playing — reading the device's state back after every command. Use when the user says "appletv", "control my apple tv", "connect to my apple tv", "find my apple tvs", "pair with the apple tv", "pause the apple tv", "turn off the tv", "what's playing on the apple tv", "open netflix on the living room tv", "skip the intro", "type stranger things into the tv", or wants to drive an Apple TV without picking up the remote. Built on pyatv over the Companion and AirPlay protocols.

Plugin manifests2

skills/appletv/.codex-plugin/plugin.json
{
  "name": "appletv",
  "version": "0.2.0",
  "description": "Find the Apple TVs on your network, pair with one, and control it from chat — and never say a command landed until the TV's own state says so.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/appletv",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "appletv",
    "shortDescription": "Find the Apple TVs on your network, pair with one, and control it from chat — and never say a command landed until the T",
    "longDescription": "Find the Apple TVs on your network, pair with one, and control it from chat — and never say a command landed until the TV's own state says so.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $appletv to help me."
    ]
  }
}
skills/appletv/.claude-plugin/plugin.json
{
  "name": "appletv",
  "version": "0.2.0",
  "description": "Find the Apple TVs on your network, pair with one, and control it from chat — and never say a command landed until the TV's own state says so.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/appletv",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[appletv on Agent Plugins Marketplace](https://pluginsmp.com/plugins/appletv)