Skip to content

Add Xquik API skill#4

Open
kriptoburak wants to merge 2 commits into
proflead:masterfrom
kriptoburak:codex/add-xquik-api-skill
Open

Add Xquik API skill#4
kriptoburak wants to merge 2 commits into
proflead:masterfrom
kriptoburak:codex/add-xquik-api-skill

Conversation

@kriptoburak

Copy link
Copy Markdown

Summary

  • Add an x-twitter-scraper skill under the API domain
  • Add the skill to the README API index

Why

This gives Codex users a focused workflow for Xquik X/Twitter API tasks such as tweet search, profile tweets, user lookup, follower export, media download, webhooks, MCP setup, and posting workflows.

Validation

  • git diff --check
  • Frontmatter and ASCII validation for skills/api/x-twitter-scraper/SKILL.md
  • Link checks for the Xquik skill repo and docs
  • Staged diff scan for secrets and private implementation terms

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request adds a new x-twitter-scraper skill to the API section, providing documentation and workflows for X/Twitter automation using Xquik. Review feedback recommends updating the descriptions in the README.md and the skill's frontmatter to include missing tasks like 'profile tweets' and to use action-oriented language for better consistency with existing documentation.

Comment thread README.md Outdated

### API
- [`api-request-builder`](skills/api/api-request-builder/SKILL.md): Build curl/fetch requests with auth, headers, and response inspection tips.
- [`x-twitter-scraper`](skills/api/x-twitter-scraper/SKILL.md): Use Xquik for tweet search, user lookup, follower export, media download, webhooks, MCP setup, and posting workflows.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

To maintain consistency with other entries in the API section, the description should ideally start with a specific action verb (e.g., 'Automate'). Additionally, 'profile tweets' is missing from this summary but listed as a core task in the skill definition. Consider a more concise format to match the surrounding items and moving this entry to the end of the section to keep the 'api-' prefixed skills grouped together.

Suggested change
- [`x-twitter-scraper`](skills/api/x-twitter-scraper/SKILL.md): Use Xquik for tweet search, user lookup, follower export, media download, webhooks, MCP setup, and posting workflows.
- [`x-twitter-scraper`](skills/api/x-twitter-scraper/SKILL.md): Automate X/Twitter workflows (search, profile tweets, lookup, export, media, webhooks, MCP, posting) using Xquik.

Comment thread skills/api/x-twitter-scraper/SKILL.md Outdated
@@ -0,0 +1,36 @@
---
name: x-twitter-scraper
description: Use Xquik for X/Twitter API workflows including tweet search, user lookup, follower export, media download, webhooks, MCP setup, and posting. Use when a developer needs agent-ready X data or automation through the Xquik API.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The description list is missing 'profile tweets', which is included in the 'Inputs to request' section (line 13). Adding it here ensures the frontmatter description accurately reflects the skill's capabilities. Additionally, starting with an action verb like 'Automate' matches the style of other skills in the library.

Suggested change
description: Use Xquik for X/Twitter API workflows including tweet search, user lookup, follower export, media download, webhooks, MCP setup, and posting. Use when a developer needs agent-ready X data or automation through the Xquik API.
description: Automate X/Twitter API workflows including tweet search, profile tweets, user lookup, follower export, media download, webhooks, MCP setup, and posting using Xquik. Use when a developer needs agent-ready X data or automation through the Xquik API.

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.

1 participant