Produce a repeatable “collect → extract → summarize → publish” workflow for any X handle (optionally with a keyword) using the actionbook-rs approach:
1) actionbook browser open the profile/search page
2) actionbook browser snapshot to get the accessibility tree (incl. article nodes)
3) (optional) actionbook browser eval to scroll
4) extract post text from article blocks
5) analyze + draft output (Chinese internal notes; English publish)
6) publish on X (neutral tone; optionally attach an image)
Pick one entry point:
https://x.com/https://x.com/search?q=from%3A%20&src=typed_query&f=live Commands (example):
# open (profile)
actionbook browser open "https://x.com/<handle>"
# snapshot (repeat after each scroll)
actionbook browser snapshot --refs aria --depth 18 --max-chars 12000
# scroll a bit
actionbook browser eval "window.scrollBy(0, 2200)"
Extraction heuristic:
article nodes that contain the post text.Stop condition:
Write a compact Chinese working summary:
Choose output type:
Use neutral framing:
Use templates in references/templates.md.
Preferred options (no Python required):
references/image-card.md)If using OpenClaw browser automation:
Confirm before posting:
references/templates.md — recap + thread templates (English)references/checklist.md — extraction checklist + caveatsreferences/image-card.md — HTML/SVG card approach (no Pillow)共 1 个版本