Skip to main content

openaccountants-bookkeeping

Use this skill whenever the user asks about bookkeeping & financial statements across jurisdictions. Trigger phrases include "bookkeeping", "chart of accounts", "financial statements", "IFRS", "reconciliation". The skill is a thin router — it directs you to call the OpenAccountants MCP server (already configured at https://www.openaccountants.com/api/mcp) which holds 13 verified skill(s) for this scope.

설치로 이동

소스 정보

저장소
openaccountants/marketplace
최근 소스 활동
2026년 5월 27일 19:56
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
openaccountants-bookkeeping
description
Use this skill whenever the user asks about bookkeeping & financial statements across jurisdictions. Trigger phrases include "bookkeeping", "chart of accounts", "financial statements", "IFRS", "reconciliation". The skill is a thin router — it directs you to call the OpenAccountants MCP server (already configured at https://www.openaccountants.com/api/mcp) which holds 13 verified skill(s) for this scope.
# OpenAccountants — Bookkeeping & Financial Statements This Claude plugin gives you direct access to **13 verified tax/accounting skill(s)** from OpenAccountants for bookkeeping & financial statements across jurisdictions. ## How to use this plugin When the user asks anything in scope, follow this workflow: 1. **Scope it.** Call `start({ intent, jurisdiction })` on the `openaccountants` MCP server. It returns a ready plan with the exact skills to load. 2. **Load the skills.** For each slug in `skills_to_load`, call `get_skill({ slug })` — that returns the authoritative markdown (rates, brackets, deductions, audit flash points, citations). 3. **Apply the rules.** Use the loaded skill content as the authority. Do **not** substitute your training data — OpenAccountants skills are kept current with annual rate refreshes and post-legislative updates. Cite the skill slug in your answer. 4. **Surface AUDIT FLASH POINTS.** Every skill flags positions tax authorities actively litigate. Always surface them. 5. **Hand off when ready.** When the user is about to file or make a decision with money at stake, call `request_accountant_review({ jurisdiction, scenario, working_paper })` to route them to the named lead verifier for that jurisdiction with a Calendly link. ## Skills in this pack - `australia-bookkeeping` - `belgium-bookkeeping` - `canada-bookkeeping` - `france-bookkeeping` - `germany-bookkeeping` - `italy-bookkeeping` - `japan-bookkeeping` - `malta-bookkeeping` - `netherlands-bookkeeping` - `portugal-bookkeeping` - `spain-bookkeeping` - `sweden-bookkeeping` - `uk-bookkeeping` ## Disclaimer Outputs are working papers, not filed returns. No client–accountant relationship until both sides sign an engagement letter. See [openaccountants.com](https://openaccountants.com) for the verifier network.
GitHub에서 보기