9b395f5cc3
Build Chrome Extension / build (push) Waiting to run
Trigger Website Rebuild (Docs Updated) / dispatch (push) Waiting to run
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
57 lines
1.6 KiB
Markdown
57 lines
1.6 KiB
Markdown
# LessWrong
|
|
|
|
**Mode**: Public · **Domain**: `www.lesswrong.com`
|
|
|
|
Rationality community and AI alignment research forum.
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli lesswrong curated` | Editor's picks |
|
|
| `opencli lesswrong frontpage` | Algorithmic frontpage feed |
|
|
| `opencli lesswrong new` | Latest posts |
|
|
| `opencli lesswrong top` | Top rated (all time) |
|
|
| `opencli lesswrong top-week` | Top rated this week |
|
|
| `opencli lesswrong top-month` | Top rated this month |
|
|
| `opencli lesswrong top-year` | Top rated this year |
|
|
| `opencli lesswrong read` | Read full post by URL or ID |
|
|
| `opencli lesswrong comments` | Top comments on a post |
|
|
| `opencli lesswrong user` | User profile |
|
|
| `opencli lesswrong user-posts` | List a user's posts |
|
|
| `opencli lesswrong tag` | Posts by tag |
|
|
| `opencli lesswrong tags` | List popular tags |
|
|
| `opencli lesswrong sequences` | Post collections |
|
|
| `opencli lesswrong shortform` | Quick takes |
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
# Browse curated posts
|
|
opencli lesswrong curated --limit 5
|
|
|
|
# Top posts this week
|
|
opencli lesswrong top-week --limit 10
|
|
|
|
# Read a specific post
|
|
opencli lesswrong read CzoiqGzpShprcv2Jd
|
|
opencli lesswrong read https://www.lesswrong.com/posts/xxx/slug
|
|
|
|
# Posts tagged "AI"
|
|
opencli lesswrong tag ai --limit 5
|
|
|
|
# User profile and posts
|
|
opencli lesswrong user zvi
|
|
opencli lesswrong user-posts zvi --limit 5
|
|
|
|
# Comments on a post
|
|
opencli lesswrong comments CzoiqGzpShprcv2Jd --limit 10
|
|
|
|
# JSON output
|
|
opencli lesswrong curated -f json
|
|
```
|
|
|
|
## Prerequisites
|
|
|
|
- No browser required — uses public LessWrong GraphQL API
|