From xactions
Updates X/Twitter profile fields like display name, bio, location, website, avatar, header via browser console JavaScript scripts. Generates QR codes for sharing and provides optimization strategies.
npx claudepluginhub nirholas/xactionsThis skill uses the workspace's default tool permissions.
Browser console scripts for updating X/Twitter profile information.
Updates X (Twitter) profile: bio, display name, location, website, avatar, or banner via xquik API endpoints. Shows before/after diffs and requires explicit user approval per field.
Runs JavaScript console scripts on X/Twitter for account utilities: view join date/login history/connected accounts, appeal suspension, QR codes for profiles/tweets, tweet share/embed, contact upload, account age calc.
Optimizes Xiaohongshu profiles by refining avatar, username, bio, featured content, and highlights to boost first impressions and follower conversion rates. Use for new setups, rebrands, or low conversions.
Share bugs, ideas, or general feedback.
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.js