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.
npx agentmods add skills/nirholas/xactions/account-toolsnpx skills add nirholas/XActions --skill account-toolsgit clone --depth 1 https://github.com/nirholas/XActionsWhat 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.
| Model | Per session | Once 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 |
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.
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 tox.com/settings/sessionsviewConnectedAccounts()requires navigating tox.com/settings/connected_accountsappealSuspension()navigates tox.com/help/contactwith 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
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.
- yesterday First seen · 71 lines · 50 tokens per session scan A 9cafea937222
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.
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…
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.
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…
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.
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.
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".