Skip to content

Add X Twitter scraper skill#1655

Open
kriptoburak wants to merge 2 commits intogithub:stagedfrom
kriptoburak:codex/add-xquik-twitter-api-skill
Open

Add X Twitter scraper skill#1655
kriptoburak wants to merge 2 commits intogithub:stagedfrom
kriptoburak:codex/add-xquik-twitter-api-skill

Conversation

@kriptoburak
Copy link
Copy Markdown

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Adds an x-twitter-scraper Agent 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

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

Validation run locally:

  • npm run skill:create -- --name x-twitter-scraper ...
  • npm run skill:validate
  • npm run build
  • npm start
  • git diff --check -- docs/README.skills.md skills/x-twitter-scraper/SKILL.md

bash scripts/fix-line-endings.sh exits successfully but prints BSD/macOS sed warnings 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.

Copilot AI review requested due to automatic review settings May 8, 2026 14:03
@kriptoburak kriptoburak requested a review from aaronpowell as a code owner May 8, 2026 14:03
@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:HIGH Contributor reputation check flagged HIGH risk label May 8, 2026
@kriptoburak kriptoburak force-pushed the codex/add-xquik-twitter-api-skill branch from 99c737b to b583617 Compare May 8, 2026 14:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-scraper skill 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🔍 Skill Validator Results

✅ All checks passed

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ 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))
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)) ```

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:HIGH Contributor reputation check flagged HIGH risk new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants