x

x is a skill for Claude Code, Codex from Day1Labs/OpenAva. It costs 27 tokens per session (880 once invoked), scanned A, original, MIT.

A skill for retrieving information from X, the social network formerly known as Twitter, through structured queries. It covers profiles, posts, followers, and accounts a user follows.

In plain words
What is it for?
For finding posts about a topic, viewing a user’s profile or timeline, examining follower networks, and switching stored X credentials.
Why use it?
It gives coding agents a defined way to look up X data and manage the credentials needed for authenticated access.

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/day1labs/openava/x
Any agent
npx skills add Day1Labs/OpenAva --skill x
Clone the repo
git clone --depth 1 https://github.com/Day1Labs/OpenAva

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/day1labs/openava/x.svg)](https://agentmods.dev/skills/day1labs/openava/x)
Your own site
<a href="https://agentmods.dev/skills/day1labs/openava/x"><img src="https://agentmods.dev/badge/skills/day1labs/openava/x.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 880 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.00027 $0.00880
Opus 5 $0.00014 $0.00440
Sonnet 5 $0.00005 $0.00176
Haiku 4.5 $0.00003 $0.00088

Measured 4d ago against content hash 2fbb5671b861, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

OpenAva/Runtime/Agent/Skills/x/SKILL.md · 96 lines

How it starts

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

X

Use this skill when the task is specifically about X content or account graphs and you want structured results from the authenticated web GraphQL endpoints instead of only scraping public web pages.

What this skill is good for

  • search recent or top tweets for a topic
  • fetch a user's profile data
  • fetch a user's own tweet timeline
  • inspect followers or following with cursor pagination
  • switch between stored credentials and inline credentials when needed
  1. If the task needs authenticated X data and credentials may not be configured yet, call x_auth with action: "status" first.
  2. If credentials are missing and the user has provided auth_token and optionally ct0 / bearer, save them with x_auth using action: "set".
  3. Use x_query with exactly one operation at a time:
    • user_profiles for one or more usernames
    • profile_tweets for a single target user timeline
    • followers / following for graph traversal
    • search_tweets for topic or keyword discovery
  4. For profile_tweets, followers, and following, prefer username unless you already have a userId.
  5. For search_tweets, start with maxResults: 10 to 20, then follow nextCursor only if the user wants deeper coverage.
  6. When the returned data is insufficient or the user needs page-level context, follow up with web_fetch on a tweet URL or profile URL.

Search guidance

Prefer search_tweets in these cases:

  • the user asks what people are saying about a topic
  • the user wants recent posts from multiple accounts
  • the user wants structured filters like:
    • fromUsers
    • exactPhrases
    • hashtagsAny
    • tweetType
    • minLikes
    • since / until

Useful tweetType values:

  • all
  • originals_only
  • replies_only
  • retweets_only
  • exclude_replies
  • exclude_retweets

Use displayType: "latest" for recent coverage and displayType: "top" for more ranked results.

Pagination guidance

  • followers, following, profile_tweets, and search_tweets may return nextCursor
  • only continue pagination when the user actually needs more than the first page
  • mention when the result is only the first page of a larger set

Read the full file on GitHub · 96 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. 4d ago First seen · 96 lines · 27 tokens per session scan A 2fbb5671b861

Subscribe to this mod's changes

x is a skill published in the GitHub repository Day1Labs/OpenAva (10 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 880 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-08-31.

Related

Other skills, from other repositories

agent-harness-fault-injection

Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.

sickn33/agentic-awesome-skills · 34 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

error-recovery

Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.

bradygaster/squad · 24 tokens

agentic-workflow-designer

Conversational skill that interviews users to design new agentic workflows.

bradygaster/squad · 19 tokens

security-review

How to review PRs for security — credentials, injection, workflow permissions, supply chain, git operation safety.

bradygaster/squad · 24 tokens

shogun-screenshot

スクリーンショットの取得・加工を行う。ローカルスクショから最新画像を取得、 PlaywrightでWebページをキャプチャ、画像のトリミング・リサイズ、機微情報を黒塗りマスキング。 記事執筆、レポート作成、UI確認、画像加工時に起動。 「スクショ」「スクリーンショット」「画面キャプチャ」「最新のスクショ」「画像加工」「トリミング」「マスク」「写メ」「写メ撮った」「スクショ撮った」で起動。 Do NOT use for: 画像生成(shogun-imagegenを使え)。.

yohey-w/multi-agent-shogun · 149 tokens