xchat_status
Check if XChat encrypted DMs can be read by inspecting the local SQLite decrypted store. Returns status with path, count, and update time, or lists discovered databases.
Instructions
Check whether XChat (encrypted DMs) can be read on this machine.
Reads X's locally decrypted store — the browser did the decryption; this only opens the resulting SQLite file read-only. Nothing is sent, marked read, or modified.
Returns JSON with state, and when a store is readable:
database_path, conversation_count, last_updated. When no store
is configured, returns discovery listing the XChat databases found
in local browser profiles so you can pick one.
Configure with XCHAT_BROWSER (auto/chrome/chromium/edge/brave/aside),
XCHAT_BROWSER_PROFILE, or XCHAT_DATABASE_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |