← Back to Skills Marketplace
marcochen823

Legal Gstack

by MarcoChen823 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
195
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install legal-gstack
Description
法律工作流程自动化套件。8 个专家角色:法律检索、文书起草、证据分析、庭审准备、直播运营、客户接待、利益冲突审查、案件管理。
README (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 | 作者:陈律 + 贾维斯

Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install legal-gstack
  3. After installation, invoke the skill by name or use /legal-gstack
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
法律工作流程自动化套件
Metadata
Slug legal-gstack
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Legal Gstack?

法律工作流程自动化套件。8 个专家角色:法律检索、文书起草、证据分析、庭审准备、直播运营、客户接待、利益冲突审查、案件管理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install Legal Gstack?

Run "/install legal-gstack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Legal Gstack free?

Yes, Legal Gstack is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Legal Gstack support?

Legal Gstack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Legal Gstack?

It is built and maintained by MarcoChen823 (@marcochen823); the current version is v1.0.0.

💬 Comments