by Paparusi
# Add to your Claude Code skills
git clone https://github.com/Paparusi/legal-ai-agentGuides for using ai agents skills like legal-ai-agent.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:47:08.267Z",
"npmAuditRan": true,
"pipAuditRan": false
}legal-ai-agent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Paparusi. It has 183 GitHub stars.
Yes. legal-ai-agent passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Paparusi/legal-ai-agent" and add it to your Claude Code skills directory (see the Installation section above).
legal-ai-agent is primarily written in Python. It is open-source under Paparusi on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh legal-ai-agent against similar tools.
No comments yet. Be the first to share your thoughts!
🇻🇳 Tiếng Việt | 🇺🇸 English
Created by Lê Minh Hiếu — Trader turned Builder 🇻🇳
AI-powered legal assistant for Vietnamese businesses
An AI platform for legal research, contract review, and legal document drafting — all in a VSCode-style interface.
The AI is now "Cursor for lawyers" — full autonomous document manipulation capabilities.
Legal AI can autonomously manage your documents and contracts:
"Liệt kê tất cả hợp đồng"
"Đọc hợp đồng thuê mặt bằng số 123"
"Sửa điều khoản phạt trong HĐ này cho đúng luật"
"Soạn NDA giữa công ty A và B, thời hạn 2 năm"
"So sánh bản cũ và bản mới của HĐ lao động"
"Review tất cả 5 hợp đồng trong thư mục Dự án X"
"Tạo thư mục 'Khách hàng ABC' và di chuyển 3 hợp đồng vào đó"
"Xem lịch sử chỉnh sửa của tài liệu này"
The AI can chain multiple tools together to complete complex tasks:
User: "Sửa điều khoản phạt trong HĐ ABC cho đúng luật"
AI:
1. read_document → Gets current content
2. search_law → Finds relevant penalty law (8% max per Commercial Law)
3. edit_document → Replaces old penalty clause with compliant version
4. document_history → Shows what changed
User: "Soạn NDA giữa công ty A và B, lưu vào thư mục Khách hàng A"
AI:
1. generate_document → Creates NDA from requirements
2. create_folder → Creates "Khách hàng A" folder (if doesn't exist)
3. write_document → Saves NDA to folder
list_documents — List all documents/contracts with search & filterread_document — Read full content or specific sectionswrite_document — Create new documents with metadata & tagsedit_document — Find & replace text, track changescompare_documents — Diff two documents (summary/detailed/clause-by-clause)create_folder — Create organizational folders for cases/projectsmove_document — Move documents between foldersdelete_document — Soft delete (recoverable for 30 days)generate_document — AI drafts legal documents from requirementsbatch_review — Review multiple documents for risks simultaneouslydocument_history — View full edit history and audit trailUpload contracts for instant AI-powered review:
Review a contract:
POST /v1/contracts/{contract_id}/review-ai
Get review results:
GET /v1/contracts/{contract_id}/review-ai
Response structure:
{
"review_id": "review_20250319_143000",
"contract_title": "Hợp đồng thuê mặt bằng",
"contract_type": "lease",
"parties": ["Công ty A", "Công ty B"],
"risk_score": 72,
"risk_level": "HIGH",
"summary": "Hợp đồng có 5 điều khoản rủi ro cao...",
"clauses": [
{
"clause_number": "Điều 5",
"title": "Phạt vi phạm",
"content": "Bên B phải trả phạt 20%...",
"risk_level": "CRITICAL",
"risk_score": 95,
"issue": "Mức phạt 20% vượt quá quy định",
"law_reference": "Điều 301 Luật TM 2005: phạt ≤ 8%",
"suggestion": "Giảm mức phạt xuống ≤ 8%"
}
],
"missing_clauses": [
{
"clause": "Force Majeure",
"importance": "HIGH",
"suggestion": "Thêm Điều 156 BLDS 2015"
}
],
"compliance": {
"civil_code": {"status": "PARTIAL", "issues": 2},
"commercial_law": {"status": "VIOLATION", "issues": 1},
"labor_law": {"status": "N/A"}
},
"recommendations": [
{
"priority": 1,
"action": "Sửa Điều 5: giảm phạt 20% → 8%",
"reason": "Vi phạm Điều 301 Luật TM 2005"
}
]
}
Self-hosted deployments include a full Platform Super Admin panel for system administration:
Navigate to /platform-admin (requires superadmin role)
The Platform Admin panel provides complete control over your self-hosted Legal AI deployment:
# Navigate to platform admin
https://your-domain.com/platform-admin
# Available stats:
- Total companies, users, documents, contracts
- Vietnamese law database size (60K+ documents, 117K+ chunks)
- Daily/monthly query volumes
- Acti