Skip to content

Bundled skills

10 capabilities out of the box.

Each skill is a plain Markdown file you can read, edit, and audit. The agent loop enforces every skill's allowlist at runtime.

Filter by risk: low (5) medium (4) high (1)

Messages

High risk

Draft SMS or chat replies and require explicit approval before sending.

draft a text to Alex

  • messages
  • sms
  • text message
  • send a text

Device Help

Medium risk

Navigate device help and support surfaces like app info and system settings.

open device help

  • device help
  • help
  • phone help
  • support

Settings

Medium risk

Navigate Android Settings screens safely and stop when the requested panel is visible.

open Wi-Fi settings

  • settings
  • android settings
  • wi-fi settings
  • wifi settings

Share

Medium risk

Open the system share sheet so the user can pick where to send the current content.

share this page

  • share
  • share sheet
  • send to
  • share with

Wi-Fi

Medium risk

Open Wi-Fi settings, list visible networks, and guide the user to connect or disconnect.

open wifi settings

  • wifi
  • wi-fi
  • wireless
  • connect wifi

App Launch

Low risk

Open installed apps by name or package and confirm the requested app is foreground.

open Chrome

  • app launch
  • launch app
  • open app
  • start app

Browser

Low risk

Open web pages and search results, then inspect the visible page content.

open google.com

  • browser
  • chrome
  • web search
  • search the web

Clipboard

Low risk

Copy text to or paste from the system clipboard by driving the clipboard UI of another app.

copy the selected text

  • clipboard
  • copy
  • paste
  • copy to clipboard

Launcher

Low risk

Return to the home screen or open an installed app from the launcher / app drawer.

go home

  • launcher
  • home screen
  • open app
  • launch app

Volume

Low risk

Open Android sound settings and adjust media, ringtone, or notification volume sliders.

open sound settings

  • volume
  • sound
  • media volume
  • ringtone

Skills are discovered at runtime from app/src/main/assets/skills/. Adding a new skill is as simple as dropping a new SKILL.md folder in. See the authoring guide.