X

X is a skill for Claude Code, Codex from notforyou23/home23. It costs 33 tokens per session (1,230 once invoked), scanned A, original, MIT.

A skill for working directly with X, the social network formerly called Twitter. It uses a logged-in browser session by default and can read, search, post, and reply.

In plain words
What is it for?
Reading tweets and threads, searching posts, checking timelines and mentions, and posting or replying. It can also save timeline or search results as JSON.
Why use it?
It provides one consistent way to operate an X account. It keeps posting and replying available only when the user explicitly requests those actions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reading tweets and threads, searching posts, checking timelines and mentions, and posting or replying. It can also save timeline or search results as JSON.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notforyou23/home23/x
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.

Any agent
npx skills add notforyou23/home23 --skill x
Clone the repo
git clone --depth 1 https://github.com/notforyou23/home23

Made for: Claude Code, Codex.

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 X

README.md
[![agentmods](https://agentmods.dev/badge/skills/notforyou23/home23/x.svg)](https://agentmods.dev/skills/notforyou23/home23/x)
Your own site
<a href="https://agentmods.dev/skills/notforyou23/home23/x"><img src="https://agentmods.dev/badge/skills/notforyou23/home23/x.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,230 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00033 $0.01230
Opus 5 $0.00016 $0.00615
Sonnet 5 $0.00007 $0.00246
Haiku 4.5 $0.00003 $0.00123

Measured 8d ago against content hash b11c603a04d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

X 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 8d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (hooks/before-run.js, index.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

workspace/skills/x/SKILL.md · 157 lines

How it starts

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

X

Use this skill for direct X/Twitter work. It is the canonical Home23 interface for X: the logged-in bird browser session is the default for reads, search, posting, and replies. Use the official API only with explicit backend:"api"; configured credentials never select metered API access automatically. Do not use ad hoc shell snippets for normal X work.

When to use

Use x when the task is:

  • reading a tweet or thread from a URL
  • searching X for live conversation
  • checking timeline or mentions
  • posting or replying on X

Actions

timeline

Fetches both Following and For You feeds and writes a JSON snapshot into the agent workspace.

Input:

{
  "count": 20
}

read

Reads a specific tweet by URL or ID.

Input:

{
  "url": "https://x.com/user/status/123"
}

search

Searches X and optionally saves the raw JSON result.

Input:

{
  "query": "home23",
  "count": 10
}

mentions

Checks mentions for the logged-in account or a specific handle.

post

Posts a tweet. Use only when the user explicitly wants X activity.

Input:

{
  "text": "short tweet text",
  "media": ["/absolute/path/to/image.png"],
  "alt": ["optional alt text"],
  "confirm": true
}

Generated-image safe path:

{
  "text": "short tweet text",
  "generatedImage": "latest",
  "requireMedia": true,
  "requireGeneratedImage": true,
  "alt": ["optional alt text"],
  "confirm": true
}

delete

Deletes a tweet owned by the authenticated account. Use only for explicit cleanup/testing.

Input:

{
  "tweetId": "123",
  "confirm": true
}

reply

Replies to a tweet by URL or ID.

Input:

{
  "url": "https://x.com/user/status/123",
  "text": "reply text",
  "confirm": true
}

Can also attach generated media safely with generatedImage:"latest", requireMedia:true, and requireGeneratedImage:true.

Gotchas

  • post, reply, and delete require confirm: true on every backend. The skill blocks write/delete actions without it.
  • bird is the default backend. Pass backend:"api" only when you specifically need official API behavior and accept X API charges.
  • For normal Home23 agent work, this skill is the only approved write path for X. Do not call bird directly for posting/replying unless you are debugging this skill or the user explicitly asks for raw CLI diagnostics.
  • Use x-research for read-only target discovery, discourse scans, profiles, and thread follow-up. Come back to x only for authenticated account actions.
  • When doing outreach, prefer a reply queue first: candidate URL, why it fits, draft in the user's voice, include-link yes/no, priority, and posted/skipped/failed state. Avoid repeated repo-link replies that look spammy.
  • Official API write/media/delete actions require OAuth 1.0a user-context credentials at secrets.skills.x.apiKey, apiSecret, accessToken, and accessTokenSecret. Image media uses the v1.1 chunked upload flow (INIT/APPEND/FINALIZE) before v2 tweet creation.
  • For "generate an image and post it" workflows, use generatedImage:"latest" plus requireMedia:true and requireGeneratedImage:true. This resolves the newest receipt from workspace/media/generated-images and refuses screenshots/random PNGs.
  • bird must have working browser cookies for timeline/mentions or explicit backend:"bird" fallback. If X auth is stale, those calls will fail cleanly.
  • This skill is for X itself. If you just need web content from an X link, browser-automation may still be better.

Read the full file on GitHub · 157 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 157 lines · 33 tokens per session scan A b11c603a04d8

Subscribe to this mod's changes

X is a skill published in the GitHub repository notforyou23/home23 (11 stars, last pushed 3d ago), licensed MIT. It adds 33 tokens to every session and 1,230 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