Skip to content

Add Xquik skill#24

Merged
s-JoL merged 3 commits into
understudy-ai:mainfrom
kriptoburak:codex/add-xquik-skill
Jun 19, 2026
Merged

Add Xquik skill#24
s-JoL merged 3 commits into
understudy-ai:mainfrom
kriptoburak:codex/add-xquik-skill

Conversation

@kriptoburak

Copy link
Copy Markdown
Contributor

Summary

Adds a built-in xquik skill for X data workflows through Xquik REST and MCP APIs.

Changes

  • Adds skills/xquik/SKILL.md
  • Documents API key handling, narrow REST examples, MCP access, and approval gates for persistent or bulk work
  • Clarifies that xurl remains the right skill for direct account-scoped X API actions

Test evidence

python3 skills/skill-creator/scripts/quick_validate.py skills/xquik
git diff --check
perl -ne 'print if /\x{2014}|\x20\x2d\x2d\x20/' skills/xquik/SKILL.md
curl link checks for https://docs.xquik.com, API overview, and MCP overview
curl route probe for /api/v1/x/tweets/search returned HTTP 402 without credentials

Full pnpm check was not run because this checkout has no installed dependencies and this PR only adds a standalone skill file.

Checklist

  • pnpm lint passes
  • pnpm typecheck passes
  • pnpm test passes
  • Tests added for new behavior
  • Docs updated if behavior or APIs changed

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8c90e6c8a9

ℹ️ 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".

Comment thread skills/xquik/SKILL.md Outdated
@kriptoburak

Copy link
Copy Markdown
Contributor Author

Addressed in 99140d1.

  • REST examples now use x-api-key: ${XQUIK_API_KEY}.
  • MCP auth text now matches the same documented API key header.

Validation:

  • python3 skills/skill-creator/scripts/quick_validate.py skills/xquik
  • git diff --check
  • banned punctuation scan
  • Xquik docs link checks returned HTTP 200

@s-JoL s-JoL merged commit 820cac1 into understudy-ai:main Jun 19, 2026
2 checks passed
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