Skip to main content

openaccountants-onboarding

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

Zur Installation springen

Quellinformationen

Repository
openaccountants/cursor-plugin
Letzte Quellaktivität
27. Mai 2026 um 14:57
Erkannte Sprache von SKILL.md
Englisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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.
Auf GitHub ansehen