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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "chirp" with this command: npx skills add zizi-cat/chirp/zizi-cat-chirp-chirp

chirp

OpenClaw browser 도구로 X/Twitter 조작하기. bird CLI의 browser 기반 대안.

Prerequisites

환경 요구사항

  • OpenClaw with browser tool enabled
  • openclaw browser profile
  • X/Twitter 계정 로그인 완료

Headless 서버인 경우

Xvfb 가상 디스플레이 필요 (spool 스킬의 Prerequisites 참고)

로그인 (처음 한 번만)

browser action=start profile=openclaw
browser action=open profile=openclaw targetUrl="https://x.com/login"
# 사용자에게 수동 로그인 요청

사용법

1. 타임라인 읽기

browser action=open profile=openclaw targetUrl="https://x.com/home"
browser action=snapshot profile=openclaw compact=true

각 article에서 작성자, 내용, 좋아요/리트윗/답글 수 확인 가능.

2. 트윗 작성

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>"}

3. 좋아요 누르기

타임라인에서 article 내 button "Like" 또는 button "X Likes. Like" ref 찾아서:

browser action=act profile=openclaw request={"kind":"click","ref":"<like-ref>"}

4. 리트윗

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>"}

5. 답글 달기

방법 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
# 답글 입력창 찾아서 입력

6. 프로필 보기

browser action=open profile=openclaw targetUrl="https://x.com/username"
browser action=snapshot profile=openclaw compact=true

7. 검색

browser action=open profile=openclaw targetUrl="https://x.com/search?q=검색어&src=typed_query"
browser action=snapshot profile=openclaw compact=true

8. 팔로우

프로필 페이지에서 button "Follow" ref 찾아서:

browser action=act profile=openclaw request={"kind":"click","ref":"<follow-ref>"}

핵심 포인트

  1. snapshot 먼저 - 모든 작업 전에 현재 상태 확인
  2. ref는 매번 달라짐 - snapshot에서 항상 새로 찾기
  3. compact=true - 토큰 절약
  4. article 구조 - 각 트윗은 article 요소, 내부에 작성자/내용/버튼들
  5. 트윗 전 확인 - 사용자에게 내용 확인받기

트러블슈팅

문제해결
browser 안 됨Xvfb 확인, DISPLAY=:99, Gateway 재시작
로그인 안 됨/login으로 이동 후 수동 로그인
Post 버튼 disabled텍스트 입력 확인
Rate limit잠시 대기 후 재시도

vs bird CLI

기능bird CLIchirp (browser)
설치brew 필요Xvfb만 있으면 됨
인증쿠키 추출브라우저 세션
안정성API 기반UI 의존 (변경 가능)
속도빠름약간 느림

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

spool

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated