xquik-social-data

xquik-social-data is a skill for Claude Code, Codex from librefang/librefang-registry. It costs 37 tokens per session (989 once invoked), scanned A, original, MIT.

A guide to collecting and using data from X, formerly called Twitter, through the Xquik service. It covers APIs, software libraries, webhooks, and agent connections for working with posts, accounts, media, and engagement data.

In plain words
What is it for?
Use it to search posts, inspect accounts, collect timelines and engagement data, run bulk extractions, and receive notifications about new social events.
Why use it?
It provides a defined way to gather and monitor X data without building every integration from scratch. It also explains which connection method fits product code, backend jobs, dashboards, or an AI agent.

Skill for Claude CodeCodex

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

Good fit Use it to search posts, inspect accounts, collect timelines and engagement data, run bulk extractions, and receive notifications about new social events.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/librefang/librefang-registry/xquik-social-data
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 librefang/librefang-registry --skill xquik-social-data
Clone the repo
git clone --depth 1 https://github.com/librefang/librefang-registry

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/librefang/librefang-registry/xquik-social-data.svg)](https://agentmods.dev/skills/librefang/librefang-registry/xquik-social-data)
Your own site
<a href="https://agentmods.dev/skills/librefang/librefang-registry/xquik-social-data"><img src="https://agentmods.dev/badge/skills/librefang/librefang-registry/xquik-social-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 989 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.00037 $0.00989
Opus 5 $0.00018 $0.00495
Sonnet 5 $0.00007 $0.00198
Haiku 4.5 $0.00004 $0.00099

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

skills/xquik-social-data/SKILL.md · 87 lines

How it starts

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

Xquik Social Data

Use this skill when a user needs to collect, normalize, monitor, or automate X and Twitter data with Xquik. Xquik provides a public REST API, generated SDKs, an HTTP MCP server, webhooks, and an installable agent skill for common social data workflows.

Prefer REST for product code, scripts, backend jobs, and dashboards. Prefer MCP when an agent should inspect endpoint metadata, choose calls, or operate inside an IDE or chat tool.

When to Use

  • Search tweets, inspect tweet details, or collect account timelines
  • Fetch user profile data, followers, following, mentions, media, or engagement data
  • Run bulk extraction jobs for replies, quotes, posts, media, lists, communities, or people search
  • Set up monitors and webhook delivery for new social events
  • Use Xquik from an AI agent through the public MCP server or installable skill
  • Draft, schedule, or confirm write actions only when the user explicitly asks

Required Inputs

  • XQUIK_API_KEY for API, SDK, or MCP calls
  • The target endpoint, task type, username, tweet URL, tweet ID, query, or extraction type
  • The desired output shape, such as JSON, CSV, summary, dashboard table, or webhook payload
  • User confirmation before private reads, write actions, monitor creation, webhook delivery, or bulk jobs

Workflow

  1. Read the public Xquik docs before selecting endpoints. Start with the API reference for REST routes, the OpenAPI schema for request fields, and the MCP guide for agent setup.

  2. Use the installable skill when the agent supports Skills:

    npx [email protected] add Xquik-dev/x-twitter-scraper
    
  3. For JavaScript or TypeScript helpers, pin the validated package version:

    npm install [email protected]
    
  4. Keep credentials in environment variables or the host secret store. Never paste API keys into prompts, logs, source files, PRs, or issue text.

  5. Choose the narrowest endpoint or extraction type that satisfies the task. Do not fetch extra pages, private data, or write-capable resources without user approval.

  6. Preserve pagination metadata such as next_cursor and has_more. For long jobs, estimate first, start the job, then poll the documented job endpoint until it finishes or fails.

  7. Normalize outputs before analysis. Keep raw IDs, source URL, collected-at time, query parameters, and pagination state so results can be audited later.

  8. For monitors and webhooks, confirm the target account or keyword, event types, destination URL, and ongoing behavior before creating resources.

Read the full file on GitHub · 87 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 · 87 lines · 37 tokens per session scan A 39edf3a2b95f

Subscribe to this mod's changes

xquik-social-data is a skill published in the GitHub repository librefang/librefang-registry (11 stars, last pushed 14d ago), licensed MIT. It adds 37 tokens to every session and 989 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-09-03.

Related

Other skills, from other repositories