x-onboard

Create a batch of X/Twitter accounts with browser automation.

Command

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 commands/fullstacktard/claude-workflow/x-onboard
Clone the repo
git clone --depth 1 https://github.com/fullstacktard/claude-workflow
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,007 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.00011 $0.01007
Opus 5 $0.00005 $0.00504
Sonnet 5 $0.00002 $0.00201
Haiku 4.5 $0.00001 $0.00101

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

Security

Grade A, and why

x-onboard 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 today.

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.

all/commands/x-onboard.md · 62 lines

How it starts

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

$ARGUMENTS


X Account Onboarding Pipeline

You are orchestrating the X account onboarding workflow. This creates new X/Twitter accounts end-to-end.

Phase 1: Handle Selection

Spawn the x-account-creator agent to check handle availability and prepare the batch:

Task(subagent_type="x-account-creator", prompt="Phase: handle_selection\n\nSelect and verify available X handles for account creation.\n\nUser request: $ARGUMENTS\n\nSteps:\n1. Use geelark_change_handle to validate each desired handle is available (validates in real-time before saving)\n2. Generate alternative handles if any are taken\n3. Output the list of confirmed available handles\n\nDefault to 1 account if count not specified.")

Phase 2: Email Provisioning

For each confirmed handle, provision a dedicated email account. This is REQUIRED -- geelark_create_x_account requires a pre-provisioned mail.com/GMX email.

Task(subagent_type="email-provisioner", prompt="Phase: email_provisioning\n\nCreate email accounts for X signup verification.\n\nAccounts needed: {count}\n\nSteps:\n1. For each account, call email_create_account with provider 'mail.com'\n2. Record the account_id and email from each result\n3. Add 30-60 second delays between creations\n4. Output the list of provisioned emails with account_ids\n\nThese emails will be passed to geelark_create_x_account in the next phase.")

Phase 3: Account Creation

For each confirmed handle + provisioned email pair, spawn x-account-creator to run the full signup flow:

Task(subagent_type="x-account-creator", prompt="Phase: account_creation\n\nCreate an X account with the confirmed handle.\n\nHandle: {handle}\nEmail: {email}\nEmail Account ID: {email_account_id}\n\nSteps:\n1. Launch phone with geelark_launch_phone({ phone_id: 'PHONE_ID' })\n2. Call geelark_create_x_account with email, email_password, phone_id, and optional name/password/DOB\n3. Poll geelark_check_job_status every 15s until completed (takes 3-5 min)\n4. Account is auto-imported to vault on success -- no separate import step\n5. If creation fails, retry up to 3 times\n6. Report success/failure with account_id")

Read the full file on GitHub · 62 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. today First seen · 62 lines · 11 tokens per session scan A cf4d728b619a

Subscribe to this mod's changes

x-onboard is a command published in the GitHub repository fullstacktard/claude-workflow (14 stars, last pushed 5mo ago), licensed MIT. It adds 11 tokens to every session and 1,007 once invoked, about $0.0001 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-09-01.