From glean-pack
Maps AD/Okta groups to Glean document permissions using allowedGroups to control enterprise search visibility per user.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-pack:glean-enterprise-rbacThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Map AD/Okta groups to Glean document permissions using allowedGroups. Super Admins create indexing tokens. Regular admins manage datasources. Document permissions control search visibility per user. Use SAML SSO for Glean web access. Audit token usage and rotate quarterly.
Map AD/Okta groups to Glean document permissions using allowedGroups. Super Admins create indexing tokens. Regular admins manage datasources. Document permissions control search visibility per user. Use SAML SSO for Glean web access. Audit token usage and rotate quarterly.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packConfigures enterprise RBAC for Granola workspaces: role hierarchies, permission matrices, SSO group mappings, sharing policies, and least-privilege access for meeting data.
Provides Glean security basics: indexing tokens have write access—never expose in frontend; client tokens need X-Glean-Auth-Type header; rotate quarterly; permission docs via allowedUsers/groups.
Configures Documenso enterprise RBAC and team management with TypeScript SDK examples for permissions, API keys, roles, and app-level authorization.