glean-messages
Original:🇺🇸 English
Translated
Retrieve indexed messages from Slack, Teams, and other messaging platforms via Glean. Use when searching for or reading specific messages.
3installs
Sourcegleanwork/glean-cli
Added on
NPX Install
npx skill4agent add gleanwork/glean-cli glean-messagesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →glean messages
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
Retrieve Glean messages. Subcommands: get.
bash
glean messages <subcommand> [flags]Subcommands
| Subcommand | Description |
|---|---|
| Retrieve a specific message |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
| string | JSON request body (required) (required) | |
| json | ndjson | text | json |
Examples
bash
glean messages get --json '{"messageId":"MSG_ID"}' | jq .Discovering Commands
bash
# Show machine-readable schema for this command
glean schema messages
# List all available commands
glean schema | jq '.commands'