Official skills for the Rowboat desktop app. Skills are reusable AI capabilities that provide domain-specific guidance to the Rowboat copilot.
Each skill follows the Agent Skills specification:
skill-name/
└── SKILL.md # YAML frontmatter + markdown instructions
---
name: skill-name
description: What the skill does and when to use it.
license: MIT
compatibility: Designed for Rowboat desktop app
metadata:
version: "1.0.0"
title: "Human Readable Name"
author: rowboatlabs
tags: "tag1, tag2"
---| Skill | Description |
|---|---|
app-navigation |
Navigate the app UI, open notes, switch views |
background-agents |
Create and schedule background agents |
builtin-tools |
Reference for builtin tools in agent definitions |
create-presentations |
Generate PDF presentations and slide decks |
deletion-guardrails |
Safe deletion of agents and workflows |
doc-collab |
Collaborate on documents in the knowledge base |
draft-emails |
Process emails and create draft responses |
mcp-integration |
Discover and execute MCP tools |
meeting-prep |
Prepare for meetings with attendee context |
organize-files |
Find and organize files on the user's machine |
slack |
Slack messaging and channel management |
web-search |
Web search and research guidance |
The Rowboat desktop app syncs this repository automatically. Skills are cached locally at ~/.rowboat/skills/official/ and updated hourly.
MIT