twitter-reader
An agent skill by daymade, from daymade/claude-code-skills. Tags: download, image, markdown, social-listening, web.
What it does
Fetch Twitter/X post content including long-form Articles with full images and metadata. Use when Claude needs to retrieve tweet/article content, author info, engagement metrics, and embedded media. Supports individual posts and X Articles (long-form content). Automatically downloads all images to local attachments folder and generates complete Markdown with proper image references. Preferred over Jina for X Articles with images.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add daymade/claude-code-skills --skill twitter-reader
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/daymade/claude-code-skills
cp -r claude-code-skills/twitter-reader ~/.claude/skills/twitter-reader
Safety box score
Grade C, moderate risk: 35 of 100 risk points, rated 2026-09-20. The grade rates what the skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. How the score works.
Source
- Repository
- daymade/claude-code-skills (all skills from this repository)
- Path
- twitter-reader/SKILL.md
- Branch
- main
- Updated
- 2026-09-20
Related skills
- download-gemini-images — Download, export, save, or package images from a Google Gemini conversation/chat/app page.
- llm-icon-finder — Finding and accessing AI/LLM model brand icons from lobe-icons library. ), or request icons in SVG/PNG/WEBP formats.
- wps-doc-scraper — pof mind maps and canvases, as raw source data, original SVG/PNG, and Markdown.
- scrapling-skill — Install, troubleshoot, and use Scrapling CLI to extract HTML, Markdown, or text from webpages.
- last30days — Research what people actually say about any topic in the last 30 days.
- app-platform-networking — Configure domains, routing, CORS, VPC, static IPs, and inter-service communication for DigitalOcean App Platform.