โ† Glean-ia-acs ยท Day 15 of 56
Level 200 โ€” Foundations30 minNIST MAP

Consuming Built-in Glean Skills

Reusable instruction + tool packages you can invoke

You'll be able to

Read first

Day 1 Lab

  1. Open the Skills list and pick one built-in Skill that matches a task you do often.
  2. Read its description โ€” note the instructions and the tools it bundles.
  3. Invoke it with one concrete input.
  4. Read back the steps it ran and the sources it touched.
  5. Note one task you repeat that a Skill could replace.

Working Example: Invoking a Built-in Skill

A built-in Skill is a named package of instructions plus the tools to carry them out โ€” you invoke it instead of re-prompting the workflow each time. Verified against assistant_skills.

You:    @Skill "Meeting Prep" โ€” prep me for the Acme renewal call

Skill bundles:
  โ€ข Instructions: gather context, summarize, list open risks
  โ€ข Tools:        enterprise search, calendar lookup, CRM read

Skill runs:
  1. Found the calendar event โ†’ attendees, time
  2. Searched: app:salesforce account:Acme  โ†’ open opportunity, stage
  3. Searched: Acme renewal                 โ†’ last QBR doc, 2 support tickets
  4. Returned: one-page brief + 3 open risks, each with a source link

The win is reuse: the instructions and the tool set travel with the Skill, so the next person who invokes "Meeting Prep" gets the same workflow without rebuilding the prompt. Verified against assistant_skills.

Check for understanding

What does a built-in Skill bundle together that a plain prompt does not?

Check yourself

Pick an answer โ€” you'll see if it's right and why.

1. What does a built-in Glean Skill bundle together?

2. In a busy Slack channel, which facet pair pins a message fastest?

3. What does `app:jira project:ATLAS priority:high assignee:@raj` return?

4. Why does a Confluence `label:` facet help you find the canonical page?

5. Which Salesforce facets together build a 'large deals closing this quarter' shortlist?

Pass threshold 80% ยท week 3 quiz

In 10 seconds

โ€œA Glean Skill bundles instructions plus the tools to act โ€” so you invoke a ready-made workflow instead of re-prompting it. Pick one, pass your input, read the steps it ran. Reuse, not retype.โ€

Next ยท Week 3 Day 2
Per-App Search: Google Drive & Slack