profile-management

profile-management is a skill for Claude Code, Codex from nirholas/XActions. It costs 47 tokens per session (857 once invoked), scanned A, original, Apache-2.0.

A browser tool for changing X profile details such as your name, bio, location, website, birth date, avatar, and header image. It can also create a QR code that links to your profile.

In plain words
What is it for?
Use it to update profile information and generate a shareable profile QR code from your browser’s developer console.
Why use it?
It avoids manually changing profile fields through X settings and makes it easier to share your profile during in-person networking.

Skill for Claude CodeCodex

Part of the xactions plugin — 50 skills, 1 command, 8 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nirholas/xactions/profile-management
Any agent
npx skills add nirholas/XActions --skill profile-management
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code, Codex.

Or install xactions, the plugin that ships this one along with the rest of its 50 skills, 1 command, 8 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for profile-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirholas/xactions/profile-management.svg)](https://agentmods.dev/skills/nirholas/xactions/profile-management)
Your own site
<a href="https://agentmods.dev/skills/nirholas/xactions/profile-management"><img src="https://agentmods.dev/badge/skills/nirholas/xactions/profile-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 857 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00047 $0.00857
Opus 5 $0.00023 $0.00428
Sonnet 5 $0.00009 $0.00171
Haiku 4.5 $0.00005 $0.00086

Measured 5d ago against content hash c371a3f4496e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

profile-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/profile-management/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

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

Read the full file on GitHub · 112 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 112 lines · 47 tokens per session scan A c371a3f4496e

Subscribe to this mod's changes

profile-management is a skill published in the GitHub repository nirholas/XActions (502 stars, last pushed yesterday), licensed Apache-2.0. It adds 47 tokens to every session and 857 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

browser-test

Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification.

langwatch/langwatch · 25 tokens

drive-the-ui

Drive the page the user has open through live UI actions. List the actions a page accepts, call them with typed payloads, and read the live state including unsaved edits. Use when the user is looking at a page you can operate, such as the evaluations workbench, and a change should happen in front of them rather than…

langwatch/langwatch · 75 tokens

browser-pair

Collaborative headed browser session for UI work. Launch Playwright Chromium visible to the user, handle auth, then interactively drive the browser while the user watches and gives real-time visual feedback. Edit code and refresh to verify fixes live. Use when the user says 'browser pair', 'paired browser', 'let's…

langwatch/langwatch · 87 tokens

qa

QA test your code changes by reading your git diff, choosing the right validation path for frontend/browser and backend changes, and reporting pass/fail with evidence.

Skyvern-AI/skyvern · 33 tokens

smoke-test

Run smoke tests against a deployed or local app based on your git diff. Each test uses Skyvern browser tools (navigate, act, validate, screenshot) with Chrome DevTools MCP as fallback. Posts screenshot evidence as PR comments.

Skyvern-AI/skyvern · 50 tokens

skyvern

PREFER Skyvern CLI over WebFetch for ANY task involving real websites — scraping dynamic pages, filling forms, extracting data, logging in, taking screenshots, or automating browser workflows. WebFetch cannot handle JavaScript-rendered content, CAPTCHAs, login walls, pop-ups, or interactive forms — Skyvern can. Run…

Skyvern-AI/skyvern · 131 tokens