Tutorial: 15 Claude Desktop Skills for Automation

A single plugin upload adds 15 ready-to-run automation skills to the Claude desktop app — covering slide deck generation, expense tracking, and difficult conversation prep. You trigger each workflow with a slash command or a plain-English phrase, and every skill can be customized to match your brand in one step. This tutorial walks through installation, customization, and recurring scheduling, then checks each step against official Anthropic documentation.


0

Install 15 Pre-Built Claude Skills in One Plugin to Automate Business Workflows

Claude Code ships with raw capability but no pre-loaded workflows. This tutorial shows you how to install a single plugin that adds 15 ready-to-run skills to the Claude desktop app — covering slide deck generation, difficult conversation prep, and expense tracking, among others. After following these steps, you’ll be triggering complex multi-step automations with a slash command or a plain-English phrase, and customizing any skill to fit your brand and workflow. The entire setup takes under five minutes.

  1. Download the Claude desktop app from claude.ai. The download page offers builds for macOS, Windows, and Windows arm64.
Download the Claude desktop app from claude.ai — available for macOS and Windows
Download the Claude desktop app from claude.ai — available for macOS and Windows
  1. Open Claude and enter Co-work mode. Click the folder selector and either choose an existing project folder or create a new one on your local file system. Every file Claude generates during a session saves directly to this folder.

  2. Open the Google Drive link from the video description and download the 15-cowork-skills.zip file. Leave it zipped — the Claude desktop app requires the compressed format to recognize it as a valid plugin during upload.

  1. In Claude, open Customize > Plugins > Add Plugin, then click Upload local plugin and select the zip file from your desktop. The upload dialog confirms when the plugin has been installed successfully.
Use the 'Upload local plugin' dialog in Claude's Customize panel to install the skills ZIP
Use the ‘Upload local plugin’ dialog in Claude’s Customize panel to install the skills ZIP
  1. Confirm all 15 skill names appear in the plugin panel. If any are missing, re-download the zip without extracting it and repeat the upload step.

  2. Type / in the Claude input field to open the slash command picker. Scroll to the 15 Co-work Skills plugin and select slide-deck-builder, or type a natural-language request like “create a slideshow about X.” The skill’s embedded instruction file handles formatting, component selection, and navigation automatically — no detailed prompt required.

Type / in Claude to see all installed skills — hover for a description before triggering
Type / in Claude to see all installed skills — hover for a description before triggering
  1. After the skill finishes executing, open the generated HTML file in your browser to review the output. Keyboard navigation and theming are baked into the file.

  2. Run /customize to tailor any installed skill to your preferences. The skill conducts a short interview — brand colors, tone, output format — and permanently rewrites that skill’s instruction file so every future run reflects your specifications.

The /customize skill interviews you about brand style, then rewrites the skill's instructions automatically
The /customize skill interviews you about brand style, then rewrites the skill’s instructions automatically
  1. To use the Difficult Conversation Prep skill, type a natural-language phrase like “prep me for a difficult conversation.” Claude surfaces a multi-choice dialog to collect context — relationship type, core issue, primary concern — then generates a structured prep document covering mindset, timing, talking points, and what to avoid.
Skills can serve interactive multi-choice prompts — Claude adapts its prep based on your selection
Skills can serve interactive multi-choice prompts — Claude adapts its prep based on your selection
The difficult conversation prep skill delivers a structured brief with mindset coaching, timing advice, and talking points
The difficult conversation prep skill delivers a structured brief with mindset coaching, timing advice, and talking points
  1. Drop receipts into your local workspace folder and invoke the Receipt / Expense Tracker skill. It reads the files, categorizes each transaction, and outputs a labeled spreadsheet and expense dashboard to your workspace.

  2. To run any skill on a recurring schedule, click the Schedule button after a skill run completes and specify a cadence — for example, every Friday at 5 PM.

Warning: this step may differ from current official documentation — see the verified version below.

How does this compare to the official docs?

The plugin upload flow, natural-language skill triggering, and scheduling mechanism shown here each map to distinct features in Anthropic’s documentation — Act 2 checks all three against the current source to surface what’s changed, what’s accurate, and where the official path diverges from what’s shown in the video.

Here’s What the Official Docs Show

The video gives you a solid working model for Claude Cowork — what follows layers in what Anthropic’s own pages confirm, clarify, and leave open as of March 2026. Only the first two steps have full documentation backing; the rest are worth flagging before you build anything on top of this workflow.

Step 1 — Download the Claude desktop app

The video’s approach here matches the current docs exactly. The canonical URL is https://claude.ai/download; macOS and Windows builds are both listed. One naming note worth carrying forward: the official product is Claude Cowork (one word, no hyphen), not “Co-work mode” as used throughout the video.

Official Claude download page at claude.ai/download, showing macOS and Windows desktop options alongside mobile.
📄 Official Claude download page at claude.ai/download, showing macOS and Windows desktop options alongside mobile.

Step 2 — Open Claude and select a working folder

The video’s approach here matches the current docs exactly. The official UI mockup at claude.ai confirms the Cowork folder browser. Worth knowing before you proceed: Cowork and Claude Code are two distinct surfaces bundled in the same install — Cowork surfaces include Desktop, Chrome, Excel, PowerPoint, and Slack; Claude Code runs in Terminal, VS Code, and JetBrains.

The claude.ai/download page distinguishing Claude Cowork surfaces from Claude Code environments in a single installer.
📄 The claude.ai/download page distinguishing Claude Cowork surfaces from Claude Code environments in a single installer.
claude.ai homepage showing the Cowork UI mockup with Chat/Cowork tabs, a folder browser, SKILL.md in the Context panel, and a multi-step Progress tracker.
📄 claude.ai homepage showing the Cowork UI mockup with Chat/Cowork tabs, a folder browser, SKILL.md in the Context panel, and a multi-step Progress tracker.

Step 3 — Download the skill pack from Google Drive

No official documentation was found for this step — proceed using the video’s approach and verify independently.

Google Drive marketing page at drive.google.com confirming Drive as a standard file-sharing platform.
📄 Google Drive marketing page at drive.google.com confirming Drive as a standard file-sharing platform.

Step 4 — Install the plugin via Customize > Plugins > Add Plugin

No official documentation was found for this step — proceed using the video’s approach and verify independently.

One material detail from the official UI: the claude.ai Cowork mockup shows a file named SKILL.md in the Context panel, indicating skills may be implemented as markdown definition files rather than zip packages. As of March 27, 2026, the “Customize > Plugins > Add Plugin” menu path shown in the video does not appear in any official Anthropic screenshot.

claude.ai Cowork UI mockup with SKILL.md visible in the Context panel.
📄 claude.ai Cowork UI mockup with SKILL.md visible in the Context panel.

Steps 5–10 — Confirming installed skills, slash commands, and individual skill runs

No official documentation was found for these steps — proceed using the video’s approach and verify independently.

As of March 27, 2026, docs.anthropic.com/en/docs/claude-code/skills-overview returns Page Not Found. No official Anthropic page confirms the named skills (Slide Deck Builder, Difficult Conversation Prep, Receipt/Expense Tracker), the /slide-deck-builder or /customize slash commands, or the multi-choice dialog interaction pattern described across these steps.

'Meet Cowork' section at claude.ai featuring a product overview video with no skill-installation or slash-command documentation.
📄 ‘Meet Cowork’ section at claude.ai featuring a product overview video with no skill-installation or slash-command documentation.

Step 11 — Schedule a recurring skill run

No official documentation was found for this step — proceed using the video’s approach and verify independently.

The Slack Developer Docs in the screenshot set cover programmatic Slack app development via APIs and the Bolt framework — they do not document end-user Claude skill invocation or scheduling within Slack. One open question the video also leaves unanswered: the claude.ai pricing page shows Free, Pro ($17/mo annual), and Max ($100+/mo) tiers, but does not specify which plan gates Cowork or skill access.

Slack Developer Docs overview at api.slack.com/docs, covering Slack app architecture for developers.
📄 Slack Developer Docs overview at api.slack.com/docs, covering Slack app architecture for developers.
Claude pricing page at claude.ai showing Free, Pro ($17/mo annual), and Max ($100+/mo) subscription tiers.
📄 Claude pricing page at claude.ai showing Free, Pro ($17/mo annual), and Max ($100+/mo) subscription tiers.
  1. Download Claude | Claude by Anthropic — Official desktop app download page listing macOS and Windows builds alongside a full breakdown of Claude Cowork surfaces and Claude Code environments.
  2. Claude — Claude’s homepage with the Cowork product overview, official UI mockups showing the SKILL.md file architecture, and current subscription pricing tiers.
  3. Google Drive: Share Files Online with Secure Cloud Storage | Google Workspace — Google Drive product page confirming Drive as a standard file-sharing and cloud storage platform with 15 GB free.
  4. Slack platform overview | Slack Developer Docs — Slack’s developer documentation covering the Bolt framework, APIs, and AI features for building custom Slack apps programmatically — not end-user Claude skill configuration.

Like it? Share with your friends!

0

What's Your Reaction?

hate hate
0
hate
confused confused
0
confused
fail fail
0
fail
fun fun
0
fun
geeky geeky
0
geeky
love love
0
love
lol lol
0
lol
omg omg
0
omg
win win
0
win

0 Comments

Your email address will not be published. Required fields are marked *