Add X Twitter scraper skill#1655
Conversation
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
99c737b to
b583617
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new Copilot Skill that guides developers integrating Xquik’s X/Twitter data and automation APIs into Copilot-driven workflows, emphasizing source verification and safe handling of credentials and webhooks.
Changes:
- Added a new
x-twitter-scraperskill with guidance, source links, and example integration patterns (SDK, webhooks, MCP). - Registered the new skill in the skills index documentation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/x-twitter-scraper/SKILL.md | New skill content with recommended workflow, safety/accuracy constraints, and integration patterns. |
| docs/README.skills.md | Adds the new skill to the skills catalog table. |
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 1 skill(s) [x-twitter-scraper] 📊 x-twitter-scraper: 1,050 BPE tokens [chars/4: 1,175] (detailed ✓), 9 sections, 3 code blocks ✅ All checks passed (1 skill(s)) ``` |
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Adds an
x-twitter-scraperAgent Skill for developers building GitHub Copilot workflows with Xquik's X API SDKs, REST API, MCP server, and webhooks.The skill keeps a neutral, practical tone for a vendor-backed service: it tells Copilot to check current docs and SDK READMEs before writing code, avoid inventing endpoint or package details, keep credentials out of source, verify webhooks, and use explicit confirmation for write actions, payment flows, and long-running monitoring.
I am contributing this on behalf of Xquik-dev.
Type of Contribution
Additional Notes
Validation run locally:
npm run skill:create -- --name x-twitter-scraper ...npm run skill:validatenpm run buildnpm startgit diff --check -- docs/README.skills.md skills/x-twitter-scraper/SKILL.mdbash scripts/fix-line-endings.shexits successfully but prints BSD/macOSsedwarnings locally. I also checked the changed Markdown files directly for CRLF characters.I did not run an interactive GitHub Copilot session for this skill before opening the PR.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.