Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ xmind auth status
If sign-in is required:

```bash
xmind auth login
xmind auth login <cn|global>
```

Ask the user to complete authorization in the browser, then run `xmind auth status`
Expand Down
6 changes: 5 additions & 1 deletion skills/xmind-file/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ which xmind || npm install -g "$(find ~/.claude /mnt/skills -name 'xmind-cli-*.t
xmind auth status
```

If unauthenticated, run `xmind auth login` or `xmind auth token <value>`.
Choose the auth region before logging in: an explicit user choice takes
precedence; otherwise, if the user communicates in Chinese, use `cn`, and use
`global` for other languages. If unauthenticated, run `xmind auth login cn` or
`xmind auth login global` accordingly. The CLI requires this region argument;
tokens require the same choice: `xmind auth token <value> <cn|global>`.
File commands require login.

## Core Boundary
Expand Down