global-clause-locator

用于条款定位场景。适用于金融工作中的基础任务单元。

105 stars

Best use case

global-clause-locator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

用于条款定位场景。适用于金融工作中的基础任务单元。

Teams using global-clause-locator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/global-clause-locator/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/archive/global-clause-locator/skill.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/global-clause-locator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How global-clause-locator Compares

Feature / Agentglobal-clause-locatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

用于条款定位场景。适用于金融工作中的基础任务单元。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# global-clause-locator

## 数据来源
- 国家法律法规数据库(全国人大官方):用于公开法律、行政法规、司法解释等检索。
- 中国证监会官网:用于上市公司监管规则、章程指引、股东会规则等公开制度文本。
- 上海证券交易所、深圳证券交易所、巨潮资讯:用于上市公司公告、章程、定期报告、治理制度等公开披露材料。
- 用户提供的公网可访问 PDF/HTML 链接,或本地公开文件。

## 功能
- 对法律条文或公司报告进行条款定位。
- 支持关键词、短句形式查询。
- 自动切分章节、条文、段落,并给出最相关片段。
- 尝试识别“第X条 / 第X章”等条款编号线索。
- 可作为上层问答、合规审核、法务检索的基础能力。

## 使用示例
```bash
python script/main.py   --source "https://www.csrc.gov.cn/csrc/c101954/c7547791/content.shtml"   --query "利润分配 现金分红"   --topk 5
```

```bash
python script/main.py   --source "./samples/company_charter.pdf"   --query "关联交易 回避表决"
```

## 交易说明
- 输入支持本地文件路径或公网可访问链接。
- 适合检索上市公司章程、制度、年报、公告,以及公开法律法规文本。
- 输出为 JSON,包括排序、相关度分数、条款线索、片段正文。
- 本 skill 用于信息检索与定位,不构成法律意见、投资建议或审计结论。

## License
MIT License. See `LICENSE`.

Related Skills

yfinance-global

105
from aifinlab/FinClaw

全球股票行情数据工具。优先使用国内数据源(腾讯财经),支持A股、港股、美股和全球指数。自动回退到Yahoo Finance获取海外数据。

template-clause-recommender

105
from aifinlab/FinClaw

用于信托领域合同与法务中的模板条款推荐助手场景。支持结构化输入处理、规则分析与Markdown结果输出。

global-macro

105
from aifinlab/FinClaw

全球宏观数据仪表盘,整合中/美/欧/日等主要经济体的 GDP、CPI、利率、PMI 等核心指标,提供全球经济全景视图。当用户需要全球宏观经济概览时使用。

filing-anomaly-locator

105
from aifinlab/FinClaw

用于信托领域合规与运营中的报送异常定位助手场景,支持结构化处理与报告输出。

contract-clause-trustee-agreement

105
from aifinlab/FinClaw

用于信托领域合同与法务中的合同条款助手-受托管理协议版场景。支持结构化输入处理、规则分析与Markdown结果输出。

contract-clause-trust-contract

105
from aifinlab/FinClaw

用于信托领域合同与法务中的合同条款助手-信托合同版场景。支持结构化输入处理、规则分析与Markdown结果输出。

contract-clause-supplemental-agreement

105
from aifinlab/FinClaw

用于信托领域合同与法务中的合同条款助手-补充协议版场景。支持结构化输入处理、规则分析与Markdown结果输出。

contract-clause-guarantee-agreement

105
from aifinlab/FinClaw

用于信托领域合同与法务中的合同条款助手-担保协议版场景。支持结构化输入处理、规则分析与Markdown结果输出。

contract-clause-assistant

105
from aifinlab/FinClaw

用于合同条款结构化识别与完整性检查,自动识别关键条款类型并提示缺失项。适用于信托业务合同起草、条款体检、法务预审场景。

clause-risk-review-risk-alert

105
from aifinlab/FinClaw

用于信托领域合同与法务中的条款风险审查助手-风险提示版场景。支持结构化输入处理、规则分析与Markdown结果输出。

clause-risk-review-revision-suggestion

105
from aifinlab/FinClaw

用于信托领域合同与法务中的条款风险审查助手-修改建议版场景。支持结构化输入处理、规则分析与Markdown结果输出。

clause-risk-review-missing-items

105
from aifinlab/FinClaw

用于信托领域合同与法务中的条款风险审查助手-缺失项版场景。支持结构化输入处理、规则分析与Markdown结果输出。