From 02121144c061b49c531d7b2ac7ccff2c853d6306 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 18 Aug 2026 10:22:22 +0300 Subject: [PATCH] feat: add Xquik external plugin --- .github/plugin/marketplace.json | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 30 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index deba3ab..db1cb1e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -447,6 +447,34 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "x-twitter-scraper", + "source": { + "source": "github", + "repo": "Xquik-dev/x-twitter-scraper" + }, + "description": "Use Xquik for structured X/Twitter search, profile and timeline reads, exports, monitoring, webhooks, media downloads, and confirmation-gated account actions through its hosted MCP server.", + "version": "2.6.5", + "author": { + "name": "Xquik", + "url": "https://xquik.com" + }, + "homepage": "https://docs.xquik.com", + "repository": "https://github.com/Xquik-dev/x-twitter-scraper", + "keywords": [ + "xquik", + "twitter", + "x-api", + "tweet-search", + "social-listening", + "data-extraction", + "monitoring", + "webhooks", + "media-download", + "mcp" + ], + "license": "MIT" } ] } diff --git a/README.md b/README.md index 8f3711d..c1cd3a6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ This marketplace also references plugins hosted in other repositories: - **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows). +- **[Xquik X Twitter Scraper](https://github.com/Xquik-dev/x-twitter-scraper)** — `x-twitter-scraper`. Agent Skills and a hosted MCP server for structured X/Twitter search, account research, exports, monitoring, webhooks, media downloads, and confirmation-gated actions. + ## 🤝 Contributing We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.