Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:25
forks:0
updated:13 mars 2026 à 16:58
SKILL.md
| name | bird-twitter-moderation |
| description | Review X accounts with bird before blocking or muting. |
Primary review skill for X mention triage.
Use this before block/mute decisions.
Runbook owns mention fetching and cache warmup.
birdclaw for mentions fetchBinary:
$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 ...