global-semantic-retrieval

用于语义检索场景。适用于金融工作中的基础任务单元。

105 stars

Best use case

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

用于语义检索场景。适用于金融工作中的基础任务单元。

Teams using global-semantic-retrieval 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-semantic-retrieval/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/archive/global-semantic-retrieval/skill.md"

Manual Installation

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

How global-semantic-retrieval Compares

Feature / Agentglobal-semantic-retrievalStandard 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

# 法律条文或公司报告语意检索 Skill

针对法律条文与上市公司报告做语意检索,返回最相关公开证据片段。

## 数据来源
本 Skill 仅使用公网可查数据,默认内置以下公开来源:
1. 中国证监会官网:《上市公司信息披露管理办法(2025)》;
2. 中国证监会公开 PDF:《公开发行证券的公司信息披露内容与格式准则第2号—年度报告的内容与格式(2021年修订)》;
3. 巨潮资讯公开披露文件:立讯精密工业股份有限公司 2025 年半年度报告;
4. 巨潮资讯公开披露文件:立讯精密工业股份有限公司 2025 年半年度业绩预告。

## 功能
- 下载并解析公开法规 HTML/PDF 与公司报告 PDF;
- 对法律条文和公司报告切分建库;
- 基于字符 n-gram TF-IDF 做中文语意近似召回;
- 返回 Top-K、来源标题、页码、URL 与证据片段。

## 使用示例
```bash
pip install -r requirements.txt
python script/fetch_public_data.py --data-dir data
python script/semantic_retrieval.py --corpus data/corpus.jsonl --query "信息披露 真实 准确 完整" --top-k 5
python script/run_demo.py
```

## 交易说明
- 本 Skill 仅用于公开信息研究、检索与合规辅助,不构成法律意见、投资建议或交易指令。
- 结果来自公开网页与公开 PDF 的自动抽取,可能存在版式噪声、分页偏差或文本缺失,使用前应人工复核原文。
- 如用于证券、衍生品或其他金融交易场景,应由持证专业人士、法务或合规人员进行最终确认。
- 如源站链接、页面结构或格式发生变化,需重新抓取并更新语料库。

## License
- 本 Skill 自编代码采用 MIT License,见根目录 `LICENSE`。
- 公网数据的版权、许可和使用限制分别归属于对应官网、交易所或信息披露平台;使用时应遵守源站条款。

Related Skills

yfinance-global

105
from aifinlab/FinClaw

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

global-macro

105
from aifinlab/FinClaw

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

bank-t225-compliance-operations-sop-retrieval-assistant

105
from aifinlab/FinClaw

当需要检索业务SOP并输出可执行步骤、责任归属和合规提醒时使用本技能,适用于运营、合规与内控人员快速定位操作流程。

global-sensitive-statement

105
from aifinlab/FinClaw

用于敏感声明检测场景。适用于金融工作中的基础任务单元。

global-scenario-diagnosis

105
from aifinlab/FinClaw

用于场景诊断场景。适用于金融工作中的基础任务单元。

global-reporting-caliber

105
from aifinlab/FinClaw

用于报告口径场景。适用于金融工作中的基础任务单元。

global-product-matching-reasoning

105
from aifinlab/FinClaw

用于产品匹配推理场景。适用于金融工作中的基础任务单元。

global-product-knowledge-retrieval

105
from aifinlab/FinClaw

用于产品知识检索场景。适用于金融工作中的基础任务单元。

global-policy-rule-retrieval

105
from aifinlab/FinClaw

用于政策规则检索场景。适用于金融工作中的基础任务单元。

global-material-completeness

105
from aifinlab/FinClaw

用于材料完整性检查场景。适用于金融工作中的基础任务单元。

global-legal-report-template-report

105
from aifinlab/FinClaw

用于法律报告模板场景。适用于金融工作中的基础任务单元。

global-legal-report-summarizer

105
from aifinlab/FinClaw

用于法律报告摘要场景。适用于金融工作中的基础任务单元。