mcpbeat Sign in

Twitter Watch Agent Skill

提取一系列 Twitter 推文的互动数据并整合生成报告

5k tokens
context cost
the whole folder, loaded on every use
4
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
249
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/cafe3310/public-agent-skills --skill twitter-watch

The instruction itself

5 sections, as written by the author

twitter-watch

一个自动监控 Twitter 互动数据的 Agent 技能,旨在通过模拟真人行为获取最准确的推文表现指标。

工作原理与设计意图

为了确保抓取成功率并规避反爬虫机制,watch.py 脚本采用了以下设计:

  • 自动配置: 脚本启动时会自动检查并确保 ~/.agent-browser/config.json 中配置了 {"autoConnect": true},这确保了 agent-browser 优先尝试连接用户已打开的真实浏览器。
  • 强制有头模式: 所有命令均附带 --headed 参数,确保浏览器界面可见,方便用户监控和必要时介入(如处理验证码)。
  • 真实浏览器验证: 脚本会检查 navigator.userAgent。如果仍处于 Headless 模式或未建立连接,脚本将发出警示。
  • 持久化会话: 使用 --session-name twitter-watch。如果用户已在浏览器登录,脚本将继承登录状态。
  • 拟人化滚动与随机延迟: 模拟真实用户行为,触发推文动态加载。

使用方法

1. 对非技术用户的说明 (当用户询问如何使用时)

如果用户询问如何使用此功能,请务必提供以下简洁的操作指南:

> Twitter 监控使用说明:

> 1. 开启浏览器调试模式:在 Chrome 地址栏输入 chrome://inspect/#remote-debugging 并回车,确保勾选 "允许远程调试"。

> 2. 准备环境:脚本会自动为您配置 agent-browser。在使用过程中,如果 Chrome 弹出“是否允许远程调试”提示,请务必点击“允许”。

> 3. 准备链接文件:将想要监控的 Twitter 链接放入文本文件(如 links.txt),每行一个。

> 4. 发送文件路径:将文件路径发送给我,我将自动抓取数据并生成 twitter_report.md 报告。

2. 执行流程 (Agent 必读)

  • 环境准备: 确保已安装 agent-browser 和 python3。
  • 人工验证:
  • 首先运行:agent-browser --headed --session-name twitter-watch open https://www.google.com。
  • 使用 ask_user 确认用户已看到窗口并允许连接。
  • 启动监控:
   python3 skills/twitter-watch/scripts/watch.py links.txt

输出规范

1. 单条结果 (JSON)

文件名:output_<tweet_id>.json

包含 raw (原文) 和 val (数值) 字段。

2. 汇总报告 (Markdown)

文件名:twitter_report.md

包含操作系统信息、生成时间以及带有格式化数字的表格。

环境要求

  • Python 3.6+
  • Node.js & NPM
  • agent-browser CLI
  • Google Chrome 浏览器 (已启用远程调试)

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take cafe3310/twitter-watch from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.