con un clic
twitter-openclaw
Interact with Twitter/X posts, timelines, and users from OpenClaw.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Interact with Twitter/X posts, timelines, and users from OpenClaw.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | twitter-openclaw |
| description | Interact with Twitter/X posts, timelines, and users from OpenClaw. |
| homepage | https://developer.x.com/en/docs |
| metadata | {"openclaw":{"emoji":"🐦⬛","requires":{"bins":["node"],"env":["TWITTER_BEARER_TOKEN"]},"optionalEnv":["TWITTER_API_KEY","TWITTER_API_SECRET","TWITTER_USER_ID"]}} |
Interact with Twitter/X posts, timelines, and users from OpenClaw.
Requires TWITTER_BEARER_TOKEN.
Optionally set TWITTER_API_KEY and TWITTER_API_SECRET for write operations.
Run auth check:
node {baseDir}/bin/twclaw.js auth-check
node {baseDir}/bin/twclaw.js read <tweet-url-or-id>
node {baseDir}/bin/twclaw.js thread <tweet-url-or-id>
node {baseDir}/bin/twclaw.js replies <tweet-url-or-id> -n 20
node {baseDir}/bin/twclaw.js user <@handle>
node {baseDir}/bin/twclaw.js user-tweets <@handle> -n 20
node {baseDir}/bin/twclaw.js home -n 20
node {baseDir}/bin/twclaw.js mentions -n 10
node {baseDir}/bin/twclaw.js likes <@handle> -n 10
node {baseDir}/bin/twclaw.js search "query" -n 10
node {baseDir}/bin/twclaw.js search "from:elonmusk AI" -n 5
node {baseDir}/bin/twclaw.js search "#trending" --recent
node {baseDir}/bin/twclaw.js search "query" --popular
node {baseDir}/bin/twclaw.js trending
node {baseDir}/bin/twclaw.js trending --woeid 23424977
node {baseDir}/bin/twclaw.js tweet "hello world"
node {baseDir}/bin/twclaw.js reply <tweet-url-or-id> "great thread!"
node {baseDir}/bin/twclaw.js quote <tweet-url-or-id> "interesting take"
node {baseDir}/bin/twclaw.js tweet "look at this" --media image.png
node {baseDir}/bin/twclaw.js like <tweet-url-or-id>
node {baseDir}/bin/twclaw.js unlike <tweet-url-or-id>
node {baseDir}/bin/twclaw.js retweet <tweet-url-or-id>
node {baseDir}/bin/twclaw.js unretweet <tweet-url-or-id>
node {baseDir}/bin/twclaw.js bookmark <tweet-url-or-id>
node {baseDir}/bin/twclaw.js unbookmark <tweet-url-or-id>
node {baseDir}/bin/twclaw.js follow <@handle>
node {baseDir}/bin/twclaw.js unfollow <@handle>
node {baseDir}/bin/twclaw.js followers <@handle> -n 20
node {baseDir}/bin/twclaw.js following <@handle> -n 20
node {baseDir}/bin/twclaw.js lists
node {baseDir}/bin/twclaw.js list-timeline <list-id> -n 20
node {baseDir}/bin/twclaw.js list-add <list-id> <@handle>
node {baseDir}/bin/twclaw.js list-remove <list-id> <@handle>
--json # JSON output
--plain # Plain text, no formatting
--no-color # Disable ANSI colors
-n <count> # Number of results (default: 10)
--cursor <val> # Pagination cursor for next page
--all # Fetch all pages (use with caution)
--yes # Required for write actions in non-interactive mode
--json when processing output programmatically.Check that TWITTER_BEARER_TOKEN is set and valid.
Wait and retry. X/Twitter API uses strict per-window limits.