skills/articles-longform/SKILL.md
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.
npx skillsauth add harryvik990/X-auto articles-longformInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Browser console scripts for creating and managing X/Twitter Articles (Premium+ feature).
| Goal | File | Navigate to |
|------|------|-------------|
| Publish an article | src/articlePublisher.js | x.com/compose/article |
| Convert thread to article | src/contentRepurposer.js | x.com/USERNAME |
| Track article performance | src/tweetPerformance.js | x.com/USERNAME |
| Generate blog outline | src/contentRepurposer.js | x.com/USERNAME |
File: src/articlePublisher.js
Assists with article composition on X's article editor.
x.com/compose/articleXActions.setTitle(text) -- Set article titleXActions.setSubtitle(text) -- Set subtitleXActions.addParagraph(text) -- Add body paragraphXActions.addHeading(text, level) -- Add heading (h2, h3)XActions.addImage(url, alt) -- Insert imageXActions.preview() -- Preview formatted articleXActions.publish() -- Publish (with confirmation prompt)| Element | Selector |
|---------|----------|
| Article editor | [data-testid="articleEditor"] |
| Title field | [data-testid="articleTitle"] |
| Body editor | [data-testid="articleBody"] |
| Cover image | [data-testid="articleCoverImage"] |
| Publish button | [data-testid="articlePublishButton"] |
| Save draft | [data-testid="articleSaveDraft"] |
src/tweetPerformance.js to find your best-performing threadssrc/contentRepurposer.js -> XActions.toBlog(i) to generate article outlinex.com/compose/articlesrc/articlePublisher.js to format and publishsrc/contentRepurposer.js -> XActions.toBlog(i) for keyword suggestionsx.com/USERNAME/articles/IDtools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
content-media
Researches trending topics and competitor threads to generate high-engagement thread content with optimized hooks, value ladders, and calls to action. Use when creating threads or planning viral content.
tools
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.