Rec Opml Ingest banner
danielrosehill danielrosehill

Rec Opml Ingest

Development community

Description

--- description: Parse an OPML file (typically a podcast subscription export) from ingest/opml/ and use it to seed/update the preference profile. --- # /opml-ingest Parse OPML files dropped in `ingest/opml/` and incorporate the user's existing podcast subscriptions into the preference profile. ## Steps ### 1. Find the file - Look in `ingest/opml/` for `.opml` files - If none, prompt the user to drop one in (most podcast apps export OPML — Pocket Casts, Apple Podcasts, Overcast, AntennaPod,

Installation

Installs to ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-opml-ingest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-opml-ingest && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/commands/rec-opml-ingest.md -o ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-opml-ingest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository