capture-x-ai-lists
Capture X AI Lists
Overview
Collect raw-but-complete tweet records from two fixed X lists and save them as hourly markdown under /Users/yangyilin/docs/ai-list. This skill is for capture and archiving, not for writing a digest or opinionated summary.
Fixed Sources
AI-List:https://x.com/i/lists/2013541376945013033AI Leaders:https://x.com/i/lists/1278784207641284609
Access both through $agent-reach and the xreach CLI. Do not use the OpenClaw browser for opening the X lists. If any later step truly requires a browser, use only the OpenClaw browser.
Quick Start
- Run
python3 scripts/prepare_output_path.pyto create the date directory if needed and get the target markdown path. - Use
$agent-reach's X/Twitter access path andxreach list-tweetsagainst both fixed list URLs. - Capture only tweets from the last 60 minutes.
- Use
xreach tweetas the canonical expansion step for each kept tweet, so stored text is not limited to the preview returned by the list timeline.
More from jimliuxinghai/jim-skills
summarize-ai-list-daily
Summarize all markdown files under yesterday's /Users/yangyilin/docs/ai-list/YYYY-MM-DD folder into daily.md. Use when asked to produce a daily AI/news summary from the ai-list archive with priority on technical depth, architecture, engineering practice, tool evaluation, and other high-signal content, including strong single-source items.
1capture-hubtoday-chrome-dev
Capture the current HubToday AI资讯 page from https://ai.hubtoday.app/ and yesterday's Chrome Developers, OpenAI, and Claude blog updates, then save them to /Users/yangyilin/docs/ai-list/YYYY-MM-DD/hubtoday.md, chrome-dev.md, openai-blog.md, and claude-blog.md, where YYYY-MM-DD is yesterday in Asia/Shanghai. Use when asked to archive AI news and developer blog updates into the local ai-list daily folder.
1