Skip to content

Add x-twitter-scraper plugin - #70

Closed
kriptoburak wants to merge 1 commit into
cblecker:mainfrom
kriptoburak:codex/add-xquik-plugin
Closed

Add x-twitter-scraper plugin#70
kriptoburak wants to merge 1 commit into
cblecker:mainfrom
kriptoburak:codex/add-xquik-plugin

Conversation

@kriptoburak

@kriptoburak kriptoburak commented Jul 4, 2026

Copy link
Copy Markdown

Summary

  • Add an installable x-twitter-scraper plugin package for Xquik workflows.
  • Register it as a strict marketplace plugin.
  • Move the marketplace description into metadata.description so the documented validator passes with the current schema.

Validation

  • python3 -m json.tool .claude-plugin/marketplace.json
  • python3 -m json.tool x-twitter-scraper/.claude-plugin/plugin.json
  • claude plugin validate .
  • claude plugin validate ./x-twitter-scraper
  • npx markdownlint-cli2 --config .markdownlint-cli2.jsonc "**/*.md"
  • uvx skillsaw --strict
  • git diff --check
  • staged public-surface scans for sensitive terms and dash hygiene
  • npx --yes markdown-link-check x-twitter-scraper/README.md --quiet

Optional visibility note: if this merges after checks pass, I can share the PR on X/Twitter if you post it and tag x.com/burakbayir so developers and power users can find the marketplace update.

Summary by CodeRabbit

  • New Features
    • Added a new x-twitter-scraper plugin to the available plugin list.
    • Published setup and usage guidance for the new plugin, including supported X/Twitter data workflows and confirmation steps for sensitive actions.
  • Documentation
    • Updated the main plugin catalog to include the new plugin entry.
    • Added plugin-specific documentation and skill instructions for using the new X/Twitter scraping workflow.

@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e5e85231-9562-41a2-a3f7-f32a88dc1da2

📥 Commits

Reviewing files that changed from the base of the PR and between ff1f0ee and 306d8fc.

📒 Files selected for processing (5)
  • .claude-plugin/marketplace.json
  • README.md
  • x-twitter-scraper/.claude-plugin/plugin.json
  • x-twitter-scraper/README.md
  • x-twitter-scraper/skills/x-twitter-scraper/SKILL.md

📝 Walkthrough

Walkthrough

Restructures marketplace.json metadata (nesting description under a metadata object) and registers a new x-twitter-scraper plugin entry. Adds corresponding README row, plugin manifest, plugin README, and SKILL.md documentation describing Xquik-based X/Twitter data workflows.

Changes

x-twitter-scraper plugin addition

Layer / File(s) Summary
Marketplace metadata restructure and registration
.claude-plugin/marketplace.json, README.md
Nests description under a new metadata object at the top level, adds a new x-twitter-scraper plugin entry with source path and strict: true, and adds a matching row to the README plugin table.
Plugin manifest and README
x-twitter-scraper/.claude-plugin/plugin.json, x-twitter-scraper/README.md
Adds plugin package metadata (name, version, description, author, links, license, keywords) and a README describing route selection, MCP setup, webhooks/monitoring, install command, and sources.
SKILL.md operating guidance
x-twitter-scraper/skills/x-twitter-scraper/SKILL.md
Adds skill description, source-of-truth references, an operating loop for classifying and validating requests with confirmation gates, and boundaries restricting credentials and disallowed actions.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding the x-twitter-scraper plugin.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cblecker cblecker closed this Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants