← 返回 Skills 市场
Legal Gstack
作者
MarcoChen823
· GitHub ↗
· v1.0.0
· MIT-0
195
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install legal-gstack
功能描述
法律工作流程自动化套件。8 个专家角色:法律检索、文书起草、证据分析、庭审准备、直播运营、客户接待、利益冲突审查、案件管理。
使用说明 (SKILL.md)
法律 gstack - 法律工作流程自动化
陈律的专属法律工作套件,将法律实务流程标准化、自动化。
技能列表
| 技能 | 命令 | 角色 | 优先级 |
|---|---|---|---|
| 法律检索 | /legal-research |
法律检索专家 | P1 |
| 文书起草 | /legal-draft |
文书起草员 | P2 |
| 证据分析 | /evidence-analyzer |
证据分析师 | P3 |
| 庭审准备 | /trial-prep |
庭审策略顾问 | P4 |
| 直播运营 | /live-ops |
直播运营官 | P5 |
| 客户接待 | /client-intake |
案情分析师 | P6 |
| 利益冲突审查 | /conflict-check |
利益冲突审查员 | P7 |
| 案件管理 | /case-manager |
案件管理员 | P8 |
文件结构
~/Documents/
├── 01_案件管理/
│ ├── 进行中/ # 当前案件
│ ├── 已结案/ # 已归档案件
│ └── 模板/ # 文书模板
├── 02_法律文书/
│ ├── 合同/
│ ├── 诉讼文书/
│ └── 非诉文书/
├── 05_新媒体/
│ └── 抖音素材/ # 直播视频/内容沉淀
└── 陈律的知识库/
└── 法律知识/ # 法条/案例/实务知识
快速开始
法律检索(P1)
/legal-research [问题描述]
- 检索法条、类案、学术观点
- 输出:检索报告 + 相关知识库链接
文书起草(P2)
/legal-draft [文书类型] --case [案件名]
- 起诉状/答辩状/代理词/律师函
- 自动读取案件材料 + 模板
证据分析(P3)
/evidence-analyzer [案件名]
- 证据三性分析
- 生成证据清单 + 质证意见
庭审准备(P4)
/trial-prep [案件名]
- 庭审提纲
- 发问清单
- 辩论要点
直播运营(P5)
/live-ops start [直播链接] # 开始监控评论
/live-ops topic # 选题策划
/live-ops archive # 内容归档
客户接待(P6)
/client-intake [客户问题描述]
- 法律关系识别
- 风险预判
- 接案建议
利益冲突审查(P7)
/conflict-check [对方当事人/案由]
- 检索历史案件
- 输出冲突报告
案件管理(P8)
/case-manager list # 案件列表
/case-manager deadline [案件名] # 期限提醒
/case-manager archive [案件名] # 结案归档
工作流
咨询 → 检索 → 文书 → 证据 → 庭审 → 归档
↓
直播运营(获客)
安全边界
- 所有法律意见需陈律最终确认
- 敏感案件(刑事/涉外)自动标记
- 案件信息本地存储,不上传云端
版本:1.0.0 | 作者:陈律 + 贾维斯
安全使用建议
This skill looks like a coherent legal-workflow suite, but before installing you should: 1) Verify provenance — ask the publisher for source code, a homepage, or a trusted registry entry (the ownerId mismatch is a red flag). 2) Clarify the live-ops design — how does 'monitor Douyin comments' work, what API/credentials are required, and where is that data routed? 3) Confirm enforcement of the 'local storage only' claim — whether the agent runtime or model provider will transmit data off-device. 4) If you plan to use it with real client data, test in a sandboxed environment and restrict the agent's network and file permissions first. 5) Request an explicit list of required credentials and a data-flow description (what leaves the machine, where it goes, and who can access it). If the publisher cannot provide these, treat the skill as unsafe for sensitive client information.
功能分析
Type: OpenClaw Skill
Name: legal-gstack
Version: 1.0.0
The 'legal-gstack' skill bundle is a collection of Markdown-based instructions designed to organize legal workflows, including document drafting, case management, and legal research. It contains no executable code, installation scripts, or external dependencies, and explicitly emphasizes local data storage and manual oversight in its security boundaries (SKILL.md).
能力评估
Purpose & Capability
The name/description and per-role SKILL.md files align with a legal workflow assistant that reads local case files and writes local outputs. However, the '直播运营 / 实时监听抖音评论' capability implies external network access and probably API credentials, yet the skill declares no required binaries, env vars, or install steps. Also registry metadata Owner ID (kn7dg83...) does not match _meta.json ownerId (kn70cjr...), and there is no source/homepage to verify provenance.
Instruction Scope
Runtime instructions explicitly reference reading and writing sensitive local paths (~/Documents/.../进行中/, 知识库, 模板) which is expected for drafting and case management. But they also instruct '开始监控评论' and '秒级响应' for Douyin comments without specifying how to connect or what endpoints to use. The guidance '案件信息本地存储,不上传云端' is present but is a policy statement in prose, not an enforceable technical constraint; the SKILL.md gives no bounds on what the agent may send externally if the agent has network access.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes supply-chain risk (nothing is automatically downloaded or written to disk), which is consistent with the declared metadata.
Credentials
The skill requests no environment variables or credentials. That's reasonable for pure local-only tools, but inconsistent with live social-media monitoring which would typically require API tokens, webhooks, or third-party tools. The absence of declared credentials or guidance for secure API use is a gap that could lead implementers to supply credentials in an ad-hoc or unsafe way.
Persistence & Privilege
The skill is not marked 'always', is user-invocable, and does not request system-wide configuration changes. There are no install scripts or claims to modify other skills — privileges are limited to the agent invocation context. Note: autonomous invocation is allowed by default but not by itself a reason to mark malicious.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install legal-gstack - 安装完成后,直接呼叫该 Skill 的名称或使用
/legal-gstack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
法律工作流程自动化套件
元数据
常见问题
Legal Gstack 是什么?
法律工作流程自动化套件。8 个专家角色:法律检索、文书起草、证据分析、庭审准备、直播运营、客户接待、利益冲突审查、案件管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 Legal Gstack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install legal-gstack」即可一键安装,无需额外配置。
Legal Gstack 是免费的吗?
是的,Legal Gstack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Legal Gstack 支持哪些平台?
Legal Gstack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Legal Gstack?
由 MarcoChen823(@marcochen823)开发并维护,当前版本 v1.0.0。
推荐 Skills