From 7e264cbde622dac471f029edad7943d7a50ed793 Mon Sep 17 00:00:00 2001 From: yagyesh-twofourlabs Date: Wed, 10 Jun 2026 11:41:54 +0530 Subject: [PATCH] docs(skill_en): replace stale bird commands with twitter-cli (#287) All five commands verified against twitter-cli v0.8.5 (-c flag, search -n, tweet, article, user-posts, feed all exist; live-tested). Fixes #282. --- agent_reach/skill/SKILL_en.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/agent_reach/skill/SKILL_en.md b/agent_reach/skill/SKILL_en.md index 8c272f5..32a0051 100644 --- a/agent_reach/skill/SKILL_en.md +++ b/agent_reach/skill/SKILL_en.md @@ -41,15 +41,18 @@ mcporter call 'exa.web_search_exa(query: "query", numResults: 5)' mcporter call 'exa.get_code_context_exa(query: "code question", tokensNum: 3000)' ``` -## Twitter/X (bird) +## Twitter/X (twitter-cli) ```bash -bird search "query" -n 10 # search -bird read URL_OR_ID # read tweet (supports /status/ and /article/ URLs) -bird user-tweets @username -n 20 # user timeline -bird thread URL_OR_ID # full thread +twitter -c search "query" -n 10 # search (-c = compact JSON, LLM-friendly) +twitter -c tweet URL_OR_ID # read tweet + replies (supports /status/ URLs) +twitter -c article URL_OR_ID # read a Twitter Article +twitter -c user-posts @username -n 20 # user timeline +twitter -c feed -n 20 # home timeline ``` +> Binary is `twitter` (`pipx install twitter-cli`, ≥ 0.8.5). The `bird` name in older docs has been retired. If `search` returns 404, run `pipx upgrade twitter-cli`. + ## YouTube (yt-dlp) ```bash