legal-books

Hybrid search legal books and reference sources for cited passages.

52|12|Updated May 17, 2026
One-click install
npx skills add https://github.com/jurisupport/jurisupport-plugins --skill legal-books
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legal-books
Source: https://github.com/jurisupport/jurisupport-plugins/tree/main/skills/legal-books
Command: npx skills add https://github.com/jurisupport/jurisupport-plugins --skill legal-books

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

사무소 보유 법률서적(교과서)을 하이브리드 검색하여 출처와 함께 인용합니다. 로컬 SQLite 데이터베이스 + Gemini 임베딩 기반으로 빠르고 정확한 인용을 제공합니다. 책이 0권일 때는 검색 시도하지 말고 사용자에게 추가 안내를 제공합니다.

Core Features & Use Cases

  • 하이브리드 검색으로 로컬 법률서적과 참고 문서를 신뢰 가능한 인용과 함께 제공합니다.
  • 인용 규칙 준수: 저자·저서·판·페이지를 명시하고 직접 인용은 원문 일치, 불일치 시 요지 정리.
  • 사용 사례: 메모 작성, 서면 검토, 쟁점 확인 등 법률 판단에 필요한 근거를 신속히 제시합니다.

Quick Start

Use the legal-books skill to search for the required topic in your offline legal books and return cited passages.

Frequently Asked Questions about legal-books

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search offline legal books and retrieve passages with source citations?

Search offline legal books by using a local SQLite index with Gemini embeddings to perform semantic search and return cited passages. It retrieves relevant textbook excerpts with author, edition, and page numbers for legal reference.

What is the best way to find authoritative legal references for memo drafting?

Finding authoritative legal references for memo drafting is done by querying a hybrid local legal books index. It returns relevant passages with precise source citations, ensuring direct quotes match the original text and paraphrased points are summarized accurately.

Does hybrid legal book search work without an internet connection?

Yes, hybrid legal book search works offline by using a local SQLite database combined with Gemini embeddings. This enables fast semantic retrieval and citation formatting directly from your firm's internal library without requiring external network access.

Can I use this for issue validation when my offline legal library has zero books imported?

You cannot use this for issue validation when your offline legal library has zero books imported. The system detects empty local indexes and prevents search attempts, prompting the user to add legal reference sources first.

How do citation rules apply when retrieving passages from local legal textbooks?

Citation rules for retrieved legal textbook passages require specifying the author, book title, edition, and page number. Direct citations must match the source text exactly, while non-matching passages are returned as summarized points.

Why does semantic search return summarized text instead of direct quotes from legal books?

Semantic search returns summarized text instead of direct quotes when the retrieved legal book passages do not match the original source text exactly. This enforces citation formatting rules to prevent inaccurate direct quotations in brief analyses.