A read-only PyPI JSON API client that lets you inspect Python package metadata, versions, release files, and vulnerability data from the command line. Built on the Printing Press pattern, so it's designed for agent-friendly output with JSON envelopes, field selection to keep context small, and explicit provenance tracking (live vs. cached). The RSS commands are handy for monitoring new packages and recent updates. No auth required, which is refreshing. It won't let you publish or mutate anything, just look things up. If you're building tooling that needs to check package info or scan for vulnerabilities in a scriptable way, this does the job without pulling in the full pip machinery.
npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-pypi