xquik-social-data

xquik-social-data is a skill for Claude Code, Codex from JayRHa/AgentSkills. It costs 53 tokens per session (1,008 once invoked), scanned A, original, MIT.

A toolkit for collecting and using data from X (formerly Twitter), including posts, profiles, followers, and media. It can connect to programs through an API, MCP, or webhooks.

In plain words
What is it for?
Use it to search posts, look up accounts and followers, download media, monitor accounts, or connect X data to an application.
Why use it?
It removes the need to build X data collection and account-monitoring connections from scratch.

Skill for Claude CodeCodex

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

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/jayrha/agentskills/xquik-social-data
Any agent
npx skills add JayRHa/AgentSkills --skill xquik-social-data
Clone the repo
git clone --depth 1 https://github.com/JayRHa/AgentSkills

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 xquik-social-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayrha/agentskills/xquik-social-data.svg)](https://agentmods.dev/skills/jayrha/agentskills/xquik-social-data)
Your own site
<a href="https://agentmods.dev/skills/jayrha/agentskills/xquik-social-data"><img src="https://agentmods.dev/badge/skills/jayrha/agentskills/xquik-social-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,008 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.1 $0.00053 $0.01008
Opus 5 $0.00026 $0.00504
Sonnet 5 $0.00011 $0.00202
Haiku 4.5 $0.00005 $0.00101

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

Security

Grade A, and why

xquik-social-data 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 2d 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/xquik-social-data/SKILL.md · 85 lines

How it starts

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

Xquik Social Data

Overview

Use this skill when an agent needs to plan, implement, or verify Xquik social-data workflows. Xquik provides an installable agent skill, REST API, MCP server, webhooks, bulk extraction jobs, and confirmation-gated X actions for developer workflows.

Keywords: Xquik, x-developer, x-twitter-scraper, X API, Twitter API, tweet search, followers, following, media download, webhooks, MCP, social data extraction, giveaway draw, account monitoring.

Setup

Prefer the published skill package so agents load the full Xquik reference material only when needed.

npx [email protected] add Xquik-dev/x-twitter-scraper

Use the public docs for API and MCP details:

  • https://docs.xquik.com
  • https://docs.xquik.com/api-reference/overview
  • https://docs.xquik.com/mcp/overview

Workflow

  1. Confirm the task needs X social data or X account automation. If it is only general web research, use the user's normal research tools instead.
  2. Choose the narrowest integration path:
    • Use the installed x-twitter-scraper skill for agent-guided endpoint selection.
    • Use the MCP server when the host supports remote MCP tools.
    • Use the REST API when building an application, workflow, or backend integration.
  3. Map the user's goal to a public capability:
    • Tweet search and lookup for keywords, URLs, IDs, hashtags, and advanced search operators.
    • User profile lookup, recent posts, likes, media, followers, following, and verified followers.
    • Bulk extraction for replies, quotes, reposts, favoriters, communities, lists, Spaces, mentions, articles, and people search.
    • Media download for tweet images, GIFs, and videos.
    • Monitors and HMAC webhooks for account or keyword activity.
    • Giveaway draws from tweet replies with configurable filters.
    • Confirmation-gated posting and account actions when the user explicitly requests them.
  4. Read the relevant Xquik reference before naming endpoints or request fields. Do not invent parameters, response shapes, limits, or pricing.
  5. For large reads, use the documented estimate and pagination flow before launching jobs. Continue with cursors until the response reports completion.
  6. For write actions, require explicit user approval in the calling product or agent flow before sending the request.
  7. Verify the result with the response contract, returned identifiers, webhook signature checks, or a follow-up read where appropriate.

Read the full file on GitHub · 85 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. 2d ago First seen · 85 lines · 53 tokens per session scan A d78b381df371

Subscribe to this mod's changes

xquik-social-data is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 1,008 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-09-03.

Related

Other skills, from other repositories

reverse-engineering-tools

Guide for reverse engineering protected games and anti-cheat components across user mode, kernel mode, and hypervisor-aware environments. Use this skill when analyzing drivers, IOCTL protocols, callback registration, injected-code artifacts, integrity checks, protected binaries, or debugging security-sensitive game…

gmh5225/awesome-game-security · 60 tokens

frontend-patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

hashgraph-online/awesome-codex-plugins · 24 tokens

browser-qa

自动化视觉测试与 UI 交互验证。部署功能后使用浏览器自动化验证关键页面、核心路径和发布前回归。 当任务需要真实浏览器验证渲染、导航、交互或前端上线风险时使用。.

hashgraph-online/awesome-codex-plugins · 58 tokens

eval-harness

正式评估框架,实现 eval-driven development (EDD) 原则。 用于定义 pass/fail 标准、测量 pass@k 指标、创建回归测试套件。.

hashgraph-online/awesome-codex-plugins · 43 tokens

codex-skin-pack-installer

Install Codex themes and Codex skin packs with npx skills. Use this skill when a user wants Codex to find, download, validate, apply, switch, remix, or restore Codex desktop themes such as caishen-readable, caishen-lite, mythic-guardian-noir, global-founder-bright, export-night, or caishen-max. It stages verified…

hashgraph-online/awesome-codex-plugins · 125 tokens

launchfast-product-research

Codex-native multi-keyword Amazon opportunity scan using LaunchFast MCP. Use when the user wants to research 1-10 keywords, compare niches, or decide whether a product idea is a GO, INVESTIGATE, or PASS. Requires the LaunchFast MCP tool researchproducts.

hashgraph-online/awesome-codex-plugins · 64 tokens