bilibili
Installation
SKILL.md
bilibili — read & publish 专栏 via your own cookies
Drives the user's real Bilibili 专栏 (article) account through the same
api.bilibili.com web endpoints the site uses, authenticated by the login
cookie they captured with the ACE extension. No browser, no third-party deps —
urllib + hashlib (the article-list read endpoint needs WBI signing, done
with stdlib).
The connector injects the cookie jar as an env var:
BILIBILI_COOKIES— a JSON array of cookies. Secret — never echo or print it. It includesSESSDATA(auth) andbili_jct(the CSRF token used for writes).
CLI
The skill ships scripts/bilibili.py — self-contained, stdlib only.