toutiao
Installation
SKILL.md
toutiao — read & publish on 今日头条 via your own cookies
Drives the user's real 头条号 through the same mp.toutiao.com creator APIs
the web console uses, 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:
TOUTIAO_COOKIES— a JSON array of cookies. Secret — never echo or print it. The CLI reads it for you.
Writes echo the
csrftokencookie back as theX-CSRFTokenheader (the CLI does this). Reads and writes are otherwise cookie-only — no request signing.
CLI
The skill ships scripts/toutiao.py — self-contained, stdlib only.