docs: add TweetClaw mobile workflow guide#136
Merged
mithun50 merged 1 commit intoMay 23, 2026
Conversation
🚥 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.
🧹 Nitpick comments (1)
docs/tweetclaw-mobile-workflows.md (1)
155-159: 💤 Low valueConsider varying sentence structure for readability.
Three consecutive sentences begin with "If", which can feel repetitive. Consider rephrasing for variety while preserving the conditional guidance.
✍️ Optional style improvement
-If tools are hidden, open the Ubuntu shell, set `tools.alsoAllow` for `explore` and `tweetclaw`, then restart the gateway. +When tools are hidden, open the Ubuntu shell, set `tools.alsoAllow` for `explore` and `tweetclaw`, then restart the gateway. -If live calls return setup guidance, configure the API key again and verify the value was stored in OpenClaw config, not in the chat transcript. +Should live calls return setup guidance, reconfigure the API key and verify the value was stored in OpenClaw config, not in the chat transcript. -If monitors stop firing in the background, check Android battery settings and make sure the gateway remains active. +When monitors stop firing in the background, check Android battery settings and ensure the gateway remains active.🤖 Prompt for 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. In `@docs/tweetclaw-mobile-workflows.md` around lines 155 - 159, Rewrite the three consecutive conditional lines to vary sentence openings while preserving meaning: keep the first sentence about setting tools.alsoAllow for explore and tweetclaw and restarting the gateway, the second about reconfiguring the API key and verifying it is stored in OpenClaw config (not chat transcript), and the third about checking Android battery settings if monitors stop firing and ensuring the gateway remains active; reference the symbols tools.alsoAllow, explore, tweetclaw, OpenClaw config, gateway, and Android battery settings so the original targets are clear.
🤖 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.
Nitpick comments:
In `@docs/tweetclaw-mobile-workflows.md`:
- Around line 155-159: Rewrite the three consecutive conditional lines to vary
sentence openings while preserving meaning: keep the first sentence about
setting tools.alsoAllow for explore and tweetclaw and restarting the gateway,
the second about reconfiguring the API key and verifying it is stored in
OpenClaw config (not chat transcript), and the third about checking Android
battery settings if monitors stop firing and ensuring the gateway remains
active; reference the symbols tools.alsoAllow, explore, tweetclaw, OpenClaw
config, gateway, and Android battery settings so the original targets are clear.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 7b37e92c-683d-480b-a57b-cca5432cbb9a
📒 Files selected for processing (3)
README.mddocs/tweetclaw-mobile-workflows.mdflutter_app/assets/bionic_bypass.js
a5161e0 to
7f833c4
Compare
mithun50
approved these changes
May 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
anthropics/openclawtoopenclaw/openclaw.Validation
npm ci --force --ignore-scripts --no-audit --no-fundnpm testnpm run lintbash -n install.sh scripts/build-apk.sh scripts/fetch-proot-binaries.shnode --check bin/openclawx && node --check lib/index.js && node --check lib/installer.js && node --check lib/bionic-bypass.js && node --check lib/postinstall.js && node --check lib/test.js && node --check flutter_app/assets/bionic_bypass.jsgit diff --check@xquik/tweetclawnpm metadata returns version1.6.31Note:
npm cineeds--forceon macOS because this package declares Android/Linux platforms only. Lifecycle scripts were disabled.Summary by cubic
Adds a mobile TweetClaw guide for Android/Termux and links it from the README with install, inspect, and skill info commands. Also fixes the OpenClaw repo link and an ESLint catch binding in the Bionic bypass asset.
New Features
docs/tweetclaw-mobile-workflows.mdwith Android/Termux setup, credential storage,tools.alsoAllow, approval boundaries, and battery optimization notes for X/Twitter workflows.openclawxcommands to install and verify@xquik/tweetclaw.Bug Fixes
anthropics/openclaw→openclaw/openclaw.flutter_app/assets/bionic_bypass.jsto satisfy ESLint.Written for commit 7f833c4. Summary will update on new commits. Review in cubic
Summary by CodeRabbit