Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @jack4world Updated 6/28/2026 927 downloads 0 stars Security: Pass

X Recap OpenClaw Plugin & Skill | ClawHub

Looking to integrate X Recap into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

Monitor and recap official X (Twitter) updates using actionbook-rs screenshots. Use when the user asks to track/recap X posts (especially official accounts like @AnthropicAI/@claudeai), set up or fix cron-based X monitoring, troubleshoot X login/spinner blank timelines, or standardize the “fetch → screenshot → recap” workflow.

Install

ClawHub CLI
openclaw skills install @jack4world/x-recap
Node.js (npx)
npx clawhub@latest install x-recap

Full SKILL.md

Open original
Metadata table.
namedescription
x-recapMonitor and recap official X (Twitter) updates using actionbook-rs screenshots. Use when the user asks to track/recap X posts (especially official accounts like @AnthropicAI/@claudeai), set up or fix cron-based X monitoring, troubleshoot X login/spinner blank timelines, or standardize the “fetch → screenshot → recap” workflow.

SKILL.md content below is scrollable.

X Recap (actionbook-rs)

Use actionbook-rs (/Users/daboluo/.openclaw/workspace/bin/actionbook) with --profile x to open X pages and save screenshots, then read screenshots to produce a recap.

Canonical workflow (keep cron + scripts consistent)

0) Ensure X login (profile=x)

If timeline screenshots are blank/spinner-only, re-login:

cd /Users/daboluo/.openclaw/workspace
./bin/actionbook --profile x browser open https://x.com/home

1) Fetch (single source of truth)

  • Breaking (full-page): run skills/x-recap/scripts/fetch_official_breaking.sh
  • Daily (lightweight): run skills/x-recap/scripts/fetch_official_daily.sh

Do not re-implement fetch logic inside cron payloads; cron should only call these scripts.

2) Recap from screenshots

Output rules (suggested):

  • If “major update”: emit 【快报】 + <=5 bullets + impacted software stock categories (no tickers) + 1–2 trading-framework ideas.
  • If not major: either one-liner “无重大官方更新” or stay silent (depending on user preference).

Resources

  • Runbook (login + common failure modes): references/runbook.md
ClawHub Registry URL: https://clawhub.ai/jack4world/skills/x-recap

Related skills

If this matches your use case, these are close alternatives in the same category.