Automation for Small Business: The 17 Skills Fazm Ships On Day One
Most automation coverage aimed at small business ends in the same place: a list of workflow builders (Zapier, Make, n8n) and a homework assignment to design your own workflows. That is a fine answer for a software team. It is a bad answer for a two-person business. This guide takes a different angle. Fazm is a consumer Mac app that ships with a fixed library of 17 automation skills, each one mapped to a real small-business chore. You do not build the automation. You run it.
“Fazm drives your Mac apps through accessibility APIs, not screenshots. Every install arrives with 17 ready-to-run automation skills. Free to start.”
fazm.ai
1. Why empty-canvas tools fail small businesses
A workflow builder hands you a canvas and hundreds of connectors. That is powerful. It is also a job. Someone has to sit down, decide which trigger fires which action, handle the error cases, and debug it when a field name changes. In a five-person agency or a solo e-commerce operator, nobody owns that job. The canvas stays empty, or the automation gets built in a sprint and then rots.
The alternative is a tool that arrives already loaded with the right moves for the jobs a small business actually does. Not "here is a Python runtime," but "here is a skill that cleans a messy xlsx file, and here is one that drafts a pitch deck, and here is one that posts a Reddit comment without burning your account." That is how Fazm is shipped.
2. The 17 skills Fazm ships on day one
These are the skill files bundled inside the Fazm app at Sources/BundledSkills/. Each one is a markdown recipe the agent follows when the task matches. You can read them, edit them, or ignore them. They are what make the first run feel useful.
| Skill | File | What it does |
|---|---|---|
| xlsx | xlsx.skill.md | Clean, build, format and fix spreadsheets. Invoice tabs, customer lists, expense rollups, pivot models with zero formula errors. |
| docx | docx.skill.md | Generate and edit Word documents. Proposals, contracts, SOWs, client onboarding packets. |
| pptx | pptx.skill.md | Build PowerPoint decks from notes or outlines. Pitch decks, weekly reviews, team all-hands. |
| pdf.skill.md | Read, edit, merge and fill PDFs. Signed agreements, receipts, vendor forms. | |
| canvas-design | canvas-design.skill.md | Design graphics on a canvas. Flyers, social tiles, simple product visuals. |
| doc-coauthoring | doc-coauthoring.skill.md | Co-write long documents with review passes, structured edits and versioning. |
| deep-research | deep-research.skill.md | Multi-source research with citation tracking. Competitor scans, market sizing, vendor due diligence. |
| web-scraping | web-scraping.skill.md | Pull structured data from websites. Price lists, product catalogs, directory listings. |
| social-autoposter | social-autoposter.skill.md | Find threads, post comments and originals across Reddit, X, LinkedIn. Tracks engagement. |
| social-autoposter-setup | social-autoposter-setup.skill.md | First-run configuration for the social autoposter. Accounts, voice, cadence. |
| travel-planner | travel-planner.skill.md | Plan and book trips. Conferences, client visits, team offsites. |
| video-edit | video-edit.skill.md | Cut, caption and package short video. Clips for ads, product demos, testimonials. |
| google-workspace-setup | google-workspace-setup.skill.md | Wire up Gmail, Drive and Calendar access so other skills can send mail, save files and schedule events. |
| ai-browser-profile | ai-browser-profile.skill.md | Create isolated, logged-in browser profiles the agent can drive without touching your personal Chrome. |
| find-skills | find-skills.skill.md | Search the installed skill library to pick the right tool for a request. |
| frontend-design | frontend-design.skill.md | Build or tweak web pages. Landing pages, pricing pages, simple marketing sites. |
| telegram | telegram.skill.md | Read, search and send Telegram messages. Customer support, community management, broadcasts. |
That is 17 concrete starting points. A small business owner running Fazm on a fresh Mac could use at least six of these (xlsx, docx, pdf, google-workspace-setup, deep-research, social-autoposter) in their first week without designing a single workflow.
Get all 17 skills on your Mac
Fazm is a free, consumer Mac app. Install once, the skills are already inside.
Try Fazm Free3. Mapping the 17 skills to small business jobs
Skill names are short for a reason. Here is which one to reach for when a real job lands on your desk.
- Invoicing and bookkeeping. xlsx for the invoice workbook, pdf for the signed copies you send clients, docx for the standard SOW attached to proposals.
- Proposals and client deliverables. doc-coauthoring to write the long draft, docx to export it cleanly, pptx when the client wants slides.
- Market and competitor work. deep-research for the multi-source report with citations, web-scraping when you need structured data off a competitor's pricing page.
- Marketing and growth. social-autoposter for owner-led posting on Reddit, X and LinkedIn, canvas-design for the graphics, video-edit for the short clips, frontend-design when the landing page needs a tweak.
- Ops and comms. google-workspace-setup wires up Gmail/Drive/Calendar, telegram for customer and community messages, travel-planner for client visits and offsites.
- Agent plumbing. ai-browser-profile gives the agent its own logged-in Chrome so it never fights your personal browser. find-skills is how the agent picks the right skill from a natural-language request.
4. How a skill actually runs on your Mac
The flow is worth seeing once. You say or type something like "clean up the leads xlsx in Downloads, drop duplicates, and send the top 20 to Maria." Fazm does this:
- find-skills searches the 17 bundled skill files and picks xlsx plus google-workspace-setup.
- xlsx opens the file via Excel or Numbers, using the accessibility tree to find cells and columns by label.
- The agent applies the dedupe and the sort, saves the file, and generates a short summary.
- The Gmail skill composes the email, attaches the filtered workbook, and sends from your authenticated account.
There is no webhook, no Zap, no integration to shop for. The tools are the apps you already use. The recipes are the 17 skills in the bundle.
5. Why accessibility APIs, not screenshots
Most "computer-use" agents work by screenshotting the screen and asking a vision model to guess where to click. It demos well and fails in production. Toolbars shift, modals appear, cells scroll, and the model hallucinates coordinates. It is also slow and expensive, because every step is another vision inference.
macOS exposes the real UI as a tree: every button, text field, row, cell, and menu item, with exact coordinates and labels. That tree is what screen readers use, and it is what Fazm uses. The agent queries the tree, finds "the cell in row 47, column Price," and clicks it. Deterministic, cheap, fast.
The practical effect for a small business: automations do not silently drift when Excel gets an update, and they work with non-browser apps (Numbers, Preview, Telegram, Keynote, anything native) not just Chrome.
6. A first-week plan, skill by skill
If you install Fazm tomorrow morning, here is a concrete order that uses the bundled skills without needing to build anything.
Day 1 - google-workspace-setup
Authorize Gmail, Drive and Calendar once. Every other skill that needs to send mail or save files now works.
Day 2 - xlsx
Pick one messy spreadsheet you have been avoiding. Ask Fazm to clean it, add the missing formulas, and format it. Watch the accessibility tree do its thing.
Day 3 - docx and doc-coauthoring
Draft a proposal or a client update. Let doc-coauthoring run a review pass, then export with docx.
Day 4 - deep-research
Run a citation-backed research brief on a competitor or a supplier. Keep the report in Drive for reference.
Day 5 - ai-browser-profile + social-autoposter-setup
Give the agent its own Chrome profile, log into LinkedIn and Reddit inside that profile, then configure social-autoposter.
Day 6 - social-autoposter
Run your first posting pass. Comments on relevant threads, one original post, engagement logged.
Day 7 - pdf
Pull the week together. Export signed agreements to PDF, merge the stack, file it in Drive.
That is seven skills in seven days, no workflow-building, no Zap debugging. The other ten skills (pptx, canvas-design, web-scraping, travel-planner, video-edit, frontend-design, telegram, find-skills, social-autoposter-setup, ai-browser-profile) are waiting in the bundle for the week you need them.
7. FAQ
What does "ships with 17 skills" actually mean?
Fazm is a Mac app. When you install it, 17 skill files live inside the app bundle at Sources/BundledSkills/. Each one is a markdown recipe the agent uses to complete a specific class of task. No setup, no workflow builder, no integration shopping. They are there on day one.
How is this different from Zapier, Make or n8n?
Zapier and Make connect cloud apps via API. They do not control your desktop software, and they require you to design each workflow yourself. Fazm controls the apps already on your Mac (Excel, Word, Chrome, Telegram, anything with a UI) through macOS accessibility APIs, and it arrives with ready-made recipes instead of an empty canvas.
Why accessibility APIs instead of screenshots like other AI agents?
Screenshot-based agents ask a vision model to guess at pixel coordinates. That is slow, expensive, and breaks when UI shifts. Accessibility APIs return the actual tree of buttons, text fields and cells with exact coordinates and labels. The agent reads what is really there, so it can click the right cell in Excel or the right send button in Telegram without guessing.
Do I need to be technical to use this?
No. Fazm is a consumer app, not a developer framework. You tell it what you want in plain English or voice ("clean up the leads spreadsheet in Downloads and email the top 20 to Maria") and the relevant skill runs. The skill files exist so the agent is good at that task, not so you have to read them.
Which of the 17 skills do most small businesses use first?
xlsx and docx dominate because almost every small business lives in spreadsheets and Word docs. After that, deep-research for competitor and vendor checks, pdf for signed paperwork, and social-autoposter for owner-led marketing. google-workspace-setup is usually run once early so the rest can send email and drop files into Drive.
Does my Mac need to stay on for automations to run?
Yes. Fazm is a desktop agent, not a cloud service. The trade-off is that it can touch anything on your machine, including local files, non-API apps, and the logged-in sessions you already have. For overnight batch jobs, a cheap always-on Mac mini works well.
Can I add my own skills?
Yes. Skill files are plain markdown. You can edit bundled ones or drop new ones into the skill directory. find-skills (one of the 17) is what the agent uses to search the library at runtime, so new skills become discoverable immediately.
Install Fazm and get the 17 skills
A consumer Mac app that drives your apps through accessibility APIs, shipped with a library of ready-to-run automations for small business work.
Try Fazm FreeFree to start. Runs locally on your Mac.