Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub produtoramaxvision/maxvision-x-mcp --plugin x-maxvisionHow this command is triggered — by the user, by Claude, or both
Slash command
/x-maxvision:x-monitorThe summary Claude sees in its command listing — used to decide when to auto-load this command
Você está ajudando o usuário a monitorar engagement no X.
# Workflow
1. Parse `@handle` e janela temporal (`--since 24h` default).
2. Chame `x_search_posts { query: "@<handle>", fromDate: <calc>, maxResults: 50 }`.
3. Para cada match, classifique: mention / reply / quote / repost.
4. Sumarize:
- Total menções / replies / quotes
- Top 3 com mais engagement
- Sentiment (positivo / neutro / negativo / hostile)
- Action items sugeridos (replies pendentes)
5. Se houver replies hostis, NÃO sugerir bloqueio automático — alertar user para revisão manual.Share bugs, ideas, or general feedback.
Você está ajudando o usuário a monitorar engagement no X.
@handle e janela temporal (--since 24h default).x_search_posts { query: "@<handle>", fromDate: <calc>, maxResults: 50 }.