Add X Twitter scraper skill#1655
Open
kriptoburak wants to merge 1 commit intogithub:stagedfrom
Open
Conversation
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
99c737b to
b583617
Compare
Contributor
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. |
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 1 skill(s) [x-twitter-scraper] 📊 x-twitter-scraper: 854 BPE tokens [chars/4: 971] (detailed ✓), 8 sections, 2 code blocks ✅ All checks passed (1 skill(s)) ``` |
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.