TweetClaw X Source Context

TweetClaw X Source Context is a skill for Claude Code, Codex from AmariahAK/atlarix-skills. It costs 6 tokens per session (1,458 once invoked), scanned A, original, Apache-2.0.

A skill for gathering grounded X/Twitter information before drafting, reviewing, monitoring, or planning social-media work. X/Twitter is a platform where users publish short posts and interact publicly.

In plain words
What is it for?
Use it to search posts and replies, inspect public profiles and interactions, monitor keywords, collect giveaway evidence, or prepare reviewed X/Twitter actions.
Why use it?
It helps base social-media decisions on searched posts, profiles, replies, followers, and engagement evidence instead of assumptions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to search posts and replies, inspect public profiles and interactions, monitor keywords, collect giveaway evidence, or prepare reviewed X/Twitter actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amariahak/atlarix-skills/tweetclaw-x-source-context
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 AmariahAK/atlarix-skills --skill tweetclaw-x-source-context
Clone the repo
git clone --depth 1 https://github.com/AmariahAK/atlarix-skills

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 TweetClaw X Source Context

README.md
[![agentmods](https://agentmods.dev/badge/skills/amariahak/atlarix-skills/tweetclaw-x-source-context/github.svg)](https://agentmods.dev/skills/amariahak/atlarix-skills/tweetclaw-x-source-context)
Your own site
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/tweetclaw-x-source-context"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/tweetclaw-x-source-context/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for TweetClaw X Source Context

Your own site · 80×15
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/tweetclaw-x-source-context"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/tweetclaw-x-source-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 6 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,458 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.
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.00006 $0.01458
Opus 5 $0.00003 $0.00729
Sonnet 5 $0.00001 $0.00292
Haiku 4.5 $0.00001 $0.00146

Measured 7d ago against content hash 5efa598b48e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

TweetClaw X Source Context 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 7d 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.

skills/tweetclaw-x-source-context/SKILL.md · 127 lines

How it starts

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

TweetClaw X Source Context

When to use this skill

Use this skill when an Atlarix workflow needs grounded X/Twitter context before it drafts, reviews, monitors, or plans social work. TweetClaw is the OpenClaw plugin for X/Twitter automation through the @xquik/tweetclaw npm package.

Good fits:

  • Search tweets or search tweet replies for source material.
  • Look up users, profiles, followers, media, or public engagement context.
  • Export follower or interaction evidence before analysis.
  • Monitor tweets or keywords and summarize changes.
  • Prepare a reviewed post tweet, post reply, direct message, or webhook action when the user explicitly asked for that X/Twitter action.
  • Run giveaway draw evidence collection before the target workflow writes results.

Do not use this skill as a generic writing framework. Keep TweetClaw responsible for X/Twitter source context and OpenClaw-controlled X/Twitter actions. Keep the project, voice, calendar, publishing rules, analytics, and final editorial decisions in the target workflow.

Core patterns

Start from the user's job

Translate the request into a bounded source plan before using tools:

  • Goal: what decision, draft, report, or action needs X/Twitter context.
  • Scope: handles, tweet URLs, keywords, time window, reply depth, and media needs.
  • Output: citations, IDs, URLs, excerpts, metrics, or action-ready parameters.
  • Safety: whether the workflow is read-only or could post, reply, DM, follow, delete, monitor, or trigger a webhook.

Prefer small, answerable requests:

  • "Find recent replies asking for pricing on this launch tweet."
  • "Collect the last 20 public posts from this handle and summarize recurring objections."
  • "Check follower context before selecting giveaway winners."

Avoid broad, expensive pulls when a focused query or handle lookup will answer the job.

Install and verify TweetClaw through OpenClaw

Use the explicit npm source selector so setup stays deterministic:

openclaw plugins install npm:@xquik/tweetclaw
openclaw plugins inspect tweetclaw --runtime --json

Read the full file on GitHub · 127 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. 7d ago First seen · 127 lines · 6 tokens per session scan A 5efa598b48e0

Subscribe to this mod's changes

TweetClaw X Source Context is a skill published in the GitHub repository AmariahAK/atlarix-skills (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 6 tokens to every session and 1,458 once invoked, about $0.0000 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-03.