tweetclaw-twitter-automation

tweetclaw-twitter-automation is a skill for Claude Code, Codex from YangsonHung/awesome-agent-skills. It costs 55 tokens per session (837 once invoked), scanned A, original, MIT.

Instructions for using TweetClaw or Xquik to work with X, formerly known as Twitter. They cover reading data and approval-controlled actions on the platform.

In plain words
What is it for?
Scraping tweets and replies, searching posts, looking up users and followers, handling media or direct messages, and creating monitors, webhooks, or giveaway draws.
Why use it?
They turn requests involving X into defined workflows and set limits around authorization, privacy, spam, and actions that change an account.

Skill for Claude CodeCodex

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

Good fit Scraping tweets and replies, searching posts, looking up users and followers, handling media or direct messages, and creating monitors, webhooks, or giveaway draws.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation
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 YangsonHung/awesome-agent-skills --skill tweetclaw-twitter-automation
Clone the repo
git clone --depth 1 https://github.com/YangsonHung/awesome-agent-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-twitter-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation/github.svg)](https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation)
Your own site
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation/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-twitter-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/tweetclaw-twitter-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 837 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.00055 $0.00837
Opus 5 $0.00028 $0.00418
Sonnet 5 $0.00011 $0.00167
Haiku 4.5 $0.00006 $0.00084

Measured 13d ago against content hash 3f696ecec152, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tweetclaw-twitter-automation 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 13d 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/en/tweetclaw-twitter-automation/SKILL.md · 75 lines

How it starts

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

TweetClaw Twitter Automation

Use TweetClaw when a user asks an agent to work with X/Twitter through Xquik or the TweetClaw OpenClaw plugin.

When to Use

Use this skill when the user asks for:

  • Scraping tweets, threads, replies, quotes, mentions, likes, or media
  • Searching tweets or tweet replies
  • Looking up users, followers, following, or verified followers
  • Posting tweets, replying to tweets, or uploading media after approval
  • Reading or sending direct messages after account authorization
  • Creating monitors, webhooks, or giveaway draws
  • Checking which TweetClaw or Xquik endpoint can perform a task

Do not use

Do not use this skill for:

  • Spam, harassment, deceptive engagement, impersonation, or platform evasion
  • Bulk unsolicited DMs, mass follows, mass likes, mass retweets, or engagement farming
  • X ads, analytics dashboards, or scheduling features that TweetClaw does not provide
  • Writing actions when only read-only access is configured
  • Accessing private or account-scoped data without clear user authorization
  • Asking users to paste API keys, signing keys, cookies, or tokens into chat

Instructions

  1. Restate the user job as one workflow: read, extraction, write, media, DM, monitor, webhook, draw, or discovery.
  2. Check current docs before install, configuration, limits, or API details matter:
  3. For OpenClaw installs, prefer the explicit npm selector:
openclaw plugins install npm:@xquik/tweetclaw
  1. After install or update, verify the runtime before live work:
openclaw plugins inspect tweetclaw --runtime --json
openclaw skills info tweetclaw
  1. Keep credentials in the Xquik dashboard, OpenClaw plugin config, or environment-backed secret storage. Never print or echo credential values.
  2. Use TweetClaw discovery or Xquik docs to choose the smallest endpoint and request limit that satisfies the user.
  3. Before any visible, state-changing, private, paid, recurring, extraction, monitor, webhook, draw, or account-scoped action, summarize the target, account, action, limits, data handling, and usage impact if available. Wait for explicit confirmation.
  4. For posting or replying, show the final text and media list before sending. Do not add links, mentions, hashtags, or claims the user did not request.
  5. For monitors and webhooks, state the target, event types, delivery behavior, and how the user can stop the resource.
  6. Return concise results with IDs, URLs, counts, and any partial failures.

Read the full file on GitHub · 75 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. 13d ago First seen · 75 lines · 55 tokens per session scan A 3f696ecec152

Subscribe to this mod's changes

tweetclaw-twitter-automation is a skill published in the GitHub repository YangsonHung/awesome-agent-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 837 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.

Related

Other skills, from other repositories

vastai

Vast.ai CLI to manage GPU instances, volumes, serverless endpoints, and billing.

vast-ai/vast-cli · 21 tokens

vastai-sdk

Vast.ai Python SDK — high-level API for GPU instances, volumes, serverless endpoints, and billing.

vast-ai/vast-cli · 26 tokens

gdpr-compliance-checker

Autonomous GDPR compliance auditor that scans a codebase to identify PII collection, storage, and sharing, then produces an article-by-article gap analysis, a pre-filled Data Processing Agreement (DPA), and a ROPA (Record of Processing Activities) starter kit — all exported as downloadable files (.docx recommended).…

goSprinto/compliance-skills · 182 tokens

pii-detector

Proactive PII add-on — augments the main response with PII guidance. Auto-trigger on any form, schema, migration, model, API route, GraphQL resolver, auth flow, or data design discussion. Also fires on: middleware, webhooks, workers, seed/fixture/factory files, delete/export/purge/anonymize functions, cron jobs, HTTP…

goSprinto/compliance-skills · 209 tokens

modellix

Integrate Modellix's unified API for AI image, video, and audio workflows. Use this skill whenever the user wants to generate or edit images, create or transform videos, synthesize speech, transcribe audio, clone a voice, do virtual try-on, or call any Modellix model API. Also trigger when the user mentions Modellix…

Modellix/modellix-plugin · 171 tokens

app-release

Automates the release process for Skill Lake app, including version bumping, building, packaging, and publishing to GitHub and Homebrew.

emlog/skill-lake · 31 tokens