chirpX/Twitter CLI using OpenClaw browser tool. Use when the user wants to interact with X/Twitter: reading timeline, posting tweets, liking, retweeting, replying, or searching. Alternative to bird CLI for environments without Homebrew.
Install via ClawdBot CLI:
clawdbot install zizi-cat/chirpOpenClaw browser ๋๊ตฌ๋ก X/Twitter ์กฐ์ํ๊ธฐ. bird CLI์ browser ๊ธฐ๋ฐ ๋์.
openclaw browser profileXvfb ๊ฐ์ ๋์คํ๋ ์ด ํ์ (spool ์คํฌ์ Prerequisites ์ฐธ๊ณ )
browser action=start profile=openclaw
browser action=open profile=openclaw targetUrl="https://x.com/login"
# ์ฌ์ฉ์์๊ฒ ์๋ ๋ก๊ทธ์ธ ์์ฒญ
browser action=open profile=openclaw targetUrl="https://x.com/home"
browser action=snapshot profile=openclaw compact=true
๊ฐ article์์ ์์ฑ์, ๋ด์ฉ, ์ข์์/๋ฆฌํธ์/๋ต๊ธ ์ ํ์ธ ๊ฐ๋ฅ.
Step 1: ํ์์ ํ ์คํธ๋ฐ์ค ์ฐพ๊ธฐ
browser action=open profile=openclaw targetUrl="https://x.com/home"
browser action=snapshot profile=openclaw compact=true
โ textbox "Post text" ref ์ฐพ๊ธฐ
Step 2: ๋ด์ฉ ์ ๋ ฅ
browser action=act profile=openclaw request={"kind":"click","ref":"<textbox-ref>"}
browser action=act profile=openclaw request={"kind":"type","ref":"<textbox-ref>","text":"ํธ์ ๋ด์ฉ"}
Step 3: Post ๋ฒํผ ํด๋ฆญ
browser action=snapshot profile=openclaw compact=true
โ button "Post" ref ์ฐพ๊ธฐ (disabled ์๋ ๊ฒ)
browser action=act profile=openclaw request={"kind":"click","ref":"<post-ref>"}
ํ์๋ผ์ธ์์ article ๋ด button "Like" ๋๋ button "X Likes. Like" ref ์ฐพ์์:
browser action=act profile=openclaw request={"kind":"click","ref":"<like-ref>"}
button "Repost" ๋๋ button "X reposts. Repost" ref ์ฐพ์์:
browser action=act profile=openclaw request={"kind":"click","ref":"<repost-ref>"}
browser action=snapshot profile=openclaw compact=true
# "Repost" ์ต์
์ ํ
browser action=act profile=openclaw request={"kind":"click","ref":"<repost-option-ref>"}
๋ฐฉ๋ฒ 1: ํ์๋ผ์ธ์์
browser action=act profile=openclaw request={"kind":"click","ref":"<reply-button-ref>"}
browser action=snapshot profile=openclaw compact=true
# ๋ต๊ธ ์
๋ ฅ์ฐฝ์ ํ
์คํธ ์
๋ ฅ ํ Reply ๋ฒํผ ํด๋ฆญ
๋ฐฉ๋ฒ 2: ํธ์ ํ์ด์ง์์
browser action=open profile=openclaw targetUrl="https://x.com/username/status/1234567890"
browser action=snapshot profile=openclaw compact=true
# ๋ต๊ธ ์
๋ ฅ์ฐฝ ์ฐพ์์ ์
๋ ฅ
browser action=open profile=openclaw targetUrl="https://x.com/username"
browser action=snapshot profile=openclaw compact=true
browser action=open profile=openclaw targetUrl="https://x.com/search?q=๊ฒ์์ด&src=typed_query"
browser action=snapshot profile=openclaw compact=true
ํ๋กํ ํ์ด์ง์์ button "Follow" ref ์ฐพ์์:
browser action=act profile=openclaw request={"kind":"click","ref":"<follow-ref>"}
| ๋ฌธ์ | ํด๊ฒฐ |
|------|------|
| browser ์ ๋จ | Xvfb ํ์ธ, DISPLAY=:99, Gateway ์ฌ์์ |
| ๋ก๊ทธ์ธ ์ ๋จ | /login์ผ๋ก ์ด๋ ํ ์๋ ๋ก๊ทธ์ธ |
| Post ๋ฒํผ disabled | ํ ์คํธ ์ ๋ ฅ ํ์ธ |
| Rate limit | ์ ์ ๋๊ธฐ ํ ์ฌ์๋ |
| ๊ธฐ๋ฅ | bird CLI | chirp (browser) |
|------|----------|-----------------|
| ์ค์น | brew ํ์ | Xvfb๋ง ์์ผ๋ฉด ๋จ |
| ์ธ์ฆ | ์ฟ ํค ์ถ์ถ | ๋ธ๋ผ์ฐ์ ์ธ์ |
| ์์ ์ฑ | API ๊ธฐ๋ฐ | UI ์์กด (๋ณ๊ฒฝ ๊ฐ๋ฅ) |
| ์๋ | ๋น ๋ฆ | ์ฝ๊ฐ ๋๋ฆผ |
Generated Mar 1, 2026
Small businesses can use Chirp to manage their X/Twitter presence without installing bird CLI, ideal for environments like shared servers or restricted systems. It enables posting updates, engaging with customers via likes and replies, and monitoring mentions through search, all via browser automation. This is cost-effective for businesses lacking dedicated social media tools.
News organizations can utilize Chirp to scrape X/Twitter for trending topics, public reactions, and real-time updates by automating timeline reading and search functions. It helps journalists gather sources and monitor breaking news without manual browsing, though it relies on UI stability. This supports content creation and audience engagement efforts.
Researchers in social sciences can employ Chirp to collect data from X/Twitter for studies on public opinion, hashtag usage, or network analysis. By automating profile views, timeline snapshots, and searches, it facilitates large-scale data gathering in headless server setups with Xvfb. This method avoids API rate limits but requires careful handling of UI changes.
Tech firms can integrate Chirp into support workflows to monitor and respond to customer queries on X/Twitter, using features like replying and liking tweets. It automates engagement tasks in environments where bird CLI isn't feasible, though it may be slower than API-based solutions. This enhances responsiveness without heavy infrastructure investment.
Offer Chirp as a free open-source tool for developers, with premium features like advanced analytics, scheduled posting, or team collaboration. Revenue comes from subscriptions for enterprises needing enhanced automation and support. This model leverages the GitHub community for adoption and feedback.
Provide managed services using Chirp to handle X/Twitter accounts for clients, including content posting, engagement, and reporting. Charge monthly retainers based on account volume and activity levels. This model targets small to medium businesses outsourcing their social media operations.
License Chirp as a component within larger automation or RPA platforms, enabling X/Twitter interactions as part of broader workflows. Generate revenue through licensing fees or per-use charges for platforms in marketing, customer service, or data analysis. This model focuses on B2B partnerships and scalability.
๐ฌ Integration Tip
Ensure Xvfb is configured for headless servers and always run snapshots before actions to handle dynamic refs, as UI changes can break automation.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X โ read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.