explaingit

lawchat-oss/taiwan-legal-plugin

Analysis updated 2026-05-18

32Audience · generalComplexity · 2/5LicenseSetup · moderate

TLDR

A Claude Code plugin that connects the AI assistant to Taiwan's official court judgment and statute databases, returning cited, source-linked legal search results.

Mindmap

mindmap
  root((taiwan-legal-plugin))
    What it does
      Legal database access
      Court judgment search
      Statute lookup
    Tech stack
      MCP server
      Python
      Claude Code plugin
    Use cases
      Legal research
      Case citation lookup
      Statute lookup
    Sources
      Judicial Yuan judgments
      National law database
      Constitutional rulings planned
    Audience
      Lawyers
      Law students

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Search Taiwanese court judgments by case number, link, or keyword directly from Claude Code.

USE CASE 2

Look up a specific statute or article from Taiwan's national law database by name or number.

USE CASE 3

Get AI-assisted legal research answers that include the original government source link for verification.

USE CASE 4

Set up default search preferences like court level and citation format for a legal research workflow.

What is it built with?

MCPPythonClaude Code plugin

How does it compare?

lawchat-oss/taiwan-legal-plugin855princekumar/sense-hiveajaysoni-dev/ai-ds-100
Stars323232
LanguageHTML
Setup difficultymoderateeasyeasy
Complexity2/52/52/5
Audiencegeneralops devopsdata

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires installing the Claude Code plugin plus a separate pip install of the underlying MCP server.

The plugin's code is free to use, modify, and redistribute under the MIT license, the underlying legal data follows Taiwan's government open data policies.

In plain English

This is a plugin for Claude Code that connects the AI assistant directly to Taiwan's public legal databases, so it can look up court judgments and legal statutes from official government sources without a person having to search those databases by hand. It draws on the Judicial Yuan's judgment system for full text search of court decisions, and the national law database for more than 11,700 pieces of legislation. Constitutional court rulings and interpretations are planned for a later version and are not yet exposed through the plugin. Under the hood, the plugin connects through a separate open source MCP server that provides the actual data access. This version wraps two of that server's capabilities into ready to use skills: one for searching or retrieving full court judgments by case number or link, and one for looking up statutes by name, article number, or keyword. A third skill lets you run a one-time setup interview to set defaults like court level, date range, and citation style before your first real search. Every result comes back with the original source link and case or article number attached, and each skill's output ends with a note stating that it is not legal advice and that real legal decisions should go through a licensed lawyer. The plugin does not modify the original legal text, it only builds a structured access layer on top of data that Taiwan's Judicial Yuan and Ministry of Justice already publish under their own open data policies. Installing it takes two commands inside Claude Code to add the plugin marketplace and install the plugin, plus a separate pip install for the underlying MCP server. It is aimed at lawyers, law students, and legal researchers in Taiwan who want an AI assistant to pull real, citable legal source material instead of guessing from memory. The plugin's own code is released under the MIT license, while the underlying data stays governed by each government body's open data terms.

Copy-paste prompts

Prompt 1
Install the taiwan-legal-plugin in Claude Code and run the cold start interview to set my research defaults.
Prompt 2
Search Taiwan's judgment database for recent court decisions involving a specific legal keyword.
Prompt 3
Look up a specific article number in Taiwan's national law database and show me the original source link.
Prompt 4
Explain what this plugin does and does not cover, including which legal data sources are not yet supported.

Frequently asked questions

What is taiwan-legal-plugin?

A Claude Code plugin that connects the AI assistant to Taiwan's official court judgment and statute databases, returning cited, source-linked legal search results.

What license does taiwan-legal-plugin use?

The plugin's code is free to use, modify, and redistribute under the MIT license, the underlying legal data follows Taiwan's government open data policies.

How hard is taiwan-legal-plugin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is taiwan-legal-plugin for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.