medium
Installation
SKILL.md
medium — read & publish on Medium via your own cookies
Drives the user's real Medium account through the same internal web API the
site uses (Medium retired its public write API in 2023), authenticated by the
login cookie they captured with the ACE extension. No browser, no third-party
deps — just urllib.
The connector injects the cookie jar as an env var:
MEDIUM_COOKIES— a JSON array of cookies (sid,uid,xsrf). Secret — never echo or print it. The CLI echoes thexsrfcookie as thex-xsrf-tokenheader on writes for you. If the captured jar has noxsrfcookie (common), the CLI mints one automatically before writing, so publishes no longer fail with "Missing xsrf token".
CLI
The skill ships scripts/medium.py — self-contained, stdlib only.