From 85fe01d870d27fc91bf53f06bc309b7d28f1ce00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:57:07 +0000 Subject: [PATCH] chore: publish from staged --- skills/x-twitter-scraper/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/x-twitter-scraper/SKILL.md b/skills/x-twitter-scraper/SKILL.md index bdea2f4f..3e3db70d 100644 --- a/skills/x-twitter-scraper/SKILL.md +++ b/skills/x-twitter-scraper/SKILL.md @@ -23,7 +23,7 @@ Before writing code, inspect the current Xquik source material: - REST API docs: https://docs.xquik.com/api-reference/overview - SDK index: https://docs.xquik.com/sdks - OpenAPI spec: https://xquik.com/openapi.json -- MCP server docs: https://docs.xquik.com/mcp +- MCP server docs: https://docs.xquik.com/mcp/overview - Skill repo: https://github.com/Xquik-dev/x-twitter-scraper Do not invent endpoint names, request fields, response fields, scopes, pricing, limits, or package names. Read the relevant SDK README and API reference page first.