Loading...
Loading...
Read and post on 微博 / Weibo (weibo.com) with the user's own login cookies (BYOC) — list their recent posts with repost/comment/like counts and publish a new 微博. Use when the user mentions 微博 / Weibo, "我的微博", reading their post engagement, or 发微博 / posting to Weibo.
npx skill4agent add acedatacloud/skills weiboweibo.com/ajaxurllib⚠️ Not yet E2E-verified. Unlike the other cookie skills (csdn / juejin / bilibili / medium), this one was built from the documented web API but could not be tested against a live account (no 微博 connection existed at build time). The first live run is the verification; if an endpoint shape drifted it will surface as a clear error rather than silent breakage.
WEIBO_COOKIESXSRF-TOKENx-xsrf-tokenstscripts/weibo.pyWB=$SKILL_DIR/scripts/weibo.py
python3 $WB whoami # who is logged in (+ counts)
python3 $WB posts --limit 20 # my recent 微博 + engagementreposts_countcomments_countattitudes_countpython3 $WB whoami
# → {"uid": "...", "name": "...", "statuses_count": ...}--confirm--confirm--confirmpython3 $WB post --content "你好,这是一条微博" # dry-run
python3 $WB post --content "你好,这是一条微博" --confirm # PUBLIC 微博 (immediate)--confirmWEIBO_COOKIES