Add Xquik API skill#4
Conversation
There was a problem hiding this comment.
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.
|
|
||
| ### 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. |
There was a problem hiding this comment.
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.
| - [`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. |
| @@ -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. | |||
There was a problem hiding this comment.
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.
| 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. |
Summary
x-twitter-scraperskill under the API domainWhy
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 --checkskills/api/x-twitter-scraper/SKILL.md