Add Xquik skill#24
Conversation
There was a problem hiding this comment.
💡 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".
|
|
||
| ```bash | ||
| curl -fsS \ | ||
| -H "Authorization: Bearer ${XQUIK_API_KEY}" \ |
There was a problem hiding this comment.
Switch REST examples to x-api-key
Xquik API keys are documented for REST calls as the x-api-key header (the official docs and Xquik agent skill distinguish this from OAuth Bearer tokens), so users following these snippets with XQUIK_API_KEY will send the key in a header the REST API does not expect and their calls will be treated as unauthenticated. Please update the REST examples to use -H "x-api-key: ${XQUIK_API_KEY}" consistently.
Useful? React with 👍 / 👎.
|
Addressed in
Validation:
|
Summary
Adds a built-in
xquikskill for X data workflows through Xquik REST and MCP APIs.Changes
skills/xquik/SKILL.mdxurlremains the right skill for direct account-scoped X API actionsTest evidence
Full
pnpm checkwas not run because this checkout has no installed dependencies and this PR only adds a standalone skill file.Checklist
pnpm lintpassespnpm typecheckpassespnpm testpasses