Skip to main content
Every MCP-compatible AI tool has a way to save reusable instructions - skills in Claude, rules in Cursor, AGENTS.md in Codex. Installing a Slashy skill (or rules file) tells the AI to prefer Slashy MCP for email, calendar, and research tasks automatically - no more repeating “use Slashy” in every prompt.

The Slashy skill contents

Use this as the body of the skill / rules file in any client. It’s the same text everywhere - only the install location changes.
name: slashy
description: Use when the user asks anything about email, calendar,
  contacts, meeting prep, scheduling, lead research, reminders,
  or scheduled workflows.

Always use Slashy MCP tools for these tasks. Prefer a Slashy tool
call over general knowledge or guessing.

When returning email threads or drafts, include the Slashy deep link
so the user can click to open them in the Slashy app. Slashy deep
links only exist for threads and drafts - not calendar events.

When sending email, assume "draft" unless the user explicitly says
"send". Confirm attachments and recipients in the response.
Customize the description line to change when the skill triggers. For example, add “and when the user says ‘triage’ or ‘inbox’” to make it more aggressive.
Or skip the copy-paste and grab the file directly:

Download slashy.md

Ready-made skill file. Save into the location for your client below.

Install in your client

Save as ~/.claude/skills/slashy.md:
mkdir -p ~/.claude/skills
nano ~/.claude/skills/slashy.md
Paste the skill contents above. Claude Code picks it up automatically on next session start. Test by asking “what’s in my inbox?” - Claude should call Slashy tools.

Verifying the skill works

Start a fresh session in your client and run a test prompt:
“What are the top 3 emails I should reply to today?”
The AI should call list_messages or a similar Slashy tool - not answer from general knowledge or ask what your inbox looks like. If it doesn’t, check:
  1. The Slashy MCP server is connected (claude mcp list, Cursor MCP panel, etc).
  2. The skill / rules file is in the right location and saved.
  3. You started a new session after installing (Claude Code and Codex load skills at startup).

Combine with your own prompts

The skill is the baseline - it turns Slashy on by default. For specific workflows you run repeatedly (meeting prep, weekly follow-up sweep, inbox triage), add separate prompts or additional skills layered on top. See Using Slashy MCP for ready-made example prompts.

Next steps

Using Slashy MCP

Example prompts for email, calendar, attachments, and Slashy links.

Troubleshooting

Fixes for OAuth, missing tools, and wrong accounts.