一键导入
xquik-social-data
Use Xquik for X and Twitter social data workflows through its public API, SDKs, MCP server, webhooks, and installable agent skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Xquik for X and Twitter social data workflows through its public API, SDKs, MCP server, webhooks, and installable agent skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | xquik-social-data |
| description | Use Xquik for X and Twitter social data workflows through its public API, SDKs, MCP server, webhooks, and installable agent skill. |
| version | 0.1.0 |
| author | kriptoburak |
| tags | ["xquik","twitter","x","social-data","api","mcp"] |
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.
XQUIK_API_KEY for API, SDK, or MCP callsRead the public Xquik docs before selecting endpoints. Start with the API reference for REST routes and the MCP guide for agent setup.
Use the installable skill when the agent supports Skills:
npx skills@1.5.3 add Xquik-dev/x-twitter-scraper
For JavaScript or TypeScript helpers, pin the validated package version:
npm install x-developer@2.4.16
Keep credentials in environment variables or the host secret store. Never paste API keys into prompts, logs, source files, PRs, or issue text.
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.
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.
Normalize outputs before analysis. Keep raw IDs, source URL, collected-at time, query parameters, and pagination state so results can be audited later.
For monitors and webhooks, confirm the target account or keyword, event types, destination URL, and ongoing behavior before creating resources.
Return structured results unless the user asks for prose only:
{
"source": "xquik",
"task": "tweet-search",
"query": "from:example launch",
"items": [],
"has_more": false,
"next_cursor": null,
"notes": []
}
For summaries, include the query, time window, result count, missing fields, and any follow-up cursor or job ID.
XQUIK_API_KEY.Ansible automation expert for playbooks, roles, inventories, and infrastructure management
API testing expert for curl, REST, GraphQL, authentication, and debugging
AWS cloud services expert for EC2, S3, Lambda, IAM, and AWS CLI
Microsoft Azure expert for az CLI, AKS, App Service, and cloud infrastructure
CI/CD pipeline expert for GitHub Actions, GitLab CI, Jenkins, and deployment automation
Code review specialist focused on patterns, bugs, security, and performance