llms.txt@public ยท diff
git:20260906.a304656 to git:20260906.4cb5ab9
15 added, 1 removed. Audit A to A.
# x.md
> x.md is an agent-friendly, read-only browser for public X content. It returns compact Markdown by default, full Markdown with `?full=true`, and structured JSON with `?format=json` or `Accept: application/json`.
Canonical site: https://x.pcstyle.dev/
Documentation: https://x.pcstyle.dev/docs
Source: https://github.com/pc-style/x-md
## Read routes
- Post, video, thread, or conversation: `https://x.pcstyle.dev/{handle}/status/{id}`
- Profile and latest original posts: `https://x.pcstyle.dev/{handle}`
- Search public posts or users: `https://x.pcstyle.dev/search?q={query}`; optional `feed=latest|top|photos|videos|users|media`
- Followers: `https://x.pcstyle.dev/{handle}/followers`
- Following: `https://x.pcstyle.dev/{handle}/following`
Search defaults to Latest; media aliases Photos. Users returns profiles in `users`; other feeds return `posts`. Default and maximum limit: 20. Live search allows 75 uncached requests per minute per IP; configured X accounts have a 100-call budget per 15 minutes. Photos, Videos, and Users require configured sessions.
Browse routes accept `cursor`, `page`, `limit`, `full=true`, and `format=json`. Post routes also support thread, conversation context, reply ordering, and Obsidian output; see the documentation for exact query parameters.
Discord, Telegram, Slack, and other preview bots receive Open Graph embed HTML on status URLs instead of Markdown. `GET /oembed` is the advertised oEmbed document. Explicit `?format=` or `Accept` still wins.
## Scope
- x.md only reads public content and does not post, follow, like, or authenticate as an X user. X Lists are not supported.
+ x.md only reads public content and does not post, follow, or like on your behalf. X Lists are not supported.
+
+ ## Documentation
+
+ - [Agent skill](https://x.pcstyle.dev/docs/agents)
+ - [Start reading X](https://x.pcstyle.dev/docs)
+ - [Pagination](https://x.pcstyle.dev/docs/pagination)
+ - [Posts and threads](https://x.pcstyle.dev/docs/posts)
+ - [Profiles and connections](https://x.pcstyle.dev/docs/profiles)
+ - [Errors, limits, and caching](https://x.pcstyle.dev/docs/reliability)
+ - [Response formats](https://x.pcstyle.dev/docs/responses)
+ - [Search X](https://x.pcstyle.dev/docs/search)
+ - [Self-hosting](https://x.pcstyle.dev/docs/self-hosting)
+
+ Full documentation: https://x.pcstyle.dev/llms-full.txt