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 harryvik990/x-autoThis skill uses the workspace's default tool permissions.
Browser console scripts for updating X/Twitter profile information.
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.
Updates X (Twitter) profile fields including bio, display name, location, website URL, avatar, and banner via Xquik API. Shows before/after diffs and requires explicit user approval per field or batch.
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