AI Agent Hub
Back to skills
⚖️

Overseas Legal Compliance Review

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_b8af0005/overseas-legal-compliance into your AI assistant.

About this skill

Problem

Overseas product teams often struggle when checking German, Japanese, EU, or US requirements: jurisdictions are fragmented, data sources are inconsistent, and remote MCP endpoints can be unstable. This skill makes the workflow explicit: verify the local runtime, install only the needed legal MCP, then query.

How It Works

Key capabilities include:
- Environment preflight: checks local npx, python3, and pipx to decide whether a source can run locally or needs a remote fallback.
- Targeted setup: records the requested jurisdiction in ~/.workbuddy/mcp.json, preferring @ansvar packages such as german-law and japan-law.
- Jurisdiction routing: routes specific countries to national packages, EU queries to eu-regulations, and US statutes or cases to us-regulations and courtlistener.
Boundary: core libraries generally do not require API keys, while advanced options such as open-legal-compliance and wk-mcp-law require keys before installation. If a remote MCP fails, fall back to local npx startup rather than assuming the package is unavailable.

Use Cases

  • Before a Germany launch, search GDPR and consumer law clauses.
  • Compare Japan labor law and EU rules using installed MCPs.
  • Check US cases and statutes with courtlistener and us-regulations.
  • Research Brazil market-entry law with brazilian-law MCP.

Best For

  • Product manager checking overseas compliance for launches.
  • Legal counsel comparing EU and national consumer-law clauses.
  • Engineer debugging npx and remote MCP legal endpoints.
  • Operations lead researching local labor and data-law rules.