X/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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install chirp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install chirp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/chirp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: chirp description: "X/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." homepage: https://github.com/zizi-cat/chirp metadata: {"clawdhub":{"emoji":"🐦"}} ---
OpenClaw 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 의존 (변경 가능) | | 속도 | 빠름 | 약간 느림 |
安装 Chirp 后,可以对 AI 说这些话来触发它
Help me get started with Chirp
Explains what Chirp does, walks through the setup, and runs a quick demo based on your current project
Use Chirp to x/Twitter CLI using OpenClaw browser tool
Invokes Chirp with the right parameters and returns the result directly in the conversation
What can I do with Chirp in my marketing & growth workflow?
Lists the top use cases for Chirp, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/chirp/ 目录(个人级,所有项目可用),或 .claude/skills/chirp/(项目级)。重启 AI 客户端后,用 /chirp 主动调用,或让 AI 根据上下文自动发现并使用。
Chirp 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Chirp 可免费安装使用。请查阅仓库了解许可证信息。
X/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.
Chirp 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Chirp
Identifies repetitive steps in your workflow and sets up Chirp to handle them automatically