browse-x

Installation
SKILL.md

browse X

Hosted read-only API at x.pcstyle.dev. No checkout, login, cookies, or key. Public content only. Install elsewhere with the skills CLI (npx skills add pc-style/x-md).

skills/browse-x/scripts/browse-x.sh "https://x.com/handle/status/123"
skills/browse-x/scripts/browse-x.sh status "https://x.com/handle/status/123" --thread 20 --context thread --replies top --userinfo author --full
skills/browse-x/scripts/browse-x.sh profile @handle --limit 20
skills/browse-x/scripts/browse-x.sh followers handle --limit 50
skills/browse-x/scripts/browse-x.sh following handle --page 2 --full
skills/browse-x/scripts/browse-x.sh search "from:handle release" --feed latest
skills/browse-x/scripts/browse-x.sh search "typescript" --feed media --page 3 --limit 10
skills/browse-x/scripts/browse-x.sh search "typescript" --cursor "<nextCursor>"

Status options: --thread is full (default), off, conversation, or 2-100. --context is full or thread (direct author chain). --replies is top, recent, or off. --userinfo is off, author, or all. Search --feed is latest (default), top, or media.

Direct API: curl -sS -G https://x.pcstyle.dev/api/convert --data-urlencode "url=https://x.com/handle/status/123" -H "Accept: text/markdown", or rewrite a status URL to https://x.pcstyle.dev/:handle/status/:id.

Installs
21
Repository
pc-style/x-md
GitHub Stars
16
First Seen
Jul 13, 2026
browse-x — pc-style/x-md