Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,12 @@
"source": "winui3-development",
"description": "End-to-end WinUI 3 and Windows App SDK toolkit: expert agent, coding instructions, UWP-to-WinUI 3 migration guide, MVVM Toolkit reference, plus CLIs for packaging/debugging (winapp) and Microsoft Store publishing (msstore). Covers the full write → package → publish lifecycle for desktop Windows apps and prevents common UWP API misuse.",
"version": "1.2.0"
},
{
"name": "x-twitter-scraper",
"source": "x-twitter-scraper",
"description": "Xquik X API integration guidance for GitHub Copilot: SDK selection, REST endpoints, MCP tools, signed webhooks, tweet search, user lookup, follower exports, media actions, and automation workflows.",
"version": "1.0.0"
}
]
}
1 change: 1 addition & 0 deletions docs/README.plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-plugins) for guidelines on how t
| [typescript-mcp-development](../plugins/typescript-mcp-development/README.md) | Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance. | 2 items | typescript, mcp, model-context-protocol, nodejs, server-development |
| [typespec-m365-copilot](../plugins/typespec-m365-copilot/README.md) | Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility. | 3 items | typespec, m365-copilot, declarative-agents, api-plugins, agent-development, microsoft-365 |
| [winui3-development](../plugins/winui3-development/README.md) | End-to-end WinUI 3 and Windows App SDK toolkit: expert agent, coding instructions, UWP-to-WinUI 3 migration guide, MVVM Toolkit reference, plus CLIs for packaging/debugging (winapp) and Microsoft Store publishing (msstore). Covers the full write → package → publish lifecycle for desktop Windows apps and prevents common UWP API misuse. | 7 items | winui, winui3, windows-app-sdk, xaml, desktop, windows, mvvm, msix, microsoft-store |
| [x-twitter-scraper](../plugins/x-twitter-scraper/README.md) | Xquik X API integration guidance for GitHub Copilot: SDK selection, REST endpoints, MCP tools, signed webhooks, tweet search, user lookup, follower exports, media actions, and automation workflows. | 1 items | x-api, twitter, social-media, sdk, mcp, webhooks, automation, xquik |
24 changes: 24 additions & 0 deletions plugins/x-twitter-scraper/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "x-twitter-scraper",
"description": "Xquik X API integration guidance for GitHub Copilot: SDK selection, REST endpoints, MCP tools, signed webhooks, tweet search, user lookup, follower exports, media actions, and automation workflows.",
"version": "1.0.0",
"keywords": [
"x-api",
"twitter",
"social-media",
"sdk",
"mcp",
"webhooks",
"automation",
"xquik"
],
"author": {
"name": "Xquik"
},
"homepage": "https://docs.xquik.com",
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"skills": [
"./skills/x-twitter-scraper/"
]
}
29 changes: 29 additions & 0 deletions plugins/x-twitter-scraper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# X Twitter Scraper Plugin

Use this plugin to give GitHub Copilot the `x-twitter-scraper` skill for Xquik API integration work.

## Installation

```bash
copilot plugin install x-twitter-scraper@awesome-copilot
```

## What It Includes

| Item | Description |
| ---- | ----------- |
| `/x-twitter-scraper` | Guides Xquik SDK, REST API, MCP, webhook, tweet search, user lookup, follower export, media action, and automation integration tasks. |

## When To Use

Use the skill when you want Copilot to integrate Xquik into an application, script, data pipeline, or agent workflow. It helps Copilot pick the right SDK or API surface, confirm source documentation before writing code, keep API keys in environment variables, and add server-side webhook signature verification.

## Source

- Skill source: [skills/x-twitter-scraper](../../skills/x-twitter-scraper/SKILL.md)
- Xquik docs: [docs.xquik.com](https://docs.xquik.com)
- Xquik skill repo: [Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)

## License

MIT
Loading