profile-management
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.
Best use case
profile-management is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using profile-management should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/profile-management/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How profile-management Compares
| Feature / Agent | profile-management | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Profile Management
Browser console scripts for updating X/Twitter profile information.
## Script Selection
| 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 |
## Update Profile
**File:** `src/updateProfile.js`
Programmatically updates profile fields: display name, bio, location, website, birth date.
### How to Use
1. Navigate to `x.com/settings/profile`
2. Open DevTools (F12) -> Console
3. Paste the script -> Enter
### Configuration
```javascript
const CONFIG = {
displayName: 'Your Name',
bio: 'Your new bio here',
location: 'City, Country',
website: 'https://example.com',
};
```
## Profile Manager
**File:** `src/profileManager.js`
Core module for reading and updating profile data. Used by other scripts that need profile context.
## QR Code Sharing
**File:** `src/qrCodeSharing.js`
Generates a shareable QR code for your X profile. Useful for in-person networking and cross-platform promotion.
## DOM Selectors
| 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 Limits
| Field | Limit |
|-------|-------|
| Display name | 50 characters |
| Bio | 160 characters |
| Location | 30 characters |
| Website | Valid URL |
| Avatar | Square image, 400x400px recommended |
| Header | 1500x500px recommended |
## Strategy Guide
### Optimizing profile for conversions
1. **Display name**: Full name + value proposition keyword (e.g., "Jane Smith | AI Engineer")
2. **Bio**: Lead with what you do, who you serve, proof (numbers), and CTA
3. **Location**: Include if relevant to your niche (e.g., "San Francisco, CA" for tech)
4. **Website**: Link to your most important conversion page (not just homepage)
5. **Avatar**: Professional headshot, face visible, good lighting, contrasting background
6. **Header**: Banner showing your work, product, or personal brand tagline
### Bio formula (160 chars max)
```
{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"
### Profile A/B testing
1. Use `src/updateProfile.js` to set version A
2. Run for 1 week, track follower growth with `src/followerGrowthTracker.js`
3. Switch to version B with `src/updateProfile.js`
4. Compare growth rates after another week
5. Keep the winning version
## Notes
- Profile updates take effect immediately after saving
- Avatar and header uploads require file input interaction
- Bio supports line breaks and emoji
- All scripts include dry-run mode by default
- Changes can be reverted by running the script again with old valuesRelated Skills
x-pro-management
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.
topic-management
Browse, follow, and unfollow X Topics. Manage your followed topics list and discover new ones by keyword. Use when users want to follow or unfollow topics on X, or manage their topic feed.
teams-management
Create and manage teams in XActions — invite members, assign roles, and collaborate on automation tasks. Use when users want to set up multi-user access or team-based account management.
notifications-management
Manages X/Twitter notifications including filtering by type, bulk management, notification scraping, and automated notification handling. Use when users want to manage, filter, scrape, or process X notifications in bulk.
lists-management
Creates, populates, and exports X/Twitter lists from the browser console. Supports creating public or private lists, bulk-adding members by username, and exporting list members as JSON. Use when users want to create lists, add members to lists, or export list data on X.
crm-management
Manage a CRM (Contact Relationship Management) system for your X followers and contacts. Tag, segment, search, and sync follower data. Use when users want to manage relationships with their X audience at scale.
community-management
Manages X/Twitter community memberships. Bulk-leave all communities, join communities by topic, and manage community interactions. Use when leaving all communities, joining niche communities, or managing community presence.
bookmarks-management
Manages X/Twitter bookmarks — organize by category with auto-tagging, clear all bookmarks in bulk, and export/scrape bookmarks with full metadata. Supports keyword-based categorization, CSV and JSON export, keep-filters, and folder creation (Premium). Use when users want to export, organize, or clear their X bookmarks.
blocking-muting-management
Mass block, unblock, mute, unmute, and manage accounts on X/Twitter. Includes bot detection and blocking, keyword-based muting, muted word management, spam reporting, and follower removal via soft-block. Use when users want to block bots, mass block/unblock accounts, mute by keywords, manage muted words, or remove followers.
billing-management
Manage XActions subscriptions and billing — view plans, start a Stripe checkout, open the billing portal, or cancel a subscription. Use when users want to upgrade, downgrade, or manage their XActions subscription.
xactions-mcp-server
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.
xactions-cli
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.