Download all posts from a specific Weibo user profile by using agent browser automation over Chrome CDP with manual-login session reuse. Use when tasks require opening a Weibo user page, loading more timeline items by scrolling, extracting post text and media links, downloading images/videos to local folders, and exporting structured metadata files.
Treat this skill as a layered system, not a single script.
SKILL.md (this file) is the policy layer.
references/architecture.md is the strategy layer.
scripts/*.ts is the execution layer.
open -na "Google Chrome" --args --remote-debugging-port=9223 --user-data-dir="$HOME/.chrome-labali-no-proxy" --no-proxy-server.posts.json, user.md, and per-post post.md.posts.json and user.md.A run is successful only when all conditions hold:
<timestamp>-<user_slug>.posts.json and user.md are generated.post.md and downloaded media when available.Use skill.yaml as the source of truth for input schema.
open -na "Google Chrome" CDP command,user_url is missing, prompt interactively,output_dir is missing, prompt interactively with default.If failure handling or extraction decisions are unclear, load
references/architecture.md. If extraction strategy for a specific content type is unclear, loadreferences/plan.md.
references/architecture.mdreferences/plan.mdscripts/core.tsscripts/executor.tsscripts/run.tstests/test_regression.sh