x-developer
Advanced tools
@@ -9,3 +9,3 @@ { | ||
| "description": "Xquik Skill for 128 REST operations and 120 MCP catalog routes. Two MCP tools support 119 JSON or text operations. Not affiliated with X Corp.", | ||
| "version": "2.6.3" | ||
| "version": "2.6.4" | ||
| }, | ||
@@ -17,3 +17,3 @@ "plugins": [ | ||
| "description": "128 REST operations, 120 MCP catalog routes, 23 extraction types, SDKs, webhooks, exports, and confirmation-gated writes. Two MCP tools support 119 JSON or text operations. Not affiliated with X Corp.", | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "author": { | ||
@@ -20,0 +20,0 @@ "name": "Xquik" |
| { | ||
| "name": "x-twitter-scraper", | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "description": "Xquik Skill and plugin bundle. Includes 128 REST operations. MCP has 120 catalog routes through 2 tools; 119 support JSON or text. Not affiliated with X Corp.", | ||
@@ -5,0 +5,0 @@ "author": { |
| { | ||
| "name": "x-twitter-scraper", | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "description": "Xquik Skill and plugin bundle. Includes 128 REST operations. MCP has 120 catalog routes through 2 tools; 119 support JSON or text. Not affiliated with X Corp.", | ||
@@ -5,0 +5,0 @@ "author": { |
+5
-0
@@ -5,2 +5,6 @@ # Changelog | ||
| ## [2.6.4] - 2026-08-12 | ||
| - Align public Error docs with the 112-code OpenAPI contract. | ||
| ## [2.6.3] - 2026-08-12 | ||
@@ -64,2 +68,3 @@ | ||
| [2.6.4]: https://github.com/Xquik-dev/x-twitter-scraper/releases/tag/v2.6.4 | ||
| [2.6.3]: https://github.com/Xquik-dev/x-twitter-scraper/releases/tag/v2.6.3 | ||
@@ -66,0 +71,0 @@ [2.6.2]: https://github.com/Xquik-dev/x-twitter-scraper/releases/tag/v2.6.2 |
@@ -5,3 +5,3 @@ { | ||
| "description": "Xquik Skill with 128 REST operations and 120 MCP catalog routes. Two MCP tools support 119 JSON or text operations. Includes SDKs, webhooks, exports, and gated actions. Not affiliated with X Corp.", | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "skills": ["./skills"], | ||
@@ -8,0 +8,0 @@ "providerAuthEnvVars": { |
+1
-1
| { | ||
| "name": "x-developer", | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "description": "Xquik agent skill & plugin bundle for REST, MCP, webhooks, exports & confirmation-gated X workflows. Not affiliated with X Corp.", | ||
@@ -5,0 +5,0 @@ "author": { |
+1
-11
@@ -8,3 +8,2 @@ # X Twitter Scraper API for Tweets, Followers, MCP | ||
| [](https://www.npmjs.com/package/x-developer) | ||
| [](https://www.npmjs.com/package/x-developer) | ||
| [](https://www.npmjs.com/package/x-developer) | ||
@@ -34,7 +33,5 @@ | ||
| This repository packages Xquik as an [AI agent Skill](https://skills.sh). It works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, Windsurf, and compatible agents. It routes tasks to REST, MCP, SDKs, webhooks, extractions, or exports. | ||
| The npm package `x-developer` contains this Skill and plugin bundle. The separate `x-twitter-scraper` package is the TypeScript SDK. | ||
| The `x-developer` bundle is v2.6.3. Hosted MCP v2.6.0 exposes 120 catalog | ||
| The `x-developer` bundle is v2.6.4. Hosted MCP v2.6.0 exposes 120 catalog | ||
| routes through 2 tools. | ||
@@ -75,9 +72,2 @@ Of these, 119 support JSON or text. Binary support downloads use REST. Add | ||
| ## Usage Control, Rate Limits, and High-Volume Workflows | ||
| Use bounded jobs, cursor pagination, and exports for larger workloads. Per | ||
| account, reads allow 300 requests per second, writes allow 120 per minute, and | ||
| deletes allow 60 per minute. Use extraction estimates before bulk work. Prefer | ||
| monitors and HMAC webhooks over repeated polling. | ||
| ## Agent Safety And Account Boundary: Xquik X Account Rules | ||
@@ -84,0 +74,0 @@ |
@@ -60,3 +60,3 @@ // SPDX-FileCopyrightText: 2026 Xquik Contributors | ||
| required: [ | ||
| "## [2.6.3] - 2026-08-12", | ||
| "## [2.6.4] - 2026-08-12", | ||
| "## [2.6.2] - 2026-08-11", | ||
@@ -63,0 +63,0 @@ "## [2.6.0] - 2026-07-30", |
| { | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "organization": "Xquik", | ||
@@ -4,0 +4,0 @@ "homepage": "https://docs.xquik.com", |
@@ -5,4 +5,5 @@ # Xquik REST API Endpoints: Error Codes | ||
| `xquik-api-contract: 2026-04-29` to receive an object with `message`, `type`, | ||
| and `code`. The current OpenAPI schema enumerates all 109 codes. This table | ||
| highlights common codes. | ||
| and `code`. OpenAPI enumerates 112 codes, including `closed`, `expired`, | ||
| `missing_url`, and `user_not_found`. This table highlights common codes. | ||
| `closed` and `expired` map to 410. `missing_url` maps to 502. | ||
@@ -9,0 +10,0 @@ | Status | Code | Meaning | |
@@ -14,3 +14,3 @@ # Xquik MCP Server Setup | ||
| | Hosted MCP version | `2.6.0` | | ||
| | Skill bundle version | `2.6.3` | | ||
| | Skill bundle version | `2.6.4` | | ||
@@ -17,0 +17,0 @@ Current clients negotiate MCP `2026-07-28` through `server/discover`. |
| # Xquik TypeScript Types: Error | ||
| ```typescript | ||
| type ApiErrorCode = string; | ||
| type ApiErrorType = | ||
@@ -17,4 +15,4 @@ | "api_error" | ||
| error: | ||
| | ApiErrorCode | ||
| | { message: string; type: ApiErrorType; code: ApiErrorCode }; | ||
| | string | ||
| | { message: string; type: ApiErrorType; code: string }; | ||
| message?: string; | ||
@@ -27,7 +25,7 @@ reason?: string; | ||
| OpenAPI enumerates all 109 `ApiErrorCode` values, including | ||
| `user_not_found`. Generated SDKs expose that exhaustive enum. The handwritten | ||
| type remains a string for forward compatibility. | ||
| OpenAPI enumerates 112 codes, including `closed`, `expired`, `missing_url`, and | ||
| `user_not_found`. Generated SDKs use that enum. This reference keeps strings | ||
| forward-compatible. | ||
| Default v1 errors use the string form. Send | ||
| `xquik-api-contract: 2026-04-29` to receive the structured form. |
@@ -72,3 +72,3 @@ # Skill Card | ||
| 2.6.3 | ||
| 2.6.4 | ||
@@ -75,0 +75,0 @@ ## Ethical Considerations |
@@ -6,3 +6,3 @@ --- | ||
| argument-hint: "[Xquik task, target, or setup goal]" | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| author: Xquik <support@xquik.com> | ||
@@ -13,3 +13,3 @@ license: MIT | ||
| metadata: | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| author: Xquik | ||
@@ -16,0 +16,0 @@ compatibility: Requires internet access to call the first-party Xquik REST API. |
+1
-1
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
| name: "xquik", | ||
| version: "2.6.3", | ||
| version: "2.6.4", | ||
| }; | ||
@@ -18,0 +18,0 @@ |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
@@ -8,3 +8,3 @@ --- | ||
| author: Xquik | ||
| version: "2.6.3" | ||
| version: "2.6.4" | ||
| openclaw: | ||
@@ -11,0 +11,0 @@ requires: |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
489097
-0.11%166
-5.68%