← 返回 Skills 市场
harrylabsj

Cb Tax Compliance Navigator

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cb-tax-compliance-navigator
功能描述
International tax obligations and VAT/GST compliance framework
使用说明 (SKILL.md)

Cross-border Tax Compliance Navigator

Overview

Cross-border Tax Compliance Navigator (International tax obligations and VAT/GST compliance framework). This skill provides a structured framework for planning and implementing cross-border tax compliance strategies in international e-commerce contexts. It is designed for businesses expanding into new markets and needing guidance on tax-related considerations.

The framework covers market assessment, regulatory compliance, implementation planning, and ongoing management. It focuses on practical, actionable guidance that businesses can adapt to their specific circumstances.

Trigger Keywords

  • "cross-border tax compliance"
  • "international VAT/GST framework"
  • "tax obligations for e-commerce"
  • "multi-jurisdiction tax requirements"
  • "VAT registration thresholds"
  • "cross-border tax planning"

Workflow

  1. Input Analysis: Parse user input to extract target markets, business parameters, and specific tax requirements
  2. Tax Obligation Mapping: Generate jurisdiction-specific tax obligations based on extracted parameters
  3. Compliance Planning: Create a structured compliance implementation plan with phases and activities
  4. Risk Assessment: Identify high, medium, and low-risk scenarios with mitigation strategies
  5. Output Delivery: Return a comprehensive JSON response with analysis, recommendations, and disclaimers

Output Modules

Tax Obligation Mapping

  • Jurisdiction-specific VAT/GST registration requirements and thresholds
  • Tax rate structures including standard, reduced, and zero rates
  • Filing frequency, deadlines, and electronic filing requirements
  • Special rules including distance selling, one-stop-shop, and reverse charge
  • Registration processes and responsible authorities

Compliance Implementation Plan

  • Phase 1 Assessment: Determine requirements per target market
  • Phase 2 Registration: Prepare documentation and submit applications
  • Phase 3 Systems: Implement tax calculation and collection systems
  • Phase 4 Reporting: Establish filing processes and ongoing compliance

Risk Assessment

  • High-risk scenarios including audit probability and penalty structures
  • Medium-risk scenarios including complexity and error likelihood
  • Low-risk scenarios with mitigation strategies
  • Jurisdiction-specific mitigation recommendations

Safety & Compliance

  • Professional disclaimers and limitations clearly stated
  • Guidance on when to seek professional tax advice
  • Information verification recommendations

Safety & Limitations

Safety Boundaries

  • No Professional Advice: Provides informational frameworks only. Does not replace qualified tax professionals.
  • No Real-Time Data: Based on general frameworks, not current regulations. Regulations change frequently.
  • No Transactions: No payment processing, tax calculations, or financial transactions.
  • No Code Execution: Pure descriptive implementation. No shell commands or network requests.
  • Descriptive Only: Provides planning frameworks and guidance only.

Limitations

  • Tax regulations may become outdated and require verification
  • Business-specific factors may alter applicable requirements
  • Jurisdiction-specific nuances may not be fully captured
  • Does not include tax treaty considerations
  • Product classification nuances may affect applicable rates

Example Prompts

Level 1: Basic Inquiry

"What are my tax obligations for selling in Germany?"

Level 2: Specific Scenario

"US LLC selling digital products to EU customers via own website"

Level 3: Complex Planning

"Multi-market expansion to Germany, France, UK, Australia with mixed physical/digital goods"

Level 4: Detailed Case

"US corporation selling physical goods to Germany and France with Euro 100k annual sales"

Acceptance Criteria

Functional Requirements

  • Returns valid JSON structure from handle() function
  • Includes input_analysis field with parsed input information
  • Contains proper disclaimer with safety boundaries
  • Provides skill-specific tax obligation mapping
  • Differentiated from other cross-border e-commerce skills

Quality Requirements

  • Clear and structured output
  • Comprehensive framework coverage
  • Actionable implementation guidance
  • Proper safety boundaries enforced
  • Input differentiation verified through tests

Integration

Complementary Skills

  • Works with cb-compliance-framework for broader compliance coverage
  • Integrates with cb-market-entry-strategist for market-specific planning
  • Supports cb-multi-currency-pricing for tax-inclusive pricing strategies

Input/Output Flow

  • Accepts natural language input via handle() function
  • Returns structured JSON for system integration
  • Can be chained with related skills for multi-faceted analysis

Version History

v1.0.0 (2026-04-22)

  • Initial release
  • Basic tax obligation mapping for key markets
  • Compliance implementation framework with phases
  • Risk assessment with jurisdiction-specific considerations
  • Input parsing and parameter extraction
  • JSON output with input_analysis and disclaimer
  • Safety boundaries and limitations documentation
  • Test coverage with 6 tests per skill

Technical Details

Handler Interface

Dependencies

  • None (pure Python standard library only)

File Structure

  • handler.py: Main handler implementation
  • tests/test_handler.py: Unit tests (6 tests)
  • SKILL.md: This documentation file
  • skill.json: Skill metadata and configuration
  • ACCEPTANCE.md: Acceptance criteria documentation
  • .claw/identity.json: Identity and authorship information

Test Coverage

  • JSON output validation test
  • Disclaimer presence and content test
  • Input differentiation test
  • Jurisdiction-specific functionality test
  • Product category-specific test
  • Differentiation evidence test
安全使用建议
This skill appears coherent and descriptive: it contains a local Python handler that performs only text parsing and returns static guidance, and it asks for no credentials or network access. Before installing, confirm that your agent runtime sandbox prevents unexpected outbound network calls (to ensure the skill cannot be modified at runtime to exfiltrate data), and understand that the skill provides informational frameworks only — do not rely on it for professional tax advice. If you need legally binding guidance, consult a qualified tax professional. Also note the wording in SKILL.md ('No code execution') is slightly misleading since the included handler is executed locally; this is normal but worth being aware of.
功能分析
Type: OpenClaw Skill Name: cb-tax-compliance-navigator Version: 1.0.0 The skill is a purely descriptive framework for international tax compliance planning. The implementation in handler.py consists of basic string parsing and hardcoded data lookups to generate JSON responses, with no evidence of network requests, file system access, or external dependencies. The SKILL.md instructions and safety boundaries are consistent with the code's behavior, and no malicious intent or vulnerabilities were identified.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name, description, SKILL.md, handler.py, and tests all align around providing descriptive cross-border VAT/GST guidance; there are no unrelated required binaries, environment variables, or config paths.
Instruction Scope
The SKILL.md explicitly states a safety boundary of 'No code execution, API calls, network requests' and descriptive-only operation. The package includes a local handler.py that will execute in the agent runtime to produce JSON (this is expected for an instruction-capable skill), but the handler contains only local parsing and static mapping logic and makes no external calls. This is a minor mismatch in wording (SKILL.md likely intends 'no external/network calls' rather than 'no code execution') but not a security concern given the visible code.
Install Mechanism
No install spec and no external dependencies — instruction-only style with included pure-Python handler and tests. Nothing is downloaded or written to the system beyond standard skill files.
Credentials
The skill requests no environment variables, credentials, or config paths. The functionality shown (text parsing, static jurisdiction mappings, plan templates) does not require secrets or external service credentials.
Persistence & Privilege
always is false, the skill does not request permanent presence or system-wide modifications, and its code does not attempt to change other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cb-tax-compliance-navigator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cb-tax-compliance-navigator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Cross-border Tax Compliance Navigator: - Provides a structured framework for cross-border tax and VAT/GST compliance in international e-commerce. - Supports tax obligation mapping, compliance planning, and risk assessment with actionable guidance. - Accepts natural language input, outputs comprehensive JSON responses with disclaimers and input analysis. - Enforces clear safety boundaries—no real-time data, transactions, or professional advice. - Tested for correct JSON output, disclaimer presence, and jurisdiction/product-specific scenarios.
元数据
Slug cb-tax-compliance-navigator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cb Tax Compliance Navigator 是什么?

International tax obligations and VAT/GST compliance framework. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Cb Tax Compliance Navigator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cb-tax-compliance-navigator」即可一键安装,无需额外配置。

Cb Tax Compliance Navigator 是免费的吗?

是的,Cb Tax Compliance Navigator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cb Tax Compliance Navigator 支持哪些平台?

Cb Tax Compliance Navigator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cb Tax Compliance Navigator?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论