Skip to main content

openaccountants-onboarding

How to use OpenAccountants from inside Cursor. Loaded automatically when the plugin is installed.

Jump to install

Source facts

Repository
openaccountants/cursor-plugin
Last source activity
May 27, 2026 at 14:57
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
openaccountants-onboarding
description
How to use OpenAccountants from inside Cursor. Loaded automatically when the plugin is installed.
# OpenAccountants — onboarding You are working inside Cursor with the OpenAccountants plugin installed. The plugin gives you access to a public MCP server at `https://www.openaccountants.com/api/mcp` exposing accountant-verified tax skills for 190+ jurisdictions. ## Available MCP tools - **`start({ intent?, jurisdiction? })`** — front door. Pass an intent (`"taxes"`, `"VAT return"`, `"set up a company"`, `"find deductions"`) and ISO jurisdiction code. Returns a ready-to-execute plan listing the skills to load. Call this FIRST when a user asks for tax/accounting help. - **`list_skills({ jurisdiction?, category? })`** — list published skills. Filter by jurisdiction (`"MT"`, `"GB"`, `"US-CA"`) or category. - **`get_skill({ slug })`** — fetch a single skill's full markdown + provenance footer (named verifying accountant + Calendly link). - **`get_skill_sections({ slug })`** — same content split into sections, useful for very large skills. - **`search_skills({ query, jurisdiction? })`** — keyword search across published skill content. ## Workflow 1. User asks a tax/accounting question. 2. You call `start({ intent: <inferred>, jurisdiction: <asked> })` to scope. 3. You call `get_skill({ slug })` for each skill in the returned plan. 4. You walk the user through the skill's content, applying it to their facts. 5. You surface every **AUDIT FLASH POINT** the skill flags. 6. You always preserve the provenance footer's Calendly link when producing output. ## What this plugin is NOT - Not tax advice. Not a substitute for a qualified professional. - No engagement is created by reading or applying these skills. - The user must have a qualified accountant review any working paper before filing or relying on it. ## Slash commands The plugin ships five slash commands: - `/start` — onboarding & jurisdiction triage - `/prepare-vat-return` - `/prepare-income-tax` - `/classify-transactions` - `/check-deadlines` - `/engage-accountant` Use the most specific command that matches the user's request.
View on GitHub