Skip to main content

tax-compliance

Audits Stripe Tax configuration, tax collected, nexus/registration coverage, and VAT/GST/sales-tax handling. Use when the user mentions "Stripe Tax", "sales tax", "VAT", "GST", "tax compliance", "nexus", or "am I collecting tax correctly".

설치로 이동

소스 정보

저장소
appeeky/stripe-skills
최근 소스 활동
2026년 7월 19일 10:10
감지된 SKILL.md 언어
영어
스타
5
포크
1

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
tax-compliance
description
Audits Stripe Tax configuration, tax collected, nexus/registration coverage, and VAT/GST/sales-tax handling. Use when the user mentions "Stripe Tax", "sales tax", "VAT", "GST", "tax compliance", "nexus", or "am I collecting tax correctly".
metadata
{"version":"1.0.0"}
# Tax Compliance ## Stripe MCP Setup Requires **Stripe MCP** (https://docs.stripe.com/mcp). `GetMcpTools` before `CallMcpTool`. Paginate all lists (`limit: 100`, `starting_after` while `has_more`). Amounts in **cents**. Read-only for audits; confirm before writes. ## Workflow 1. `GetTaxSettings` -- is automatic tax enabled? default behavior? 2. Check subscriptions/invoices for `automatic_tax.enabled` and `tax` amounts 3. Identify countries with sales but no tax collected -> possible nexus gap ## Checklist - [ ] Stripe Tax enabled (Dashboard -> Tax) - [ ] Registrations added for nexus countries/states - [ ] Products have tax codes - [ ] Checkout has automatic tax enabled - [ ] Prices marked tax-inclusive or exclusive intentionally ## Output Template ``` Tax Compliance Audit Stripe Tax: enabled / disabled Tax collected ([period]): $[X] Countries with sales: [list] Registrations on file: [list] Gaps: [countries with sales but no registration] Action: [register in X, enable automatic tax on checkout] ``` Use `search_stripe_documentation` for country-specific thresholds. Not legal/tax advice -- recommend an accountant for registration decisions.
GitHub에서 보기