Add Xquik external skill source#865
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 70f9d0ab5b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Verified the current upstream source again. The raw |
|
Thanks for submitting x-twitter-scraper — the skill body is genuinely impressive. Eleven reference files, explicit untrusted-content boundary markers, HMAC webhook verification, confirmation gates on every write, and a clear security story that explicitly rules out X login material, shell execution, and local file access. This is exactly the kind of quality work we want in the marketplace. The only thing blocking merge is the frontmatter. Our marketplace-tier validator requires exactly eight top-level fields, and right now four of them aren't wired up correctly in
After those four changes the corrected frontmatter block should look like: ---
name: x-twitter-scraper
description: "..."
allowed-tools: WebFetch
version: "2.4.16"
author: Xquik
license: MIT
compatibility: Requires internet access to call the first-party Xquik REST API.
tags: [twitter, x, social-media, api-development]
metadata:
openclaw: ...
security: ...
---The Audited against the marketplace rubric (frontmatter completeness, license accuracy, tool-safety, real-vs-hollow content). Holding open as request-changes — happy to merge once the above lands.
|
Summary
Adds Xquik's installable
x-twitter-scraperskill tosources.yamlas an external source.Validation
sources.yamlwith PyYAML and confirmed the new entry.Xquik-dev/x-twitter-scrapermastercontainsskills/x-twitter-scraper/SKILL.mdandreferences/.git diff --check.