twitter

Fetch X/Twitter timelines and bookmarks via Playwright with session cookies.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/eddmann/jeeves --skill twitter-eddmann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/eddmann/jeeves/tree/main/skills/twitter
Command: npx skills add https://github.com/eddmann/jeeves --skill twitter-eddmann

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright>=1.0, and includes scripts (resource) components.

What problem does it solve?

Users want a simple and reproducible way to pull their X/Twitter timeline and bookmarks for review, analysis, or reporting without manual scraping.

Core Features & Use Cases

  • Timeline extraction: fetch recent tweets from the user's home timeline and return structured data.
  • Bookmarks extraction: retrieve saved tweets along with metadata and links.
  • Use Case: When asked "what's on my timeline" or "show my bookmarks," provide a parsed, JSON-ready view of tweets.

Quick Start

Log into x.com, export your session cookies to workspace/skills/twitter/twitter-cookies.json, and run the skill to fetch your timeline and bookmarks.

Frequently Asked Questions about twitter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract my Twitter timeline and bookmarks into structured JSON?

You extract Twitter timeline and bookmarks into structured JSON by providing a session cookies file and using Playwright to fetch tweets, which returns a deterministic JSON array with author, handle, timestamp, content, and links.

What do I need to provide to fetch my X timeline using Playwright?

To fetch your X timeline using Playwright, you need to log into x.com, export your session cookies to the workspace/skills/twitter/twitter-cookies.json file, and run the skill to parse your feed.

Can I retrieve saved tweets from my Twitter bookmarks for reporting?

Yes, you can retrieve saved tweets from your Twitter bookmarks for reporting, as the skill extracts bookmarked tweets along with their metadata and links and returns them as structured JSON data.

Does extracting Twitter data with Playwright require manual web scraping?

Extracting Twitter data with Playwright does not require manual web scraping, because it automates the browser session using your exported cookies to reproducibly pull timeline and bookmark data into JSON.

What metadata fields are included when extracting tweets from my timeline?

When extracting tweets from your timeline, the metadata fields included in the JSON output are the author, handle, timestamp, content, and links for each tweet object.