# Xquik Social Data

> Prepare and normalize Xquik X data for MCP clients. Build request plans for tweet search, tweet lookup, and trends, or normalize supplied Xquik JSON into compact records. Trigger when the user asks for Xquik, X data, Twitter data, tweet search, trends, or social data ingest.

- Skill: `sarveshtalele/xquik-social-data` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add sarveshtalele/xquik-social-data`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sarveshtalele/xquik-social-data/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: sarveshtalele (https://skillmd.com/u/sarveshtalele)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/sarveshtalele/xquik-social-data

---


# Xquik Social Data Skill

Build Xquik API request plans and normalize supplied Xquik response JSON into
compact records for MCP tools and downstream analysis.

## Operations

- `tweet_search` prepares `GET /api/v1/x/tweets/search`.
- `tweet_lookup` prepares `GET /api/v1/x/tweets/{id}`.
- `trends` prepares `GET /api/v1/x/trends`.
- `normalize_tweets` converts supplied tweet response JSON into compact records.

The skill does not make network calls. Add the API key only in the client that
executes the returned request plan.

