Most small business owners lose hours to invoice chasing, lead follow-up, and answering the same question by email again. Claude 5.5 small business automation targets exactly that work by giving Claude set of pre-built skills plus a Zapier connection that reaches the apps you already pay for.
Claude 5.5 small business automation: what actually ships
Claude 5.5 small business automation runs through two separate pieces: Anthropic Small Business plugin, which holds the workflow instructions, and a connector such as Zapier MCP that gives Claude access to the business apps. Claude is Anthropic AI assistant, and the plugin works inside Claude Code or the Claude desktop app.
Anthropic published the small business plugin as part of its Claude for Small Business material on 13 May 2025, per the workflow creator walkthrough Zubair Trabzada recorded on 23 September 2025. A later update expanded the bundled skills to 44. The plugin is a folder of instructions rather than a trained model, so what it does is defined by text you can read before you run it.
Anthropic reports that Opus 5.5 handles long-running, multi-tool tasks better than earlier Opus models. That matters here because the inbox workflow below calls several apps in sequence.
How to install the Small Business plugin in Claude Code
You install the plugin from inside Claude Code by opening the plus button, choosing Plugins, then Browse plugins, and searching for small business. The listing you want says small business and names Anthropic the publisher, so check the publisher line before installing.
The install path, in order:
- Open Claude Code and confirm the model selector is set to Opus 5.5.
- Click the plus button, go to Plugins, then Browse plugins.
- Search for small business and install the entry published by Anthropic.
- Open the plugin overview and enable the skills you intend to use.
- Return to the plus button, open Connectors, and add the apps each skill needs.
Once enabled, the skills appear in the plugin list. Selecting one inserts its instructions into the conversation, and Claude then checks whether the required connectors exist before it tries to do anything. A missing connector stops the run rather than producing a guess.
Connecting Zapier when a skill needs an app you have not added
Connecting Zapier is the shortcut when a skill needs an app you have not wired up individually. Many small businesses already run their app-to-app automation through Zapier, so adding the MCP server once reaches a large catalog of tools instead of configuring each one inside Claude.
The plumbing sits in the skill text itself. The end of each small business skill file states that the named connectors are a tested path, not a wall, that the agent should check the connector directory first, and that if the needed tool is absent it should connect through Zapier rather than hand-build against a raw API. That single instruction is what keeps the plugin usable as your app stack changes.
The connection steps are short:
- In Claude Code, open Connectors, choose Browse connectors, and select Zapier.
- Sign in to Zapier create or OpenAI MCP server for your account.
- Authorize the apps you want Claude to reach, choosing the narrowest permissions each skill needs.
- Return to Claude Code, click connect, and complete the authorization prompt.
Zapier offered MCP access on paid plans, so confirm your plan covers it before relying on this path.
A working inbox prompt across Gmail, Sheets, and Slack
A single prompt can drive three apps at once. The demonstration used a prompt that told Claude to read Gmail messages from real people asking questions, draft a reply in the owner's voice, save it as a draft without sending, log each sender into a Google Sheet, skip newsletters and receipts, and post a summary in Slack when finished.
The run completed in roughly two minutes and reported using nine tools across Gmail, Google Sheets, and Slack. It found five matching emails, treated three as real questions, and skipped one receipt and one newsletter. The output was three Gmail drafts, one row per sender in a new sheet named for the customer inbox, and a Slack message with the count.
The draft replies matter more than the count. Because the Claude Code session already held prior context about how the owner writes, the generated text used the owner's phrasing and sign-off. The drafts stayed unsent, which leaves a human review step between the agent and the customer.
This is the pattern worth copying: read, draft, log, notify, and stop. Nothing in the prompt authorized sending, so nothing was sent.
Which business tasks the 44 skills cover
The plugin bundle organizes its skills around recurring small business jobs rather than one-off requests. Categories shown in the walkthrough include Monday briefs, marketing planning, lead finding, job post building, invoice chasing, and inventory planning, alongside inbox management and bill paying.
Two of those illustrate how specific the instruction files get. The inbox skill focuses on sorting real customer questions away from automated mail. The paying-the-bills skill description promises handling vendor payments in one decision instead of an afternoon, and it depends on accounting connectors Claude to verify before starting.
A comparison of the two routes into this system:
| Route | What it needs | Best for |
|---|---|---|
| Plugin skill | The connectors that skill names | Repeatable jobs you run weekly |
| Custom prompt | Zapier MCP plus any apps you authorize | One-off workflows, mixed apps |
| Manual Zapier build | Zapier account and app permissions | Teams already running Zaps |
Permissions, privacy, and what the automation does not do
The automation reads and drafts inside accounts you authorize, and the data leaves your machine for Anthropic models and for Zapier. Local execution is not the same as local processing here, so the privacy boundary is set by the connectors you approve rather than by the plugin.
Permissions are per app and per action. Gmail exposes actions such as creating a draft, forwarding a message, and reading a conversation, and you choose which of those Claude use. Granting draft creation without granting send keeps a person in the loop.
That control is not a compliance guarantee. Adding Zapier reducing manual work does not by itself establish suitability for regulated work in healthcare or finance, and any such decision still depends on the contracts, retention rules, and access controls your organization puts around the tools.
One caution from the walkthrough is worth repeating: changing app permissions can disturb an automation that already works. Set the permission set you need before the workflow goes into regular use.
What one business case does and does not prove
A working demo shows the workflow runs. It does not show every business gets the same result. The example above is a single operator's Claude Code session, using his own Gmail account, his own sheet, and his own prior context, so the voice-matching and the clean email triage cannot be assumed to transfer unchanged to another inbox.
Claims like ten times more efficient are sales language. The measurement available here is three drafts, three logged rows, and one Slack summary from five emails in about two minutes, which is what the run actually reported. Broader efficiency gains would need timing before and after on the same tasks.
The same limit applies to the plugin's breadth. Anthropic ships these skills as instructions, and results depend on connector coverage, model choice, and how much context the session already holds. Treat the plugin as a starting framework and test it on your own inbox before trusting it with customer-facing work.
Turning a recorded walkthrough into a written article
Gustavo dev doido uploads long technical walkthroughs in the same shape as the one this article came from, where the value sits in the sequence of steps rather than in any single sentence. The same problem applies to anyone who teaches. The explanation exists in the video, and readers who want to follow it later have to scrub through footage.
The fix is unglamorous and quick. Open Skala Blog, paste the YouTube URL, let it transcribe the video, and generate a structured article you can edit. If you already have a walkthrough recorded, the transcription step is the only work left.
FAQ
- Does Claude 5.5 work with the Small Business plugin?
Yes. Anthropic Small Business plugin is installed inside Claude Code, and the model selector can be set to Opus 5.5 when you run its skills. Anthropic positioned Opus 5.5 for long-running multi-tool work, which is the shape these skills take.
- Do I need Zapier if I already added the app connectors?
No, but Zapier covers the gaps. The skill files instruct the agent to check the connector directory first and fall back to Zapier when a tool is missing, so adding Zapier MCP once saves configuring each app separately in Claude.
- Will Claude send emails on its own?
Only if you grant that permission. In the demonstrated inbox workflow the prompt explicitly required drafts to be saved without sending, and Gmail permissions are granted per action, so draft creation and sending are separate choices.
- How many skills does the small business plugin include?
The plugin overview listed 44 skills at the time of the walkthrough, covering areas such as inbox management, lead finding, invoice chasing, and inventory planning. Anthropic change that bundle, so check the plugin listing for the current count.
Fork this article
Start a new branch from the same video, shaped your way. You keep the credit; the original keeps the attribution.
A fork in another language is filed as a translation of this article, so the two pages point at each other. You can unlink it later from the editor.
0/240
You are creating
- Format
- For
- Language
- Source
- Your angle
You will be asked to sign in before it is generated.
Buy credits