Install
openclaw skills install x-actionbook-recapCollect, scroll, extract, and summarize recent X (Twitter) posts for any handle (optionally filtered by keyword search) using the Actionbook Rust CLI (actionbook-rs) workflow (open → snapshot/accessibility tree → extract `article` text). Use when asked to analyze a handle over a time window (e.g., last 7 days), produce Chinese working notes, and publish a neutral English recap (single post or thread) from a specified account.
openclaw skills install x-actionbook-recapProduce a repeatable “collect → extract → summarize → publish” workflow for any X handle (optionally with a keyword) using the actionbook-rs approach:
actionbook browser open the profile/search pageactionbook browser snapshot to get the accessibility tree (incl. article nodes)actionbook browser eval to scrollarticle blocksPick one entry point:
https://x.com/<handle>https://x.com/search?q=from%3A<handle>%20<keyword>&src=typed_query&f=liveCommands (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)