Help us improve
Share bugs, ideas, or general feedback.
From x-maxvision
Use when configurar rate-limits, planejar janelas de execução para automação X via Patchright fallback (Layer D), ou interpretar captcha/HTTP 429 events. Define token-bucket caps, behavioral mimicry, playbook de recuperação.
npx claudepluginhub produtoramaxvision/maxvision-x-mcp --plugin x-maxvisionHow this skill is triggered — by the user, by Claude, or both
Slash command
/x-maxvision:x-anti-detect-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Define limites operacionais para a camada D (Patchright + cookie `auth_token`).
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Define limites operacionais para a camada D (Patchright + cookie auth_token).
| Tool | Capacity (burst) | Refill (tokens/s) | Equivalente |
|---|---|---|---|
x_search_posts (Grok) | 30 | 0.5 | 30/min sustained |
x_get_post | 30 | 0.5 | 30/min |
x_get_user_profile | 20 | 0.3 | 18/min |
x_get_user_timeline | 15 | 0.25 | 15/min |
x_get_followers | 10 | 0.1 | 6/min |
x_get_replies_tree | 10 | 0.15 | 9/min |
x_post_tweet | 5 | 0.01 | 36/h, 5 burst |
x_reply | 10 | 0.02 | 72/h |
x_quote_tweet | 5 | 0.01 | 36/h |
x_like_unlike | 20 | 0.1 | 360/h (X cap ~1k/dia) |
x_follow_unfollow | 10 | 0.02 | 72/h (cap 30/dia recomendado) |
x_send_dm | 5 | 0.01 | 36/h (cap 50/dia recomendado) |
22:00–06:00 server local (TZ via env TZ).
isQuietHours() em browser/anti-detect.ts.randomDelay(3000, 8000) extra.Quando Layer D ativa:
randomDelay(1500, 4000) entre ações.accountId em ${PROFILE_BASE_DIR}/<accountId>.Quando Patchright detecta iframe[src*="arkose"] ou [data-testid="LoginForm_Login_Button"]:
captcha_events table.accounts.status = 'captcha')./events ou n8n webhook./x-cookie-refresh.Quando X API v2 (Layer B) retorna 429:
RATE_LIMITED + retry_after.accounts.cookie_expires_at)./x-status.