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 nirholas/xactions 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.
development
Enable and integrate x402 crypto payment protocol for XActions API access. Supports multi-chain, multi-token payments for pay-per-use API calls. Use when users want to pay for XActions operations with crypto or integrate x402 into their own agent/app.
tools
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.