glean-activity

Original🇺🇸 English
Translated

Report user activity and submit feedback to Glean. Use when logging user interactions or providing relevance feedback on search results.

19installs
Added on

NPX Install

npx skill4agent add gleanwork/glean-cli glean-activity

Tags

Translated version includes tags in frontmatter

glean activity

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
Report user activity and feedback. Subcommands: report, feedback.
bash
glean activity <subcommand> [flags]

Subcommands

SubcommandDescription
feedback
Submit feedback on search results
report
Report a user activity event

Flags

FlagTypeDefaultDescription
--dry-run
booleanfalse
--json
stringJSON request body (required) (required)

Examples

bash
glean activity report --json '{"events":[{"action":"VIEW","url":"https://example.com"}]}'

Discovering Commands

bash
# Show machine-readable schema for this command
glean schema activity

# List all available commands
glean schema | jq '.commands'