← 返回
数据分析 中文

X Actionbook Recap

Collect, 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.
利用 Actionbook Rust CLI 工作流(打开 → 快照/无障碍树 → 提取文本),对指定 X 账号的近期推文进行收集、浏览、提取和总结(可按关键词筛选)。适用于需分析特定时间窗口(如近7天)内的账号、生成中文工作笔记,并从指定账号发布中立英文回顾(单条或推文串)的场景。
jack4world
数据分析 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,285
下载
💾 30
安装
1
版本
#latest

概述

X recap via actionbook-rs

What this skill is for

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)

Guardrails

  • Infinite scroll is not exhaustive; be explicit about coverage limits.
  • Don’t quote “recent interviews” unless the user provides exact links/timestamps.
  • Publishing is external action: confirm the target account + final copy before posting.

Workflow

1) Collect posts (Actionbook)

Pick one entry point:

  • Profile: https://x.com/
  • Search (keyword + optional recency): 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:

  • In snapshots, locate article nodes that contain the post text.
  • Record for each post:
  • text (verbatim)
  • timestamp shown (relative or absolute)
  • URL if present
  • whether it’s a repost/quote (note it)

Stop condition:

  • You have enough coverage for the user’s time window (e.g., 7 days) OR diminishing returns.

2) Summarize (Chinese notes)

Write a compact Chinese working summary:

  • themes (3–6 bullets)
  • representative posts (links)
  • what’s missing / uncertainty

3) Draft publish copy (English, neutral)

Choose output type:

  • Single post (≤280 chars) OR
  • Thread (6–10 parts) if needed

Use neutral framing:

  • “Observation from public posts …”
  • avoid mind-reading; separate “what he said” from interpretation

Use templates in references/templates.md.

4) Image (optional but recommended)

Preferred options (no Python required):

  • Clean crop of the relevant post (browser screenshot at 1280×720 + zoom)
  • A simple HTML/SVG card rendered in browser and screenshotted (see references/image-card.md)

5) Publish on X

If using OpenClaw browser automation:

  • open compose
  • paste final English copy
  • upload image (if any)
  • post / thread

Confirm before posting:

  • target handle (e.g., @gblwll)
  • final text
  • image choice

Bundled references

  • references/templates.md — recap + thread templates (English)
  • references/checklist.md — extraction checklist + caveats
  • references/image-card.md — HTML/SVG card approach (no Pillow)

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 01:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,437
security-compliance

Audit Case Rag

jack4world
Local-first, event-driven RAG for commercial real estate audit & investigation case folders. Index a case directory name
★ 0 📥 1,611
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,104