Sign In

x-developer

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x-developer - npm Package Compare versions

Comparing version
2.5.5
to
2.5.6
+2
-2
.claude-plugin/marketplace.json

@@ -9,3 +9,3 @@ {

"description": "Xquik Skill for 127 REST operations and 119 MCP catalog routes. Two MCP tools support 118 JSON or text operations. Not affiliated with X Corp.",
"version": "2.5.5"
"version": "2.5.6"
},

@@ -17,3 +17,3 @@ "plugins": [

"description": "127 REST operations, 119 MCP catalog routes, 23 extraction types, SDKs, webhooks, exports, and confirmation-gated writes. Two MCP tools support 118 JSON or text operations. Not affiliated with X Corp.",
"version": "2.5.5",
"version": "2.5.6",
"author": {

@@ -20,0 +20,0 @@ "name": "Xquik"

{
"name": "x-twitter-scraper",
"version": "2.5.5",
"version": "2.5.6",
"description": "Xquik Skill and plugin bundle. Includes 127 REST operations. MCP has 119 catalog routes through 2 tools; 118 support JSON or text. Not affiliated with X Corp.",

@@ -5,0 +5,0 @@ "author": {

{
"name": "x-twitter-scraper",
"version": "2.5.5",
"version": "2.5.6",
"description": "Xquik Skill and plugin bundle. Includes 127 REST operations. MCP has 119 catalog routes through 2 tools; 118 support JSON or text. Not affiliated with X Corp.",

@@ -5,0 +5,0 @@ "author": {

@@ -5,3 +5,3 @@ {

"description": "Xquik Skill with 127 REST operations and 119 MCP catalog routes. Two MCP tools support 118 JSON or text operations. Includes SDKs, webhooks, exports, and gated actions. Not affiliated with X Corp.",
"version": "2.5.5",
"version": "2.5.6",
"skills": ["./skills"],

@@ -8,0 +8,0 @@ "providerAuthEnvVars": {

{
"name": "x-developer",
"version": "2.5.5",
"version": "2.5.6",
"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": {

@@ -38,3 +38,3 @@ # X Twitter Scraper API For Tweets, Followers, MCP

MCP v2.5.5 exposes 119 catalog routes through 2 tools. Of these, 118 support JSON or text. Binary support downloads use REST. Add `https://xquik.com/mcp`. Then follow the [client compatibility guide](https://docs.xquik.com/mcp/overview#client-compatibility). OAuth-capable clients use OAuth 2.1. API-key fallback depends on the client. ChatGPT custom apps require OAuth. Eight credential or session operations remain outside MCP.
MCP v2.5.6 exposes 119 catalog routes through 2 tools. Of these, 118 support JSON or text. Binary support downloads use REST. Add `https://xquik.com/mcp`. Then follow the [client compatibility guide](https://docs.xquik.com/mcp/overview#client-compatibility). OAuth-capable clients use OAuth 2.1. API-key fallback depends on the client. ChatGPT custom apps require OAuth. Eight credential or session operations remain outside MCP.

@@ -190,3 +190,3 @@ > **Codex OAuth compatibility:** Affected Codex releases discard the RFC 9207 `iss` callback value even though Xquik returns it. If Codex reports `Authorization server response missing required issuer: expected https://xquik.com`, use `XQUIK_API_KEY` through the Codex `bearer_token_env_var` setting. Follow the [Codex OAuth troubleshooting guide](https://docs.xquik.com/guides/troubleshooting#codex-oauth-issuer-validation-error) and track [openai/codex#31573](https://github.com/openai/codex/issues/31573).

- **Support tickets**: Open and manage support tickets via API
- **MCP server**: MCP v2.5.5 exposes 119 catalog routes through 2 tools. 118 support JSON or text
- **MCP server**: MCP v2.5.6 exposes 119 catalog routes through 2 tools. 118 support JSON or text

@@ -193,0 +193,0 @@ ## Capabilities

@@ -359,2 +359,15 @@ #!/usr/bin/env node

function collectRegistryMetadataDrifts() {
const description = readJson("server.json").description;
if (typeof description !== "string") {
return [" server.json: description must be a string"];
}
if (description.length > 100) {
return [
` server.json: description has ${description.length} characters (maximum 100)`,
];
}
return [];
}
function readSelector(object, selector) {

@@ -417,2 +430,3 @@ return selector

...collectPublicContractDrifts(),
...collectRegistryMetadataDrifts(),
];

@@ -419,0 +433,0 @@

@@ -22,3 +22,3 @@ const blocked = (...parts) => parts.join("");

"127 REST API operations",
"MCP v2.5.5 exposes 119 catalog routes through 2 tools.",
"MCP v2.5.6 exposes 119 catalog routes through 2 tools.",
"118 support JSON or text.",

@@ -154,3 +154,3 @@ "## Agent Safety And Account Boundary",

"Find all included-usage endpoints",
"MCP v2.5.5 catalogs 119 of 127 REST operations",
"MCP v2.5.6 catalogs 119 of 127 REST operations",
"118 support JSON or text",

@@ -239,4 +239,4 @@ "Saved-payment top-ups",

"127 REST operations",
"119 MCP catalog routes through 2 tools",
"118 JSON or text operations",
"119 MCP routes",
"118 JSON/text ops",
'"websiteUrl": "https://docs.xquik.com/mcp/overview"',

@@ -243,0 +243,0 @@ ],

@@ -5,3 +5,3 @@ {

"title": "Xquik MCP Server",
"description": "127 REST operations. 119 MCP catalog routes through 2 tools. 118 JSON or text operations are supported. Binary support downloads use REST. OAuth 2.1. Not affiliated with X Corp.",
"description": "127 REST operations. 119 MCP routes; 118 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.",
"repository": {

@@ -12,3 +12,3 @@ "url": "https://github.com/Xquik-dev/x-twitter-scraper",

"websiteUrl": "https://docs.xquik.com/mcp/overview",
"version": "2.5.5",
"version": "2.5.6",
"icons": [

@@ -15,0 +15,0 @@ {

{
"version": "2.5.5",
"version": "2.5.6",
"organization": "Xquik",

@@ -4,0 +4,0 @@ "homepage": "https://docs.xquik.com",

@@ -13,3 +13,3 @@ # Xquik MCP Server Setup

| Authentication | OAuth 2.1 discovery; API key fallback |
| Version | `2.5.5` |
| Version | `2.5.6` |

@@ -284,3 +284,3 @@ Xquik publishes these discovery documents:

The MCP server (v2.5.5) exposes 119 catalog routes through 2 structured API tools. Of these, 118 support JSON or text. Binary support downloads use REST.
The MCP server (v2.5.6) exposes 119 catalog routes through 2 structured API tools. Of these, 118 support JSON or text. Binary support downloads use REST.

@@ -296,3 +296,3 @@ | Tool | Description | Usage |

MCP v2.5.5 catalogs 119 of 127 documented REST operations. These 8 credential
MCP v2.5.6 catalogs 119 of 127 documented REST operations. These 8 credential
or session operations remain direct REST or dashboard workflows:

@@ -299,0 +299,0 @@

@@ -160,3 +160,3 @@ # Xquik MCP Tools Reference

MCP v2.5.5 catalogs 119 of 127 REST operations. Of these, 118 support JSON or text. Binary support downloads use REST. These 8 credential or session operations remain outside MCP:
MCP v2.5.6 catalogs 119 of 127 REST operations. Of these, 118 support JSON or text. Binary support downloads use REST. These 8 credential or session operations remain outside MCP:

@@ -163,0 +163,0 @@ - API key creation

@@ -72,3 +72,3 @@ # Skill Card

2.5.5
2.5.6

@@ -75,0 +75,0 @@ ## Ethical Considerations

@@ -6,3 +6,3 @@ ---

argument-hint: "[Xquik task, target, or setup goal]"
version: "2.5.5"
version: "2.5.6"
author: Xquik <support@xquik.com>

@@ -13,3 +13,3 @@ license: MIT

metadata:
version: "2.5.5"
version: "2.5.6"
author: Xquik

@@ -16,0 +16,0 @@ compatibility: Requires internet access to call the first-party Xquik REST API.

@@ -11,3 +11,3 @@ #!/usr/bin/env node

name: "xquik",
version: "2.5.5",
version: "2.5.6",
};

@@ -14,0 +14,0 @@

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires:

@@ -8,3 +8,3 @@ ---

author: Xquik
version: "2.5.5"
version: "2.5.6"
openclaw:

@@ -11,0 +11,0 @@ requires: