account-tools

A group of browser-console utilities for miscellaneous X/Twitter account tasks. They cover account details, suspension appeals, QR codes, tweet sharing or embedding, and contact uploads.

In plain words
What is it for?
Use it to view join or login information, check connected accounts, calculate account age, create a QR code, share a tweet, or upload contacts.
Why use it?
It gathers account functions that do not belong to one specific area, so these smaller tasks do not require separate tools.

Skill for Claude CodeCodex

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/account-tools
Any agent
npx skills add nirholas/XActions --skill account-tools
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 673 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.00050 $0.00673
Opus 5 $0.00025 $0.00336
Sonnet 5 $0.00010 $0.00135
Haiku 4.5 $0.00005 $0.00067

Measured yesterday against content hash 9cafea937222, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

account-tools 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 yesterday.

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/account-tools/SKILL.md · 71 lines

How it starts

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

Account Tools (Miscellaneous)

Browser console scripts for account utility tasks on X/Twitter.

Script Selection

Goal File Navigate to
View join date, login history, connected accounts src/accountMisc.js x.com
Appeal account suspension src/accountMisc.js x.com
Calculate account age src/accountMisc.js x.com/USERNAME
Generate QR code for a profile/tweet src/qrCodeSharing.js Any page
Share or embed a tweet src/shareEmbed.js Tweet page
Upload contacts for people discovery src/uploadContacts.js x.com

accountMisc.js — Available Functions

XActions.accountMisc.viewJoinDate('username')       // Scrape join date from profile
XActions.accountMisc.viewLoginHistory()             // View active sessions (device, location, IP)
XActions.accountMisc.viewConnectedAccounts()        // View linked external accounts (Google, Apple)
XActions.accountMisc.appealSuspension()             // Navigate to account appeal/support page
XActions.accountMisc.exportAccountSummary()         // Export account data as JSON
XActions.accountMisc.accountAgeCalculator('user')   // Calculate account age in days/months/years

qrCodeSharing.js — Usage

// Generates a QR code for any X profile or tweet URL
XActions.qr.generateProfile('username')   // QR code for @username's profile
XActions.qr.generateTweet('tweetUrl')     // QR code for a specific tweet
XActions.qr.download()                     // Download as PNG

shareEmbed.js — Usage

// On a tweet page:
XActions.share.copyLink()               // Copy tweet URL to clipboard
XActions.share.getEmbedCode()           // Get HTML embed code for the tweet
XActions.share.openShare()              // Open X's native share menu

uploadContacts.js — Usage

Uploads phone contacts to X for "People you may know" discovery. Navigate to x.com/settings/contacts and paste the script.

Notes

  • viewLoginHistory() requires navigating to x.com/settings/sessions
  • viewConnectedAccounts() requires navigating to x.com/settings/connected_accounts
  • appealSuspension() navigates to x.com/help/contact with suspension-related form pre-filled
  • QR codes are generated client-side using a canvas element — no third-party service used
  • Contact upload is for discovery only; X encrypts contacts for matching

Read the full file on GitHub · 71 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. yesterday First seen · 71 lines · 50 tokens per session scan A 9cafea937222

Subscribe to this mod's changes

account-tools is a skill published in the GitHub repository nirholas/XActions (492 stars, last pushed 4d ago), licensed Apache-2.0. It adds 50 tokens to every session and 673 once invoked, about $0.0003 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

share

Use when a user needs a browser-accessible link to preview, present, or send Agent-generated workspace files, an entire project, or the current topic outside Super Magic—especially rendered output such as HTML that messaging or file-viewing channels cannot display directly—or when they need to find, reuse, change, or…

dtyq/magic · 69 tokens

multi-perspective-meeting

Turn a single Agent into a full multi-perspective meeting. The Agent auto-generates one role-played participant per perspective, runs a structured debate with cross-examination, converges to a conclusion, and outputs an HTML meeting-minutes file. Trigger on any research / analysis / discussion / decision request.

Kim-FengLei/multi-perspective-meeting · 67 tokens

use-agent-browser-for-airi

Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…

moeru-ai/airi · 87 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

mintlify-preview

Run the public Mintlify product docs site locally for live preview. Use when previewing or iterating on docs under docs/ (.mdx/.md pages, docs.json nav), or when the user says "start the docs", "run mintlify", "preview the docs site".

latitude-dev/latitude-llm · 69 tokens