Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

legal-canned-responses合法的预设回复

Agent Skill

legal-canned-responses 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

465

周安装

19

GitHub Stars

103

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:legal-canned-responses(合法的预设回复)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/legal-canned-responses
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill legal-canned-responses
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill legal-canned-responses

简介

legal-canned-responses 用于法律预设回复的查找与筛选,适合快速匹配常见法律场景回应模板。

  • 支持基于关键词或任务类型定位候选回复,适用于客服、咨询等标准化应答场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限与维护状态。
  • 建议在使用前核实是否涉及敏感信息处理或外部调用,确保合规性。
  • 可结合原始文档了解具体回复库内容与调用方式。

SKILL.md

⚠️ EXPERIMENTAL — This skill is provided for educational and informational purposes only. It does NOT constitute legal advice. All responsibility for usage rests with the user. Consult qualified legal professionals before acting on any output.

Legal Canned Responses Skill

Overview

Production-ready toolkit for generating templated responses to common legal inquiries with built-in escalation detection. Covers 7 response categories with multiple sub-types each, plus a universal and category-specific escalation trigger system. Designed for legal operations teams handling high volumes of recurring inquiries while ensuring critical matters are routed to counsel.

Table of Contents

Tools

1. Response Generator (scripts/response_generator.py)

Generate formatted legal responses from templates with variable substitution and escalation detection.

python scripts/response_generator.py \
  --category dsr --sub-type acknowledgment \
  --var requestor_name="Jane Doe" \
  --var request_type="access" \
  --var request_date="2026-04-10"

python scripts/response_generator.py \
  --category nda --sub-type standard-form \
  --var counterparty="Acme Corp" \
  --var purpose="due diligence" --json

python scripts/response_generator.py \
  --category discovery --sub-type initial-notice \
  --var matter_name="Smith v. Corp" \
  --var custodians="Engineering,Sales"

2. Escalation Detector (scripts/escalation_detector.py)

Analyze inquiry text for escalation triggers and recommend routing.

python scripts/escalation_detector.py \
  --text "We received a subpoena from the DOJ regarding our pricing practices"

python scripts/escalation_detector.py \
  --text "A reporter from the Wall Street Journal is asking about our data practices" --json

python scripts/escalation_detector.py \
  --category vendor \
  --text "The vendor is threatening litigation over the contract dispute"

Reference Guides

ReferencePurpose
references/response_templates.mdComplete templates for all 7 categories with sub-types
references/escalation_triggers.mdUniversal and category-specific escalation triggers

Workflows

Template Lifecycle

  1. Creation -- Draft response template for identified recurring inquiry type
  2. Review -- Legal counsel reviews template for accuracy, tone, and compliance
  3. Publication -- Template added to system with metadata, variables, and triggers
  4. Use -- Staff selects category/sub-type, fills variables, generates response
  5. Feedback -- Track usage and collect feedback on template effectiveness
  6. Update -- Revise templates based on feedback, legal changes, or policy updates
  7. Retirement -- Archive templates that are no longer applicable

Response Generation Workflow

  1. Classify Inquiry -- Determine category (DSR, NDA, subpoena, etc.) and sub-type
  2. Check Escalation -- Run escalation detector on inquiry text
  3. If Escalation Detected -- Stop; route to counsel with escalation report
  4. If No Escalation -- Generate response with appropriate template and variables
  5. Review & Send -- Review generated response before sending; adjust if needed

Response Categories

CategorySub-TypesDescription
Data Subject Requests (DSR)acknowledgment, verification, fulfillment, denial, extensionGDPR/CCPA data subject right requests
Discovery/Litigation Holdsinitial-notice, reminder, modification, releaseLitigation hold management
Privacy Inquiriescookies, data-sharing, children, transfersGeneral privacy questions
Vendor Legal Questionscontract-status, amendments, certifications, auditVendor/supplier legal matters
NDA Requestsstandard-form, counterparty-markup, decline, renewalNon-disclosure agreement lifecycle
Subpoena/Legal Processacknowledgment, objection, extension, complianceLegal process responses
Insurance Notificationsinitial-claim, supplemental-info, reservation-of-rightsInsurance claim management

DSR Sub-Types

Sub-TypeUse WhenKey Variables
acknowledgmentNew DSR receivedrequestor_name, request_type, request_date
verificationIdentity verification neededrequestor_name, verification_method
fulfillmentRequest completedrequestor_name, request_type, data_description
denialRequest denied with reasonrequestor_name, request_type, denial_reason
extensionNeed more timerequestor_name, request_type, extension_reason, new_deadline

Discovery/Litigation Hold Sub-Types

Sub-TypeUse WhenKey Variables
initial-noticeNew litigation hold issuedmatter_name, custodians, data_types
reminderPeriodic hold remindermatter_name, reminder_number
modificationHold scope changedmatter_name, modification_description
releaseHold liftedmatter_name, release_date

Escalation System

Universal Triggers (Always Escalate)

#TriggerWhy
1Potential or active litigationLegal exposure requires counsel assessment
2Regulatory investigation or inquiryRegulatory response requires strategic approach
3Government or law enforcement contactConstitutional and procedural rights at stake
4Binding legal commitment requestedCannot create legal obligations without counsel
5Criminal liability exposureRequires immediate counsel involvement
6Media attention or press inquiryReputational risk requires coordinated response
7Unprecedented or novel situationNo template exists; bespoke legal analysis needed
8Multi-jurisdictional conflictCross-border legal complexity requires expert analysis

Escalation Response Protocol

  1. Stop -- Do not send any templated response
  2. Alert -- Notify designated counsel immediately
  3. Explain -- Provide escalation context with matched triggers
  4. Recommend -- Suggest routing based on trigger type
  5. Draft -- Mark any preliminary draft "FOR COUNSEL REVIEW ONLY"

Troubleshooting

ProblemCauseSolution
Missing variable in outputRequired variable not providedCheck template requirements; provide all required --var parameters
Wrong template selectedCategory/sub-type mismatchReview category descriptions; ensure sub-type matches inquiry type
False positive escalationCommon words matching trigger patternsProvide --category to use category-specific triggers; review matched triggers
False negative escalationInquiry text too vagueAdd more context to inquiry text; run both universal and category-specific checks
Template too genericUsing default valuesReplace all placeholder values with actual organization-specific details
Discovery hold sent to wrong custodiansCustodian list outdatedVerify custodian list against current employees and systems
Subpoena response not flaggedMissing category contextAlways use --category subpoena for legal process; subpoena category always escalates
Response tone inappropriateWrong audience contextSelect appropriate sub-type; customize tone per audience

Success Criteria

  • Response Time: Templated responses generated within 5 minutes vs. 30+ minutes manual drafting
  • Escalation Accuracy: 100% of genuine escalation triggers detected (zero false negatives on CRITICAL triggers)
  • Template Coverage: Templates cover 80%+ of recurring legal inquiry types
  • Consistency: All responses within a category use consistent language, tone, and legal caveats
  • Audit Trail: Every generated response logged with category, sub-type, date, and escalation status

Scope & Limitations

This skill covers:

  • Template-based response generation for 7 common legal inquiry categories
  • Escalation detection using keyword and pattern matching against known triggers
  • Variable substitution for organization-specific customization
  • Response metadata generation for audit trail purposes

This skill does NOT cover:

  • Legal advice or attorney-client privileged analysis
  • Automated sending of responses (generation only; human review required)
  • Contract drafting, negotiation, or legal document creation
  • Case management, docketing, or deadline tracking
  • Jurisdiction-specific legal compliance validation of response content

Anti-Patterns

Anti-PatternWhy It FailsBetter Approach
Sending templated response without reviewMay miss context-specific nuances; legal riskAlways review generated response before sending
Ignoring escalation triggersCritical matters mishandled; legal exposureRun escalation detector on every inquiry; treat all triggers seriously
Using templates for novel situationsTemplates assume standard scenarios; novel situations need bespoke analysisEscalate novel situations to counsel; create new template after resolution
Hardcoding organization details in templatesTemplates become non-portable; updates missedUse variable substitution; maintain variables in configuration
Skipping identity verification for DSRsGDPR/CCPA require verification before fulfillmentAlways send verification sub-type before fulfillment

Tool Reference

scripts/response_generator.py

Generate formatted legal responses with variable substitution.

usage: response_generator.py [-h] [--json]
                              --category {dsr,discovery,privacy,vendor,nda,subpoena,insurance}
                              --sub-type SUB_TYPE
                              [--var KEY=VALUE [KEY=VALUE ...]]

options:
  -h, --help            Show help message and exit
  --json                Output in JSON format
  --category            Response category
  --sub-type            Response sub-type within category
  --var                 Variable substitution as KEY=VALUE pairs

scripts/escalation_detector.py

Analyze inquiry text for escalation triggers.

usage: escalation_detector.py [-h] [--json]
                               --text TEXT
                               [--category {dsr,discovery,privacy,vendor,nda,subpoena,insurance}]

options:
  -h, --help            Show help message and exit
  --json                Output in JSON format
  --text                Inquiry text to analyze for escalation triggers
  --category            Optional category for category-specific trigger detection

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.57%
按下载量换算55

Claude

30.08%
按下载量换算45

Cursor

17.06%
按下载量换算26

Gemini CLI

8.45%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills