xquik-data-cn

xquik-data-cn is a skill for Claude Code, Codex from YangsonHung/awesome-agent-skills. It costs 41 tokens per session (1,026 once invoked), scanned A, original, MIT.

A guide for collecting, analyzing, and monitoring public posts and other data from X, formerly known as Twitter, through the Xquik service.

In plain words
What is it for?
Designing or preparing Xquik workflows using its REST API, OpenAPI description, MCP connection, software development kit, or webhooks for data collection, reports, and monitoring.
Why use it?
It helps choose an appropriate connection method and avoids guessing about API fields, missing credentials, or access restrictions.

Skill for Claude CodeCodex

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

Good fit Designing or preparing Xquik workflows using its REST API, OpenAPI description, MCP connection, software development kit, or webhooks for data collection, reports, and monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yangsonhung/awesome-agent-skills/xquik-data-cn
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 xquik-data-cn
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 xquik-data-cn

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/xquik-data-cn"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/xquik-data-cn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,026 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.00041 $0.01026
Opus 5 $0.00020 $0.00513
Sonnet 5 $0.00008 $0.00205
Haiku 4.5 $0.00004 $0.00103

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

Security

Grade A, and why

xquik-data-cn 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 11d 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/zh-cn/xquik-data-cn/SKILL.md · 102 lines

What it actually says

Xquik 数据

Overview

使用 Xquik 作为有来源依据的 X/Twitter 数据工作流入口。本技能帮助智能体在 REST API、OpenAPI schema、MCP server、SDK 和 webhook 之间选择合适方式,并输出可追溯的数据结果与配置缺口。

何时使用

当用户有以下需求时使用本技能:

  • 通过 Xquik 采集 X/Twitter 帖子、资料、趋势、监控或抽取结果
  • 围绕 Xquik REST API、OpenAPI schema、MCP server、SDK 或 webhook 构建智能体工作流
  • 将 Xquik 结果整理成报告、表格、导出数据集或监控交接说明
  • 判断某个任务最适合使用哪一种 Xquik 集成方式

不要使用

以下场景不应使用本技能:

  • 私信、非公开数据,或用户无权访问的登录态内容
  • 未检查 Xquik 文档或 OpenAPI schema 就猜测端点行为
  • 未经用户明确授权就发帖、删除内容或修改账号状态
  • 绕过平台规则、访问控制或速率限制

使用说明

  1. 明确用户目标。

    • 将任务归类为 extractmonitorreportwebhookmcpsdkapi-design
    • 记录必要实体:关键词、账号、帖子 URL、时间范围、输出格式和刷新频率。
    • 缺少必要输入时先询问,不要直接声称可以运行。
  2. 选择集成方式。

    • REST API 工作流设计优先查看 https://docs.xquik.com/api-reference/overview
    • 涉及端点名称、请求字段或响应结构时查看 https://xquik.com/openapi.json
    • 用户需要 agent-native MCP 连接时查看 https://docs.xquik.com/mcp/overview
    • 用户需要事件投递而不是轮询时优先考虑 webhook。
  3. 安全检查访问方式和密钥。

    • 确认用户是否已有 Xquik API key、MCP 配置、SDK client 或 webhook secret。
    • 不要打印、保存或复述 API key 与 webhook secret。
    • 凭证缺失时,只准备明确的配置步骤,不要编造密钥。
  4. 设计请求计划。

    • 写清端点或工具、输入字段、输出字段、分页计划和重试预期。
    • OpenAPI schema 未确认的端点或字段不要写成可运行示例。
    • 分析任务默认优先使用只读采集。
  5. 运行或准备工作流。

    • 如果已有配置好的 client 或 MCP 工具,先运行最小安全请求。
    • 如果没有 client,基于公开文档提供可复制的计划和必填字段。
    • 重复任务要说明 webhook 或 monitor 配置方式和失败处理。
  6. 返回可追溯结果。

    • 输出输入范围、来源方式、结果数量、关键字段、限制和后续步骤。
    • 区分 Xquik 返回的数据与智能体分析建议。
    • 对部分数据、缺少凭证、空结果或不支持的操作做明确标注。

默认输出

# Xquik 数据工作流

## 范围
- 目标:
- 来源方式:
- 输入:
- 凭证:

## 请求计划
- 端点或工具:
- 必填字段:
- 分页或刷新:
- 输出字段:

## 结果摘要
- 状态:
- 条目数:
- 关键字段:
- 限制:

## 下一步
- ...

参考链接

限制和已知问题

  • 实际运行需要有效的 Xquik API key、已配置 MCP 连接或 SDK client。
  • X/Twitter 数据访问取决于用户授权、请求范围和 Xquik API 限制。
  • API 细节可能变化,写可运行代码前要检查公开文档或 OpenAPI schema。
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. 11d ago First seen · 102 lines · 41 tokens per session scan A 245c319e81f3

Subscribe to this mod's changes

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