Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Fix X spinner/blank screenshots: add retry + file-size threshold, stop swallowing errors, and fix workspace path resolution in fetch scripts.
What This Skill Does
Monitors X (Twitter) accounts by taking browser screenshots with actionbook-rs and summarizing recent posts. Supports breaking (full-page) and daily (lightweight) fetch modes. Built for cron scheduling around official accounts like @AnthropicAI and @claudeai.
Uses browser screenshots instead of the X API, bypassing rate limits and OAuth complexity.
When to use it
- Tracking official AI company announcements on X without using the API
- Running daily cron recaps of @AnthropicAI or @claudeai posts
- Recovering from blank or spinner-only X timeline screenshots
- Summarizing X updates for trading-context briefings
- Standardizing a fetch-screenshot-recap pipeline across multiple X accounts
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Recap the latest @AnthropicAI posts
- 1Verify X login by opening https://x.com/home with actionbook --profile x
- 2Run fetch_official_daily.sh to capture screenshots of the target account
- 3Read the saved screenshots from the output directory
- 4Determine whether content qualifies as a major update
- 5Emit 【快报】 with up to 5 bullets and trading-framework ideas, or output 无重大官方更新
Formatted recap noting any major product announcements, or a single-line confirmation that no significant updates were found
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.