Docs / Getting Started / Your First Skill

Your First Skill

Your assistant comes with a bunch of built-in capabilities. But the real magic? Teaching it new ones.

Skills are how your assistant learns to do things. Think of them as plugins, but less boring.

What's a skill?

A skill is a bundle of instructions and tools that gives your assistant a new capability. Some examples:

  • The Weather skill lets it check forecasts for any location
  • The Email skill lets it read, write, and manage email
  • The DoorDash skill lets it order food (yes, actual food, delivered to your actual door)
  • The Image Studio skill lets it generate and edit images with AI

Skills can be simple (a single tool) or complex (multiple tools, configuration, and custom logic). Your assistant loads them on demand, so they don't slow anything down when they're not being used.

Skills you already have

Your assistant came pre-loaded with a catalog of skills. Here's what's available right now:

SkillWhat it does
Email (AgentMail)Send, read, search, and manage email from your assistant's own address
Google CalendarView, create, and manage calendar events
WeatherCurrent conditions and multi-day forecasts
Image StudioGenerate and edit images using AI models
MessagingRead and send messages across Slack, Gmail, Telegram
BrowserNavigate web pages, click things, extract content
DoorDashOrder food, groceries, and convenience items
Start the DayPersonalized daily briefing with weather, news, and tasks
App BuilderCreate interactive HTML/CSS/JS apps on the fly
Claude CodeDelegate coding tasks to an AI coding agent

You don't need to “activate” these. Just ask your assistant to do something and it'll load the right skill automatically. Ask for the weather? Weather skill loads. Ask it to check your email? Email skill loads. No setup menus. No toggle switches.

Try it: Use the Weather skill

Let's start simple. Type this:

"What's the weather like in New York this week?"

Your assistant will:

  1. Load the Weather skill (automatically, behind the scenes)
  2. Fetch the forecast
  3. Show you a visual weather card with temperatures, conditions, and a multi-day outlook

You didn't configure an API key. You didn't enable a plugin. You just asked a question and got an answer. That's how skills are supposed to work.

Try it: Use the Email skill

This one requires a tiny bit of setup (your assistant needs its own email address), but it's worth it.

"Set up your email."

Your assistant will walk you through connecting to its email service. Once that's done:

"Check my email."
"Draft an email to john@example.com about the meeting tomorrow."
"Summarize the last 5 emails I got."

Your assistant reads and sends email from its own address, not yours. When someone receives an email from your assistant, they know it's from your assistant. Clear boundaries.

Installing new skills

Beyond the built-in catalog, you can install additional skills:

"Show me available skills."

Your assistant will show you what's in the skill catalog. To install one:

"Install the [skill name] skill."

Skills are modular. Install what you need, ignore what you don't.

Building your own skills (for the adventurous)

If you're technically inclined, you can build custom skills from scratch. Your assistant can even help you write them.

"I want to build a custom skill that checks Hacker News for the top stories every morning."

It'll write the code, test it in a sandbox, and (with your permission) save it as a proper skill you can use anytime.

This is a deeper topic. If you're curious, check out Building Custom Skills in the Guides section.

What just happened?

You used a skill without configuring it, saw your assistant load tools on demand, and maybe even set up email. That's the pattern:

  1. You ask for something.
  2. Your assistant figures out which skill to use.
  3. It loads the skill and does the thing.
  4. You see the result.

No menus. No dashboards full of toggles. No “please configure your integration before proceeding.” Just ask and watch it work. That's the inviting principle: things show up when they're relevant, not before.


Next up: Key Concepts — how it all fits together under the hood. Or just keep talking to your assistant. It doesn't mind.