skills/profile-management/SKILL.md
Updates X/Twitter profile information including bio, avatar, header image, display name, location, website, and QR code sharing. Use when updating profile fields, optimizing profile for growth, or sharing profile via QR code.
npx skillsauth add harryvik990/X-auto profile-managementInstall 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 updating X/Twitter profile information.
| Script | File | Purpose |
|--------|------|---------|
| Profile Manager | src/profileManager.js | Core profile management operations |
| Update Profile | src/updateProfile.js | Update bio, name, location, website |
| QR Code Sharing | src/qrCodeSharing.js | Generate and share profile QR codes |
File: src/updateProfile.js
Programmatically updates profile fields: display name, bio, location, website, birth date.
x.com/settings/profileconst CONFIG = {
displayName: 'Your Name',
bio: 'Your new bio here',
location: 'City, Country',
website: 'https://example.com',
};
File: src/profileManager.js
Core module for reading and updating profile data. Used by other scripts that need profile context.
File: src/qrCodeSharing.js
Generates a shareable QR code for your X profile. Useful for in-person networking and cross-platform promotion.
| Element | Selector |
|---------|----------|
| Edit profile button | [data-testid="editProfileButton"] |
| Avatar edit | [data-testid="editProfileAvatar"] |
| Header edit | [data-testid="editProfileHeader"] |
| Save button | [data-testid="Profile_Save_Button"] |
| User name display | [data-testid="UserName"] |
| User description | [data-testid="UserDescription"] |
| User location | [data-testid="UserLocation"] |
| User URL | [data-testid="UserUrl"] |
| Field | Limit | |-------|-------| | Display name | 50 characters | | Bio | 160 characters | | Location | 30 characters | | Website | Valid URL | | Avatar | Square image, 400x400px recommended | | Header | 1500x500px recommended |
{What you do} for {who you serve}
{Proof/credentials}
{CTA or link description}
Example: "Building AI tools for indie hackers | 10K+ users | Free at example.com"
src/updateProfile.js to set version Asrc/followerGrowthTracker.jssrc/updateProfile.jstools
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.