Bird Twitter Moderation

Review X accounts with bird before blocking or muting.

steipete fa23884 998 B Updated

File contents

Bird Twitter Moderation

Primary review skill for X mention triage.

Use this before block/mute decisions.

Runbook owns mention fetching and cache warmup.

  • do not override a runbook that already specifies birdclaw for mentions fetch
  • use this skill for review, context, and live verify

Binary:

$HOME/Projects/bird/bird

Primary review:

$HOME/Projects/bird/bird user AUTHOR_ID -n 8 --json

Fast verify:

$HOME/Projects/bird/bird status AUTHOR_ID --json

Extra context:

$HOME/Projects/bird/bird read TWEET_ID --json
$HOME/Projects/bird/bird thread TWEET_ID --json

Actions:

$HOME/Projects/bird/bird block AUTHOR_ID
$HOME/Projects/bird/bird mute AUTHOR_ID
$HOME/Projects/bird/bird unblock AUTHOR_ID
$HOME/Projects/bird/bird unmute AUTHOR_ID

Fallback on cookie/auth failure:

$HOME/.openclaw/bin/bird-gui ...

steipete/triage/tree/main/openclaw/clawblocker/skills/bird-twitter-moderation commit fa23884054

Frequently asked questions

npx skillmds@latest add steipete/bird-twitter-moderation