Skip to main content
Skills define what integrations your workflow can interact with. Each skill exposes a set of tools that the agent can call (via agentic loops) or that you can call deterministically (via agent.tools.*).

GitHub

Read-only access to repositories.
skills: [GitHub.skill({ repos: [Repos.MyOrg.MyRepo] })]
ToolDescriptionAccess
search_codeSearch code across repositoriesRead
grep_codeGrep-like code searchRead
read_fileRead file contentsRead
list_directoryList directory contentsRead
list_pull_requestsList pull requestsRead
list_commitsList commitsRead
summarize_pull_request_diffSummarize PR changesRead

Slack

Send messages and read conversations.
skills: [Slack.skill({ channel: SlackChannel.Engineering })]
ToolDescriptionAccess
slack_send_messageSend messages to channels or DMsWrite
slack_list_usersList workspace usersRead
slack_list_channelsList channelsRead
slack_read_conversationRead conversation historyRead

Linear

Create, update, and search issues.
skills: [Linear.skill()]
ToolDescriptionAccess
linear_search_ticketsSearch ticketsRead
linear_get_teamsList teamsRead
linear_get_statesGet issue statesRead
linear_get_labelsGet available labelsRead
linear_get_projectsList projectsRead
linear_get_usersList team membersRead
linear_read_ticketRead ticket detailsRead
linear_create_ticketCreate a new ticketWrite
linear_update_ticketUpdate a ticketWrite
linear_add_commentAdd a comment to a ticketWrite

Attio

Query and manage CRM records.
skills: [Attio.skill({ lists: [AttioList.Pipeline.NewDeals] })]
ToolDescriptionAccess
attio_list_objectsList available objectsRead
attio_query_recordsQuery recordsRead
attio_upsert_recordCreate or update a recordWrite

Notion

Read and write databases and pages.
skills: [Notion.skill()]
ToolDescriptionAccess
notion_get_schemaGet database schemaRead
notion_query_databaseQuery a databaseRead
notion_query_pageQuery page contentRead
notion_list_usersList workspace usersRead
notion_fetch_related_eventsFetch related eventsRead
notion_create_or_update_database_rowCreate or update database rowsWrite
notion_create_or_update_pageCreate or update standalone pagesWrite
notion_modify_blocksModify page blocksWrite

Jira

Create, update, and search Jira issues.
skills: [Jira.skill()]
ToolDescriptionAccess
jira_search_ticketsSearch ticketsRead
jira_create_ticketCreate a ticketWrite
jira_update_ticketUpdate a ticketWrite

Confluence

Read and comment on Confluence pages.
skills: [Confluence.skill()]
ToolDescriptionAccess
confluence_query_pageQuery page content and metadataRead
confluence_add_commentAdd inline comments to pagesWrite

Gmail

Send emails and create drafts.
skills: [Gmail.skill()]
ToolDescriptionAccess
gmail_send_emailSend emails or reply to threadsWrite
gmail_create_draftCreate draft emails for human reviewWrite

Snowflake

Read-only SQL query execution.
skills: [Snowflake.skill()]
ToolDescriptionAccess
snowflake_explain_queryExplain query execution planRead
snowflake_execute_queryExecute SELECT queries (requires approval)Read

Datadog

Read-only access to logs and RUM events.
skills: [Datadog.skill()]
ToolDescriptionAccess
search_datadog_logsSearch logsRead
list_rum_eventsList RUM eventsRead
search_rum_eventsSearch RUM eventsRead
aggregate_rum_eventsAggregate RUM event dataRead

PostHog

Read-only access to product analytics.
skills: [PostHog.skill()]
ToolDescriptionAccess
search_posthog_logsSearch logsRead
search_posthog_sessionsSearch sessionsRead
get_posthog_session_eventsGet events for a sessionRead
search_posthog_eventsSearch eventsRead

LaunchDarkly

Read-only access to feature flags.
skills: [LaunchDarkly.skill()]
ToolDescriptionAccess
list_launchdarkly_flagsList feature flagsRead
get_launchdarkly_flag_detailsGet flag detailsRead

WorkOS

Read-only access to users and organizations.
skills: [WorkOS.skill()]
ToolDescriptionAccess
list_workos_usersList usersRead
list_workos_organizationsList organizationsRead
get_workos_userGet user detailsRead

Terse (built-in)

Web search and image tools available to all workflows.
skills: [Terse.skill()]
ToolDescriptionAccess
web_searchSearch the webRead
web_extractExtract and process web page contentRead
web_researchResearch and synthesize web informationRead
edit_imageEdit and manipulate imagesRead