Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By paywhereb
Pre-built small business workflows (payroll planning, month-end close, weekly briefs, growth campaigns) using your Paywhere account, QuickBooks, HubSpot, DocuSign, Gsuite, O365, Canva, and other connected tools. You approve every step that touches money or customers.
npx claudepluginhub paywhereb/paywhere-claude-plugins --plugin paywhere-smbProduces a one-page cross-functional business snapshot for SMB owners — cash position (Paywhere + QuickBooks), sales trend (QuickBooks), pipeline movement (HubSpot), this week's commitments (Calendar), urgent watch-list items (Gmail/Slack), and the single most important thing needing attention today. Proactively tries every available connector and gracefully scopes to whatever is connected — one connector gives a partial pulse; the full stack gives the full picture. Trigger when the user asks how the business is doing, wants a snapshot, a weekly summary, a Monday brief, or says anything like "what am I missing" or "catch me up on the business."
Ranks the top-5 leads most worth calling today, supplies talking points from email history, blocks time on the calendar, and drafts follow-up messages. Accepts optional count and date arguments.
Takes an approved content brief and executes a campaign end-to-end: builds the posting calendar, generates Canva designs for social posts, drafts caption and email copy, and stages social sends in HubSpot. Canva is used for social posts only (Instagram, Facebook, X, LinkedIn) — email content is drafted as plain text and surfaced inline for the owner to send from their own tool. Every step requires explicit owner approval. Use when the user says "make the content," "generate the posts," "create the assets," "turn this into a campaign," or hands off an approved brief for execution.
Reads AR/AP and known fixed costs from QuickBooks and pulls real-time cash position + settled inflows/outflows from your Paywhere bank account — or a CSV upload — and produces a 30/60/90-day cash flow forecast with percentage-variance confidence bands and named risk flags. Delivers a chat summary and a downloadable XLSX. Use when the user asks "forecast my cash flow," "will I make payroll," mentions "runway," or says "cash crunch." Falls back to CSV upload when no connector is live.
Closes the month — reconciles QB vs payment processors, flags gaps, writes P&L narrative, exports close packet. Accepts optional month and save-to arguments.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
v9.40.0 — Configurable multi-LLM council with persona scoring, benchmark-aware routing, diversity, veto, quorum, and implementation gates. Run /octo:setup.
Plugin that includes the Figma MCP server and Skills for common workflows
Public marketplace of Claude Code / Claude Desktop plugins maintained by Paywhere.
Today this marketplace ships one plugin:
paywhere-smb — Pre-built small-business workflows
(cash forecasting, month-end close, weekly briefs, growth campaigns,
invoice chase, tax prep) running against your Paywhere bank account,
QuickBooks, HubSpot, and the rest of your stack.From inside Claude Code or Claude Desktop, install with two slash commands:
/plugin marketplace add paywhereb/paywhere-claude-plugins
/plugin install paywhere-smb@paywhere-claude-plugins
Then ask Claude to "set me up" — it'll walk you through connecting Paywhere (via OAuth at https://mcp.paywhere.com) and QuickBooks, and run a demo flow against your real data to prove value before going any further.
paywhere-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest
├── README.md # you are here
├── demo/
│ └── seed.md # demo / sales-asset sandbox seeding notes
└── paywhere-smb/ # the SMB plugin
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json # Paywhere + QuickBooks + HubSpot + Canva + Slack + Mail + Calendar + Drive
├── README.md
└── skills/ # 15 building-block + 15 workflow skills
Three layers:
Every workflow pauses before taking action — nothing moves money or sends to customers without explicit owner approval.
See paywhere-smb/README.md for the full
catalog of commands and skills.
See demo/seed.md for instructions on standing up a
QuickBooks Online sandbox company + a seeded Paywhere mock-dev
environment for end-to-end demos of /close-month, /plan-payroll, and
/monday-brief.
paywhere-smb was forked from Anthropic's open-source
anthropics/knowledge-work-plugins/small-business
plugin, with the payment-processor connectors (Stripe, PayPal, Square)
removed and replaced with Paywhere as a single banking + payment-rail
source. The bookkeeping and CRM layers (QuickBooks, HubSpot, etc.)
remain intact.
The fork inherits the upstream license. See paywhere-smb/ and the
upstream repo for terms.