skills/account-tools/SKILL.md
Miscellaneous account utilities — view join date, login history, connected accounts, appeal suspension, QR code sharing, share/embed tweets, upload contacts, and calculate account age. Use when users need account info tools not covered by other skills.
npx skillsauth add nirholas/xactions account-toolsInstall 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 account utility tasks on X/Twitter.
| Goal | File | Navigate to |
|------|------|-------------|
| View join date, login history, connected accounts | src/accountMisc.js | x.com |
| Appeal account suspension | src/accountMisc.js | x.com |
| Calculate account age | src/accountMisc.js | x.com/USERNAME |
| Generate QR code for a profile/tweet | src/qrCodeSharing.js | Any page |
| Share or embed a tweet | src/shareEmbed.js | Tweet page |
| Upload contacts for people discovery | src/uploadContacts.js | x.com |
XActions.accountMisc.viewJoinDate('username') // Scrape join date from profile
XActions.accountMisc.viewLoginHistory() // View active sessions (device, location, IP)
XActions.accountMisc.viewConnectedAccounts() // View linked external accounts (Google, Apple)
XActions.accountMisc.appealSuspension() // Navigate to account appeal/support page
XActions.accountMisc.exportAccountSummary() // Export account data as JSON
XActions.accountMisc.accountAgeCalculator('user') // Calculate account age in days/months/years
// Generates a QR code for any X profile or tweet URL
XActions.qr.generateProfile('username') // QR code for @username's profile
XActions.qr.generateTweet('tweetUrl') // QR code for a specific tweet
XActions.qr.download() // Download as PNG
// On a tweet page:
XActions.share.copyLink() // Copy tweet URL to clipboard
XActions.share.getEmbedCode() // Get HTML embed code for the tweet
XActions.share.openShare() // Open X's native share menu
Uploads phone contacts to X for "People you may know" discovery. Navigate to x.com/settings/contacts and paste the script.
viewLoginHistory() requires navigating to x.com/settings/sessionsviewConnectedAccounts() requires navigating to x.com/settings/connected_accountsappealSuspension() navigates to x.com/help/contact with suspension-related form pre-filledtools
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.