docs: add TweetClaw OpenClaw X API guidance#91
Conversation
WalkthroughDocumentation updates to the X API skill guide refine OAuth environment setup comment phrasing, expand the Security section with additional OAuth secret handling guidance and new OpenClaw Tooling instructions for TweetClaw integration, and adjust Related Skills formatting to include crosspost. ChangesX API Skill Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/x-api/SKILL.md`:
- Around line 201-218: Update the TweetClaw install guidance in the Optional
OpenClaw Tooling section: change the pinned package version from
`@xquik/tweetclaw`@1.6.31 to `@xquik/tweetclaw`@1.6.32 and use the canonical install
syntax (e.g., openclaw plugins install npm:`@xquik/tweetclaw`@1.6.32, optionally
noting the --pin flag). Leave the approval-for-write-actions guidance and the
listed supported workflows (tweet scraping/search, follower export, user lookup,
media workflows, DMs, monitors, webhooks, giveaway draws) as-is to reflect
TweetClaw’s documented capabilities.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: cc16b5f5-3511-490f-964b-93e52bfce52c
📒 Files selected for processing (1)
skills/x-api/SKILL.md
Summary
Validation
Note: npm ci reported one existing moderate dependency advisory in the target dependency tree before tests. This PR does not change dependencies.
Summary by cubic
Adds optional OpenClaw/TweetClaw guidance to the X API skill while keeping direct X API calls as the default path. Documents approval-gated agent workflows and reinforces secret handling.
New Features
Refactors
Written for commit 0a6e4b4. Summary will update on new commits.
Summary by CodeRabbit